#special_box .box{
	padding:0;
	margin:0 80px;
}


#special_box{
	padding:0;
	margin:0;
}

#special_box h2{
	background-image: url(../special/images/h2_img.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 980px;	
	text-indent:-9999px;
}

#special_box h3{
	background-image: url(../images/topics_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0 0 0 20px;
	color: #20759B;
	height:30px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #22759B;
}

#special_box ul{
	padding:10px 0;
	margin:0 30px;
}

#special_box li{
	text-align:center;
	display:block;
	padding:0;
	margin:0;
	list-style:none;
	width:250px;
	height:150px;
	border: thin solid #081649;
	background-color: #092251;
	color: #FFF;
	float:left;
}
#special_box li a:link,
#special_box li a:active,
#special_box li a:visited
{
	text-align:center;
	display:block;
	padding:0;
	margin:0;
	list-style:none;
	width:250px;
	height:150px;
	border: thin solid #081649;
	background-color: #092251;
	color: #FFF;
	text-decoration:none;
}
#special_box li a:hover{
	text-align:center;
	display:block;
	padding:0;
	margin:0;
	list-style:none;
	width:250px;
	height:150px;
	border: thin solid #081649;
	background-color: #2DB6E4;
	color: #FFF;
	text-decoration:none;
}

#special_box li .large_img{
	margin:5px 0;
	border: thin solid #081649;
}

p.center_txt{
	text-align:center;	
}