body {
	width: 760px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #F0F0F0;
}
#page_header {
	height: 20px;
	background-image: url(images/page_header.png);
	background-repeat: no-repeat;
}
#margin_left {
	width: 0px;
	padding: 0px;
	float: left;
}
#margin_right {
	width: 0px;
	padding: 0px;
	float: left;
}
#page_content {
	width: 760px;
	padding: 0px;
	float: left;
}
#page_top {
	height: 105px;
	padding: 0px;
	padding-left: 20px;
	background-image: url(images/page_top.png);
	background-repeat: repeat-y;
}
#menubar	{
	padding-top: 4px;
	height: 23px;
	background-image: url(images/menubar.png);
	background-repeat: no-repeat;
}
#page_section>#menubar	{		/* Usual culprit */
	padding-top: 0px;
	height: 27px;
}
#section_title	{
	height: 154px;
	/* background-image: url(images/section_title_blank.png); */
	background-repeat: no-repeat;
}
#page_body	{
	background-image: url(images/page_body.png);
	background-repeat: repeat-y;
}
#page_footer	{
	height: 25px;
	background-image: url(images/page_footer.png);
	background-repeat: no-repeat;
}