@charset "utf-8";
/* CSS Document */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 875px;
	background: url("/path/to/your/background_cols.gif") repeat;
	top: 0px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #EBEBEB;
	border-bottom-color: #CCCCCC;
	border-top-style: inset;
	border-left-style: inset;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#header {
	margin: 0 0 15px 0;
}

#side-a {
	float: left;
	width: 150px;
}

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

#content { 
	float: left;
	width: 65%;
}

#footer {
	clear: both;
}
