body	{
	padding: 0px;
	margin: 0px;
	background-color:#211b15;
	text-align:center;
	font-family: "Tahoma", "Arial", "Verdana";
	color: #333333;
	font-size:10pt;
	}
#inner	{
	 margin-left:auto; 
	 margin-right:auto;
	 width: 965px;
	 text-align:justify;
	 background-color: #2c2c2c;
	}
#top	{
	width: 965px;
	background-color: #2c2c2c;
	background-image:url(img/top.gif);
	background-position:top;
	background-repeat:no-repeat;
	
}
#main_content	{
	text-align:justify;
	width: 965px;
	margin-top:1px;
	background-color:#e6decb;
	
}
#content	{
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom:100px;
	width: 900px;
}
#bottom	{
	background-color:#000000;
}
#bottom_content	{
	padding: 20px;
	text-align: center;
	}
h1	{
	color: #b8570e;
	font-size: 14pt;
	font-weight: 400;
}
h1.main_body {
	color:#bd5b2a;
}
h2	{
	color: #000;
	font-size: 12pt;
	font-weight:100;
}
ul	{
	color:#333;
}
p	{
	color: #333;
}	

a.nothing:link  
	{
	color: #fff;
	text-decoration: none
	}
a.nothing:visited 
	{
	color: #fff;
	text-decoration: none;
	}
a.nothing:active 
	{
	color: #fff;
	text-decoration: none;
	}
a.nothing:hover 
	{
	color: #fff;
	text-decoration: none;
	background-color: inherit;
	}	
	


a:link  
	{
	color: #b8570e;
	text-decoration: none
	}
a:visited 
	{
	color: #b8570e;
	text-decoration: none
	}
a:active 
	{
	color: #b8570e;
	text-decoration: none;
	
	}
a:hover 
	{
	color: #fff;
	padding:0px;
	background-color:#000000;
	}
	
	
