/* CSS Document */

body {
	background:url(images/bodybg.jpg) repeat-y #ff902e center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#cc8f51;
	margin:0;
}
div#leftside p {
	text-align:justify;
}
p#motto {
	font-size:18px;
	font-style:italic;
	font-weight:bold;
}
div#header {
	margin:0 auto;
	width:760px;
}
div#content {
	width:640px;
	padding:0px 60px;
	margin:0 auto;
}
div#leftside, div#rightside {width:310px;text-align:center;}
div#leftside {float:left;}
div#rightside {float:right;}
div#VU {
	height:213px;
	vertical-align:top;
}
div#VU img {
	border:1px solid #ff902e;
}
div#prices {
	border: 1px solid #fcd893;
	background-color:#ffe1a9;
	margin:10px auto;
	padding:7px;
	width:276px;
}
div#subfooter {
	color:ffb777;
	font-size:10px;
	text-align:center;
	width:640px;
	margin:0 auto;
	clear:both;
}
div#explanations hr {
	color: #ff902e;
	background-color: #ff902e;
	height: 2px;
}
div#explanations h3 {
	display:inline;
	font-size:14px;
	font-weight:bold;
}
div#explanations {
	clear:both;
}
div#subfooter a {
	color:#ff902e;
	text-decoration:underline;
}
a:link, a:active, a:visited {
	color:#ff902e;
}
a:hover {
	color:#00CC00;
}