body {
	text-align: center; /* required for centering the page in IE */
	}
#wrapper {
	width: 800px;
	margin: 0 auto; /* centering the page */
	text-align: left;
	}
#header {
	height: 118px;
	}
#left {
	float: left;
	width: 220px;
	height: 525px;
	margin-top: 10px;
	}
#content {
	width: 580px;
	height: 525px;
	float:right;
	margin-top: 10px;
	}
#footer {
	clear:both;
	}



