@charset "utf-8";
/* CSS Document */

body{
	font:9pt Arial, Helvetica, sans-serif;
	color:#0F0;
	background:#0071b9 url(../imagesfront/bg.jpg) no-repeat center top;}
	
*{margin:0px; padding:0px;}
a{outline:none; text-decoration:none;}
.left{float:left;}
.right{float:right;}

/*-------------container-----------*/
#container{
	margin:0 auto;
	width:980px;}
	
#header{
	border:0px solid #F00;
	margin-top:35px;
	overflow:hidden;}
	
#headerleft{
	border:0px solid #0F0;
	float:left;
	width:267px;
	margin-left:47px;
	margin-top:91px;}
	
#headerright{
	border:0px solid #F0F;
	float:right;
	width:647px;
	height:321px;}
	
	
#content{
	border:0px solid #00F;
	overflow:hidden;
	margin-top:22px;}
	
#content #left{
	border:0px solid #F00;
	float:left;
	margin-left:27px;
	width:308px;
	height:164px;
	margin-top:40px;}
	
#content #left p{
	margin-top:18px;}
	
#content #middle{
	border:0px solid #F0F;
	float:left;
	width:298px;
	margin-top:61px;
	margin-left:5px;}
		
a.clickhere{
	display:block;
	background:url(../imagesfront/click_here.png) no-repeat;
	width:133px;
	height:42px;
	}
	
a.clickhere:hover{
	display:block;
	background:url(../imagesfront/click_here.png) no-repeat 0px -42px;
}

#content #right{
	border:0px solid #0F0;
	float:right;
	width:298px;
	margin-top:61px;
	margin-right:15px;}
	
#footer{
	border:0px solid #00F;
	overflow:hidden;
	margin-top:13px;
		margin-left:14px;
		margin-right:3px;}
	
#footer p{
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;}
	
#footer p a{
	color:#fff;}