@import url(base.css);
@import url(shared.css);

body {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/base/main_bg.jpg);
}

#feature {
	height: 273px;
	margin-left: 10px;
	width: 778px;
}
#featurettes { height: 210px; margin-left: 20px; }
#featurettes img { float: left; margin: 20px 11px 0 0; }

#content ul { 
	display: block;
	float: left;
	width: 900px;
}

#content .left { background: url(../images/main/div.gif) no-repeat 206px 35px; width: 230px; }
#content .left h3, #content .left p { margin-right: 10px; }
#content .right { width: 209px; }

