body {
	text-align:center;
	}

#frame {
	position:relative;
	width:760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	}
	
#sidebar {
	width:172px;
	padding:0px;
	margin:0;
	float:left;
	}

#contentcenter {
	width:390px;
	border-left:2px white solid;
	border-right:2px white solid;
	padding:0px;
	float:left;
	}

#features {
/*
	position:absolute;
	left:566px;
*/
	width:194px;
	padding:0px;
	float:left;
	background:#fff;
	}

#banner {
	width:760px;
	background:gray;
	}

#menu {
	width:744px;
	padding:2px 8px;
	text-align:left;
	}
	

#footer {
	background:#fff;
	}