/* CSS Document */

body{

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;

	background:#FF0000;

	color:#5B5B5B;

	padding:0;

	margin:0;

	margin-top:40px;
	margin-bottom:20px;	
	}



#logo{

	width:751px;

	height:67px;

	padding-bottom:5px;}

#nav{

	background:#CC0000;

	height:24px;

	text-align:center;}

#buttons{

	width:751px;

	height:23px;	

}

#buttons img{float:left; margin-left:30px; cursor:pointer;}

#frame{

	background:#CC0000;

	margin-top:10px;

	padding:10px;

	text-align:center;

	}

#center	{

	text-align:center;

    width:800px;

	position:relative;}

#c1{

	width:751px;

	background:url(../img/c1_home.gif) top left repeat-y;

	position:relative;

	text-align:center;

}

#left{

	background:url(../img/cnt_bg.gif) top left no-repeat #FFF;

	width:234px;

	float:left;

	text-align:left;

	padding-left:15px;

	padding-right:15px;

}

#left a{

	color:#FF0000;

	text-decoration:none;}

#left a:hover{

	color:#FF0000;

	text-decoration:underline;}

#cnt{

	background:url(../img/cnt_bg.gif) top left no-repeat #FFF;

	width:235px;

	margin-left:8px;	

	float:left;	

	padding-left:15px;

	padding-right:15px;	

	text-align:left;	

}

#cnt label{ display:block;}

#cnt a{ text-decoration:none; color:#FF0000;}

#cnt a:hover{ text-decoration:underline; color:#FF0000;}

#right{

	width:200px;	

	margin-left:8px;	

	float:left;

	padding-left:3px;

	padding-top:3px;

	text-align:left;	

}