.left_float{ float:left;}
a{ text-decoration:none; color:#003366;}
a:hover{ text-decoration:none; color:#003399;}

/*main section*/
.main_block{
	background-image: url(../img/images/main_mid_bg.jpg);
	background-repeat: no-repeat;
	width:905px;
	height:450px;
	padding-top:25px;
	font-family: "Century Gothic";
	line-height:30px;
	font-size:16px;
	padding-bottom: 15px;
	}
	
.lr_bdr{ border-right:#CCCCCC solid 1px;
 border-left:#CCCCCC solid 1px;}
.country_main{ 
	float:left; 
	width:190px; 
	background-color:#23618F; 
	margin:5px 15px; 
	padding:5px; 
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:16px; 
	height:295px;
	text-align:center;
	}
.country_main a , .country_main a:hover{ color:#FFFFFF;}