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