/*Layout*/
#content {
	margin: 0;
	width:570px;
	float:left;
	/*Uncomment the line below for content on right*/
	/*float:right;*/
}

#menu {
	width:250px; padding-left:20px;
	/*Uncomment the line below for menu on left*/
	/*margin:0 600px 0 0;*/
}

.footerHeader {
	margin:3px 8px 0 8px;
	clear:both;
}