/* CSS Document */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 950px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	margin: 0 0 15px 0;
	background: yellow;
}

#side-a {
	float: left;
	width: 190px;
}

#side-b {
	float: right;
	width: 190px;
}

#content { 
	float: left;
	width: 58%;
}

#footer {
	clear: both;
}
