body	{
	padding: 0px;
	margin: 0px;
	background-color:#000;
	text-align:center;
	font-family: "Tahoma", "Arial", "Verdana";
	color: #e7e7e7;
	font-size:10pt;
	}
#inner	{
	 margin-left:auto; 
	 margin-right:auto;
	 width: 973px;
	 text-align:justify;
	 background-color: #2c2c2c;
	}
#top	{
	width: 973px;
	background-color: #2c2c2c;
	background-image:url(img/top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 380px;
}
#main_content	{
	text-align:justify;
	width: 973px;
	margin-top:14px;
	background-color:#313133;
	
}
#content	{
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom:100px;
	
}
#bottom	{
	background-color:#000000;
}
#bottom_content	{
	padding: 20px;
	text-align: center;
	}
h1	{
	color: #a2c327;
	font-size: 14pt;
	font-weight: 400;
}
h2	{
	color: #fff;
	font-size: 12pt;
	font-weight:100;
}
ul	{
	color:#acd8e7;
}
p	{
	color: #bbb;
}	
a:link  
	{
	color: #ffd672;
	TEXT-DECORATION: none
	}
a:visited 
	{
	color: #ffd672;
	TEXT-DECORATION: none
	}
a:active 
	{
	color: #ffd672;
	TEXT-DECORATION: none
	}
a:hover 
	{
	color: #ffd672;
	TEXT-DECORATION: underline
	}