body { 
	text-align:center;
}
#outer{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
}
* html #outer {
	width:956px;
	w\idth:950px;
}
#header, #footer{
	text-align:center;
}
#footer{
	width:950px;
}
#clear {
	clear:both;
}
#right, #left, #content {
	float:left;
}
#left {
	width:220px;
}
#right {
	width:190px;
	float: right;

}
#content{
	width:503px;
}
.clearer{
	height:1px;
	overflow:hidden;
	clear:both;
	margin-top:-1px;
}