BODY {
	font-family: Verdana;
	font-size: 11px;
	background: #999999;
	}

#heading {
	width:800 px;
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	}

#wrapper {
	width:800px;
	}

H2 {
	font-size: 25px;
	font-family: verdana;
	}
	
H3 {
	font-size: 20px;
	font-family: verdana;
	}

H4 {
	font-size: 15px;
	font-family: verdana;
	}

#navtabs { 
	list-style: none; 
	padding: 0; 
	height: 30px; 
	font-size: 11px;  
	margin-bottom: 15px;
	} 
 
#navtabs li { 
   	float: left; 
	background: #666666 url(images/tableft.png) no-repeat left top; 
	padding: 10px;
	margin-right: 1px;
	} 
 
#navtabs li a { 
	background: #990000 url(images/tabright.png) no-repeat top right; 
	padding: 10px;
	} 
 
#navtabs li.current-cat { 
	background: #666666 url(images/tableft_active.png) no-repeat left top; 
	} 
 
#navtabs li.current-cat a { 
	background: #666666 url(images/tabright_active.png) no-repeat right top; 
	color: #666666; 
	}

#columnOne {
	background: #990000;
	width: 200px;
	float: left;
	margin-right: 10px;
	padding: 5px;
	color: white;
	margin-top: 10px;
	}
	
a:link {
	color: white; 
	font-family : Verdana;
	font-size : 11px;
	text-decoration: none; 
	}
	
a:active {
	color: white; 
	text-decoration: bold; 
	font-size : 11px;
	}	
	
a:visited {
	color: #591224; 
	text-decoration: none; 
	font-size : 11px;
	}	
	
a:hover {
	color: #2C55128; 
	text-decoration: underline; 
	font-size : 11px;
	}

#columnTwo {
	background: white;
	width: 570px;
	float: left;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 20px;
	}

#photoOne {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	}

#photoTwo {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	}
	
#columnThree {
	background: #666666;
	width: 800px;
	float: left;
	margin-right: 10px;
	padding: 5px;
	color: white;
	margin-top: 10px;
	}

#footer {
	background: #990000;
	clear: both;
	margin-top: 5px;
	padding: 5px;
	color: white;
	}
