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

