body	{
	padding: 0px;
	margin: 0px;
	background-color:#000;
	text-align:center;
	font-family: "Arial", "Verdana", "Tahoma" ;
	color: #b8b8b8;
	font-size:10pt;
	background-image:url(img/background.gif);
	background-repeat:repeat-x;
	font-weight:100;

	 
	}
#inner	{
	 margin-left:auto; 
	 margin-right:auto;
	 width: 1000px;
	 text-align:justify;
	
	}
#top	{
	width: 1000px;
	height: 98px;
	background-image:url(img/top2.jpg);
	background-repeat:no-repeat;
	
	}
#top1	{
	width: 1000px;
	height: 75px;
	}	
#top2	{
	width: 1000px;
	height: 96px;
	
	
}
#main_content	{
	text-align:justify;
	width: 1000px;
	background-image:url(img/main_background.jpg);
	background-repeat:no-repeat;
	
	
}
#content	{
	
	width: 1000px;
}
#bottom	{
	background-color:#fff;
	background-image:url(img/bottom.jpg);
	background-repeat:no-repeat;
}
#bottom_content	{
	padding: 20px;
	text-align: left;
	color:#fff;
	}
h1	{
	color: #ffb400;
	font-size: 14pt;
	font-weight: 400;
}
h1.main_body {
	color:#bd5b2a;
}
h2	{
	color: #e28107;
	font-size: 12pt;
	font-weight:100;
}
ul	{
	color:#b8b8b8;
}
p	{
	color: #b8b8b8;
font-weight:100;
}	

a.menu:link  
	{
	color: #6c4001;
	text-decoration: none
	}
a.menu:visited 
	{
	color: #6c4001;
	text-decoration: none;
	}
a.menu:active 
	{
	color: #6c4001;
	text-decoration: none;
	}
a.menu:hover 
	{
	color: #6c4001;
	text-decoration: underline;
	background-color: inherit;
	}	
	


a:link  
	{
	color: #e28107;
	text-decoration: none
	}
a:visited 
	{
	color: #e28107;
	text-decoration: none
	}
a:active 
	{
	color: #e28107;
	text-decoration: none;
	
	}
a:hover 
	{
	color: #ff0000;
	text-decoration: underline;
	}
	
	.hidden { display: none; }
.unhidden { display: block; }