/**global*********************************************************************
******************************************************************************/
	
	body {
	background-color: #000000;
	background-image: url(../_images/bckgrnd_index.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
	a:link {
	text-decoration: none;
	color:#00d400;
	}
	a:visited {
	text-decoration: none;
	color:#00d400;
	}
	a:hover {
	text-decoration: none;
	color:#ffffff;
	}
	a:active {
	text-decoration: none;
	color:#ffffff;
	}
	
	div#main_container {	
	width: 900px;
	height: 610px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #000000;
}
	
	div#header {
	width: 900px;
	height:129px; 
	margin-bottom:10px; 
}
	div#home {
	width: 900px;
	height:460px; 
	margin-bottom:35px; 
}
	div#footer {
	width: 900px;
	height:250px;
	line-height:250px;
	float: left;
	align="center";
	margin:auto;
	font-size: 12px;
	text-align: center;
}
	div#blog {
	width: 656px;
	height:auto; 
	padding-left : 30px;
	border-top: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
	float:left;
	overflow: hidden;
}
	#blog #blog {	
	font-weight: normal;
	font-size: 20px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0A8A0A;
	margin-bottom: 20px;
	line-height: 36px;
}
	#blog #dove {	
	font-size:13px;
	color:#999999;
}
	div#menu {
	width: 175px;
	height:auto;
	margin-left: 30px;
	float:left;
	overflow: hidden;
	font-size: 11px;
	text-transform: uppercase;
}
