@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/page_bg_dot.gif);
}
img{
	border:0px;	
}
.main_div{
	width:990px;
	margin:0px auto;
	background-color:#000000;
}
.banner{
	width:990px;
	height:490px;
	background-color:#333
}
.navigation{
	width:990px;
	height:80px;
	background-color:#000;
}
.bottom_navigation{
	width:920px;
	height:33px;
	background-color:#000;
	color:#FFF;
	padding-top:10px;
	text-align:right;
	padding-right:70px
	
}

/*-----------------------------------------------------------------------------------------------------------------------------------
										Link Styles
-----------------------------------------------------------------------------------------------------------------------------------*/


a, a:visited {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #6cd779;
	text-decoration: none;
}
