@import "header.css";
@import "footer.css";

body{
	background:#A12830 url("../images/bg_main.jpg") repeat-x;
}

#smart {
	position: absolute;
	top: 352px;
	border: 2px solid #002065;
	width: 200px;
	padding: 4px;
	height: auto;
	left: 500px;
	background-color: #fff;
	background-repeat: no-repeat;
	z-index: 10;
}

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;
}
