/*Layout*/
#page{ width:724px; margin: 0 auto 0 auto; padding: 10px 0 10px 0; text-align: left; }
html>body #page { width: 734px; }

#content { margin: 15px 0 0 0 ; width:524px; float:left;
	/*Uncomment the line below for content on right*/
	/*float:right;*/
}
html>body #content { width: 534px; }

#menu { width:196px; border-left: 1px dotted #999; margin:0 0 0 524px;
	/*Uncomment the line below for menu on left*/
	/*margin:0 600px 0 0;*/
}
html>body #menu { margin:0 0 0 534px; }

.footerHeader { margin:3px 8px 0 8px; clear:both; }