/*Layout*/
#page{
	width:1000px;
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
}

#content {
	margin: 5px 0 0 0 ;
	width:795px;
	float:left;
	/*border-right: 1px dotted #999;
	Uncomment the line below for content on right*/
	/*float:right;*/
}

#menu {
	width:200px;
	/**/
	margin:0 0 0 795px;
	/*Uncomment the line below for menu on left*/
	/*margin:0 600px 0 0;*/
}

.footerHeader {
	margin:3px 8px 0 8px;
	clear:both;
}
