
body {
	background:#543710 url(images/interface/tc_bg08.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
}

p {

	font-size:12px;

}



a { 
	
	text-decoration: none;
	color:#FFFFFF;

	}
	
a:visited { 
	
	text-decoration: none;
	color:#FFFFFF;
	}	

a:hover {
	color: #F5EACB;
	text-decoration: underline;
	}

ul  {

	font-size: 12px;
	list-style-type: square;
	}
	
/* Main Container for site structure*/	

#main{
	width:960px;
	margin: 0px auto;
	padding:150px 0px 0px 0px;
}	
		
		
/* Top Container for intro*/	

#content{
	width:700px;
	margin: 0px auto;

}			



/*Headings*/

H1 {

	font-size: 18px;
	color:#A9CA79;
	padding: 5px 0px 0px 0px;
	font-weight:lighter;

	}
	
.header {
	
	font-size: 22px;
	color:#302009;
	padding: 5px 0px 5px 0px;
	}		
	
	
.subheader {

	font-size: 18px;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	background-color:#302009;
	border-top: 1px solid #A9CA79;
	border-bottom: 1px solid #A9CA79;
	}	
	
H2 {

	font-size: 16px;
	color: #F5EACB;
	font-weight:lighter;
	}

H3 {

	font-size: 15px;
	color: #FFFFFF;
	font-weight:lighter;
	}

H4 {

	font-size: 14px;
	color: #F5EACB;
	}
	
H5 {

	font-size: 13px;
	color:#F5EACB;
	}
	


#footer
{
	margin: 0px;
	background-image: url(images/interface/tc_footer08.jpg);
	background-repeat: no-repeat;
	height: 150px;
	text-align: center;
	font-size:11px;

}
