/* Start of CMSMS style sheet 'Layout 2c' */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
}

#header {
	margin: 0 0 15px 0;
	background: yellow;
}

#side-a1 {
	float: left;
	width: 200px;
}

#side-a2 {
	float: left;
	width: 200px;
}

#side-b { 
	margin: 0 0 0 35px;
	float: left;
	width: 565px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	background: #A2A2A2;
}
/* End of 'Layout 2c' */

