/* create a single column layout 
Width of the page is 941 (check in rcs.css, under #page) - 41px left margin in content

*/

#sub1 {
	float: left;
	width: 180px;
	margin-right: 10px;
}

#sub2 {
	margin-left: 415px;
}

#sub3 {
	float: left;
	width: 200px;
}


