body {
	background: #fff;
}

#page {
	background: #fff url(images/right_rep.jpg) repeat-y right;
	min-width: 700px;
	width:expression(document.body.clientWidth < 700? "700px": "auto" );
	width: 90%;
	margin: 0 auto;
	border: 2px solid #9f9fb3;
}

#header {
	width: 100%;
	float: left;
}

#presentation {
	background: #fff url(images/presbg.jpg) repeat-x;
	width: 100%;
	height: 150px;
	clear: both;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#presentation2 {
	background-color: #fff;
	width: 100%;
	clear: both;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content {
	min-width: 700px;
	width:expression(document.body.clientWidth < 700? "700px": "auto" );
	width: 100%;
	float: left;
	padding: 10px;
}

#right {
	width: 250px;
	float: right;
	margin-left: 5px;
	border-left: 1px solid #9f9fb3;
}

#footer {
	clear: both;
	margin-top: 100px;
	font-size: 8pt;
}

p, ul, strong{
	font: normal 10pt, arial;
	color: #71718E;
	margin-left: 5px;
}

.submenu {
	font-size: 8pt;
}

hr {
	color: #C9E7F3;
	
}

.mainmenu {
	font: normal 12pt, arial;
	margin-top: 60px;
}

#presentation p{
	font: 12pt, arial;
	margin-left: 20px;
}

#footer p{
	font-size: 8pt;
	margin-bottom: 0px;
}

ul {
	font: 10pt arial;
	margin-left: 50px;
}

li {
	list-style-position: outside;
	line-height: 2;
}

h1 {
	font: bold 16pt, arial;
	color: #71718E;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2, h3, h4, h5 {
	font: bold 14pt, arial;
	color: #71718E;
	margin-left: 5px;
	margin-top: 10px;
}



a:link {
	color: #71718E;
}

a:visited {
	color: #71718E;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #71718E;
}

.stockitem {
	clear: both; 
	border-bottom: 1px solid #000; 
	margin-bottom: 10px;
	}

.stockitem img{
	display: block;
}

.stockitem a:link{
	text-decoration: none;
}

.stockitem a:visited{
	text-decoration: none;
}