@import "header.css";
@import "footer.css";

body{
	background:#001F6D url("../images/bg_main.jpg") repeat-x;
}

div#main_content {
	width:781px;
}

div#featured {
	width:465px;
	float: left;
}

div.feature_box {
	width: 225px;
	margin-left: 5px;
	background: #fff url("../images/box_bottom.jpg") no-repeat bottom middle;
	text-align: center;
}

*div.feature_box{
	margin-left: 3px;
}

div.feature_box_right {
	margin-right: 5px;
}

*div.feature_box_right{
	margin-right: 2px;
}


div.feature_content {
	background: transparent url("../images/box_fill.jpg") repeat-y;
	padding-top: 5px;
}

div.feature_text {
	background: transparent url("../images/box_bottom.jpg") no-repeat center bottom;
	padding: 12px;
	text-align: left;
}

div.feature_learnmore {
	padding-top: 5px;
	text-align: center;
}