body {
	color:#fff;	
	background-color:#0e353e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
}

#wrapper {
	width:916px;
	margin-right:auto;
	margin-left:auto;
	background:url(graphics/background.gif) top left repeat-y;
}
#header {
	width:916px;
	height: 164px;
	background: url(graphics/header.gif) top left no-repeat;
}
#header h1 { 
	position:absolute;
	top:-1000px;
	}
#main {
	width:902px;
	margin-right:auto;
	margin-left:auto;	
	
}
#nav {
	float:left;
	width:160px;
}
#nav div {
	margin: 15px 0 0 0;	
	background:url(graphics/bar.gif) top left no-repeat;;
}
.navmenu {
	list-style: none;
	margin: 0; padding: 0;
}
.navmenu a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
  	text-decoration: none;
	margin:0;
	padding: 5px 2px 5px 5px;
	border-top: 1px solid #5b0007;
	border-bottom: 1px solid #a30023;
}

.navmenu a:hover, .active {
	background-color: #ca2e1c;

}

#content {
	float:right;
	width:740px;
}
#content div {
	padding: 0px 7px 2px 10px;

}
#content h2 {
	margin: 10px 0 7px 0;	
}
#content p {
	margin-top:0;	
}

#content a,#content a:link, {
	color:#fff;
}

a:visited {
	color:#ccc;
}

#footer {
	clear:both;
	width:902px;
	margin-right:auto;
	margin-left:auto;		
	color:fff;
	background-color:#ca2e1c;
	font-size:80%;
}
#footer div {
	padding:3px 7px 1px 5px;
}
#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#ff0;
}
#d3web {
	float:right;
	width:150px;
	text-align:center;
	font-size:80%;
}
	
#footbot {
	width:916px;
	height:8px;
	margin-right:auto;
	margin-left:auto;
	background:url(graphics/footerbottom.gif) top left no-repeat;
}
.smallertxt {font-size:90%;}
.largertxt {font-size:110%;}
.imgbrdr {border: 1px solid #000;}