@charset "utf-8";
/* CSS Document */

body {
	margin:0; padding:0; color:#000000; background-color:#660000;
	font: 0.85em Verdana, Arial, Helvetica, sans-serif;}

h3 {margin-bottom:0; text-decoration:underline; font-size:1.1em;}

#pageback {
	width:100%; background:#FFFFFF url('../Images/PageBackGrad.png') top left repeat-x;}

#wrapper {
	width:980px; position:relative; margin-left:auto; margin-right:auto; padding:5px;}

#footerwrap {
	width:100%; background: #660000 url('../Images/FooterBackGrad.png') top left repeat-x;}
	
#footer {
	width:800px; padding:20px; margin-left:auto; margin-right:auto;
	color:#FFFFFF; text-align:center;}

a:link.footer, a:visited.footer, a:hover.footer {color:#FFFFFF; font-weight:bold; }
a:hover.footer {text-decoration:none; }

a:link.navbar, a:visited.navbar, a:hover.navbar {color:#FFFFFF;}
a:hover.navbar {text-decoration:none;}

a:link.body, a:visited.body, a:hover.body {color:#660000;}
a:hover.body {text-decoration:none;}

#left-bg { float:left; width:25px; height:500px; background: url('../Images/MainLeft.png') top right no-repeat;}
#right-bg { float:left; width:25px; height:500px; background: url('../Images/MainRight.png') top left no-repeat;}
#center-bg { float:left; width:930px; padding-top:25px; background: url('../Images/MainCenter.png') top left repeat-x;}

#sidebar {
	float:left; width:150px;}

#logo {
	width:150px; margin-bottom:20px;}
	
#sidebanner {
	width:150px; }

#mainbar {
	float:right; width:770px;}

#banner {
	width:100%; margin:0; height:100px; }

#navbar {
	width:100%; text-align:center; font-weight:bold; }

#bodyblock {
	background: #FFFFFF; border:3px solid #660000; margin-top:10px; margin-bottom:10px; padding:10px;}

#clearfloats { clear: both;}



