/* Static Area */

.tab_content{
	width: 580px;
}

#tabs li{
	width: 120px;
}

/* Box Adverts */

.info_box{
	position: relative;
	float:left;
	width: 258px;
	height: 240px;
	border: 1px solid #253e7d;
	background-color:#fff;
	padding:5px;
	margin-left:10px;
	margin-right: 10px;
	text-align:center;
}

.info_box p{
	position: relative;
	margin: 5px;
	text-align:left;
}

p.info_header{
	font-weight: bold;
	text-align:center;
	font-size: 14px;
}