/*STRUCTURE STYLES----------------------------------------------------------------------------------------------------*/
html, body {	width: 100%;	height: 100%;}
body {	font-family: Arial, Verdana, sans-serif;	font-size: 12px;	font-weight: normal;
	margin: 0px;background: #E2DED6 url('/images/background.png') repeat-x top left;}
h1 {height: 10px;	border: 1px solid #C1B9A8;	background-color: #CDC7BA;	padding: 5px 5px 15px 5px;	margin: 0px;}
#container {	position: relative;	width: 780px;	height: auto;	margin: 0px auto;	padding: 0px;}
#nav {	width: auto;	padding: 6px 0px 6px 0px;	color: #FFFFFF;	font-weight: bold;	text-transform: uppercase;}
#nav ul {	padding: 0px;	margin: 0px;	list-style: none;}
#nav ul li {	display: inline;	padding: 0px;	margin: 0px 30px 0px 0px;}
#nav ul li a {	color: #E2DED6;	text-decoration: none;}
#nav ul li a:hover { color: #B0ABA3; }
#logo {	width: auto;	height: 60px;	margin: 10px 0px 0px 0px;	padding: 15px 0px 0px 0px;	text-align: right;}
#banner {	width: auto;	height: 180px;}
#bText {	float: right;	color: #FFFFFF;	width: 350px;	margin: 20px 60px 0px 0px;}
#content {	margin: 10px 215px 0px 0px;	padding: 0px 10px 50px 10px;}
#content .header {	height: 25px;	font-size: 20px;	font-weight: bold;	margin: 0px 0px 15px 0px;}
#content .text { margin: 0px 0px 15px 0px; }
#content .subtext {
	font-size: 10px;
	color: #666666;
}
#sidePanel {
	position: absolute;
	top: 300px;
	left: 570px;
	width: 200px !important;
	border-left: 1px solid #B0ABA3;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
}
div#sidePanel div.box {
	margin-bottom: 10px;
}
h3 {
	border: 1px solid #C1B9A8;
	background-color: #CDC7BA;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 3px;
	height: 14px;
}
#footer {
	margin: 250px 0px 0px 0px;
	color: #555555;
	text-align: right;
}
div.msgBox {
	height: auto;
	border: 1px solid #C1B9A8;
	background-color: #CDC7BA;
	padding: 5px;
	margin: 0px;
}
#PromoBox div ul li {font-size:18px;color: #999; text-shadow: 0px 3px 8px #2a2a2a;}
=======
#content .subtext {	font-size: 10px;	color: #666666;}
#sidePanel {	position: absolute;	top: 300px;	left: 570px;	width: 200px !important;	
border-left: 1px solid #B0ABA3;	padding: 0px 0px 0px 10px;	font-size: 11px;}
div#sidePanel div.box {	margin-bottom: 10px;}
h3 {border: 1px solid #C1B9A8;	background-color: #CDC7BA;
	font-weight: bold;	font-size: 12px;
	padding: 5px 3px;	height: 14px;}
#footer {	margin: 250px 0px 0px 0px;	color: #555555;	text-align: right;}
div.msgBox {	height: auto;	border: 1px solid #C1B9A8;	background-color: #CDC7BA;	padding: 5px;	margin: 0px;}
#PromoBox h4, #NewsBox h4  {color: #999; text-shadow: 0px 3px 8px #2a2a2a;}
