/*Layout*/
#masthead{
	width:850px;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	background-image:url(/images/page_background.gif); 
	
}
#page{
	width:870px;
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
	background-image:url(/images/page_background.gif); 
	
}

#content {
	margin: 15px 0 0 10px ;
	width:600px;
	float:left;
	/*Uncomment the line below for content on right*/
	/*float:right;*/
}

#menu {
	width:209px;

	margin:0 0 0 650px;	
	/*Uncomment the line below for menu on left*/
	/*margin:0 600px 0 0;*/
}

.footerHeader {
	margin:3px 8px 0 8px;
	clear:both;
}