#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 940px;
}

#header {
	margin: 0 0 0 0;
	height: 240px;
	background: url('titlebannerrounded.jpg') no-repeat;
}

#side-a {
	float: left;
	width: 10%;
}

#side-b {
	float: right;
	width: 10%;
}

#content { 
	float: left;
	width: 700px;
}

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