body {
	margin:0;
	padding:0;
	text-align:center;
}
#frame {
	width:965px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#contentleft {
	width:189px;
	float:left;
}

#contentcenter {
	width:558px;
	float:left;
	/*background:yellow;*/
}

#contentright {
	width:197px;
	float:left;
	/*background:green;*/
}

#contentheader {
	width:965px;
}
#footer {
	clear:both;
}

