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

