body {
	text-align:center;
}
#outer{
	width:970px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
}
* html #outer {
	width:976px;
	w\idth:970px;
}
#header, #footer{
}
#footer{
	width:970px;
}
#clear {
	clear:both;
}
#rightcontent, #leftcontent, #centercontent {
	float:left;
}
#rightcontent {
	width:205px;
	float: right;
}
#leftcontent {
	margin-top: 10px;
	width:210px;
}
#centercontent{
	width:500px;
}
.clearer{
	height:1px;
	overflow:hidden;
	clear:both;
	margin-top:-1px;
}
