/* Default Styles*/ 
body {
	color: white;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: #27323a url(/images/bg.png) no-repeat fixed center;
}
h1 {font-family:Trebuchet, Arial, Helvetica, sans-serif; font-size:16px;}
h2 {font-family:Trebuchet, Arial, Helvetica, sans-serif; font-size:14px;}



#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}

#header {
	width: 901px;
	height: 232px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	font: bold 22px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: White;
	background-position: top;
	margin:0px;
}
#header a:link, #header a:active, #header a:visited {
	text-decoration: none;
	color: white;
}
#header a:hover {text-decoration:underline; color:#97152d; }
	
#left {
	width: 200px;
	padding: 10px 10px 30px 30px;
	float: left;
	font-size: 12px;
	background-image: url(/images/leftBg.png);
	background-position: left;
	background-repeat: repeat-y;
	color: white;
	margin-top:2px;
	margin-left:0px;
	display: inline;
}
#left a:link, #left a:active, #left a:visited {text-decoration:underline; color:#97152d;}
#left a:hover {text-decoration:none; }

#body {
	width: 640px;
	padding: 10px 30px 30px 0px;
	font-size: 12px;
	color: white;
	margin-top: 2px;
	left: 240px;
	position: inherit;
	display: inline;
}	
#body a:link, #body a:active, #body a:visited {text-decoration:underline; color:white;}
#body a:hover {text-decoration:none; color:#97152d; }
	
#footer {width:901px; padding-top:10px; clear:both; font-size:9px; text-align:center; color:white;}	
#footer a:link, #footer a:active, #footer a:visited {text-decoration:underline; color:white;}
#footer a:hover {text-decoration:none; color:#97152d; }