 body {
	background-color: #000000;
	color: #CCCCCC;
	font-variant: small-caps;
	font-size: 14px;
 }
 a {
 	color: #cccccc;
 	text-decoration: none;
	border: none;
	}
 H2 {
 text-align: center;
 text-decoration: none;
 color: #CCCCCC;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-style: normal;
 font-variant: small-caps;
 font-weight: bold;
 margin: 0;
 padding-top: 16px;
 padding-bottom: 0px;
 padding-right: 13px;
 padding-left: 13px;
 }
 H5 {
 text-align: center;
 text-decoration: underline;
 color: #cccccc;
 font-variant: small-caps;
 font-size: 14px;
 font-weight: bold;
 margin: 0;
 padding-bottom: 0px;
 padding-top: 25px;
 }
 ul {
 margin: 0px;
 padding-left: 20px;
 padding-top: 0px;
 padding-bottom: 0px;
 }
#container {
	width: 884px;
	margin: 0 auto;
	background-color: #000000;
	overflow:hidden;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-variant: small-caps;
} 
#header {
	width: 884px;
	height: 207px;
	background: url(website/images/header.png);
	background-repeat: no-repeat;
	}
#maincontent {
	width: 100%;
	height: 100%;
	background: url(website/images/body_bg.png);
	background-repeat: repeat-y;
  	width:710px;
  	margin-left:-174px; /* Hat tip to Ryan Brill */
  	float: right;
}
#topnav {
	
	height: 43px;
	width: 100%;
	}
#topnav ul {
	text-align: right;
	list-style: none;
	padding: 0;
	padding-top: 21px;
	padding-right: 43px;
	margin: 0;
	}
#topnav	ul li{
	background: url(website/images/seperator.png);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold;
	display: inline;
	padding: .2em 1em;
	}
.infowrapper {
	width: 705px;
	}
.infobox1 {
	background: url(website/images/info_box_1.png) no-repeat;
	height: 245px;
	width: 331px;
	margin-left: 6px;
	float: left;
	overflow: hidden;
	clear: right;
	display: inline;
	}
.textpad {
	padding-left: 13px;
	padding-right: 13px;
	}
.infobox2 {
	background: url(website/images/info_box_2.png) no-repeat;
	height: 245px;
	width: 360px;
	margin-left: 338px;
	}
.vertspace {
 padding-top: 22px;
	}
#sidebar {
	height: 534px;
	width: 174px;
	background: url(website/images/nav_bg.png);
	background-repeat: no-repeat;
  	float: left;
	margin-left: 1px;
	overflow: hidden;
	}
.btnbg {
	margin: 0;
	margin-left: 5px;
	margin-top: 23px;
	padding: 0;
	padding-top: 5px;
	}
.btnbg ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
.btnbg ul li {
	background: url(website/images/nav_btn_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: bold;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
	}
#footer {
	background: url(website/images/footer.png);
	background-repeat: no-repeat;
	background-position: right;
	clear: both;
	height: 60px;
	width: 883px;
	margin-left: 1px;
	overflow: hidden;
	}
.clear {
clear: both;
}

