@charset "utf-8";

body {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
}

#logo {
	float:left;
	width: 653px;
	height: 86px;
}

#mbody {
	float: left;
	width: 1060px;
	margin-bottom: 5px;
	margin-left: 30px;
}

#current_link {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 1.5em;
	color: #ef3a41;
	padding: 1;
}

#menu {
	width: 1060px;
	height: 80;
	float:right;
    font-size:21px;
	color: #000000;
	text-align: right;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 30px;
}


a:link {
	color:#000000;
	text-decoration: none;
}     
		
a:visited {
	color:#000000;
	text-decoration: none;
}  
	
a:hover {
	color:#ef3a41;
	text-decoration: none;
}  

a:active {
	color:#ef3a41;
	text-decoration: none;
}  



#main_img_wrap {
	float: left;
	width: 1000px;
	height: 500px;
	margin-left: 30px;
	margin-top: 10px;
}

	
.graphic, #prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-4000px;
 }
				
#content{
	position:relative;
}			

#slider{
}	
	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
		
#slider li{ 
	width:1000px;
	height:500px;
	overflow:hidden; 
}	
		
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:64px;
	position:absolute;
	left:-30px;
	top:160px;
}	
		
#nextBtn{ 
	left:1000px;
}	
															
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:64px;
	background: url(../images/prev-button.png) no-repeat 0 0;	
}	
		
#nextBtn a{ 
	background: url(../images/next-button.png) no-repeat 0 0;	
}												

#footer {
	float: left;
	width: 1060px;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: right;
}



#profile_links {
	float: left;
	height: 40px;
	width: 655px;
	margin-left: 1px;
}

#copyright {
	margin-top: 1px;
	margin-right: 38px;
	color: #c0c0c0;
}

input, textarea { 
	background:#c0c0c0;
	border: 1;
	color:#ffffff;
	padding: 1px;
	width: 350px;
}


