﻿#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 988px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	margin: 0 0 2px 0;
	background: white;
}

#side-a {
	float: left;
	width: 340px;
}

#side-b {
	float: right;
	width: 260px;
}

#content { 
	float: left;
	width: 39%;
}

#footer {
	clear: both;
	background: white;
}
