body
{
	background-color: #5E5E5E;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url('images/menubar-bg.gif');
	background-repeat: repeat-x;
	border-collapse: collapse;
	min-width: 751px;
}

#menu
{
	
	width: 751px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	
	margin-bottom: 20px;
	text-align: center;
	padding-top: 4px;
	font-variant: small-caps;
	
}

		
#mainmenu li 
{
	background: none;
	text-align: left;
	font-size: 11px;
	
}

#mainmenu li a
{
	color: #dcdcdc;
}

#mainmenu li ul li
{
	background-color: #333333;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}


#header
{
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	
	height: 110px;
	width: 751px;
	font-size: 30px;
	font-weight: bold;
	font-variant: small-caps;
	color: #590000;
	text-align: left;
}

#header h1
{
	margin-left: 300px;
	font-size: 30px;
	padding-top: 30px;
}


#body
{
	width: 751px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	/* Background image set in PHP code. */
	background-repeat: repeat-y;
	
	min-height: 400px;
	padding: 0;

	text-align: center;

}

#sections
{
	

	text-align: left;
	width: 751px;
	
}

#section_body
{
	padding-left: 20px;
	margin-right: 260px;
}

#section_side
{
	float: right;
	width: 210px;
	margin-right: 20px;
}

#section_full
{
	padding-left: 20px;
	padding-right: 20px;
}


#footer
{
	width: 751px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	padding-top: 25px;
	font-size: 70%;
	color: #333333;
}


