body {
	text-align: center;
}

#wrapper {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1150px;
	position: relative;
	left: 0px;
	top: 16px;
	background-position: center;



}

#header {
	margin: 0 0 15px;
	background: #FFFFFF;
	height: 99px;

}

#side-a {
	float: left;
	width: 175px;
	display: block;
	background-color: #FFFFFF;

}

#side-b {
	float: right;
	width: 175px;
}

#content {
	float: left;
	width: 800px;
	border: thin solid #000000;
	text-align: left;



}

#footer {
	clear: both;
	background: #FFFFFF;
}
