body
{
	padding:0px;
	margin-top:0px ;
	text-align:center;
	
	background: #E6661B url(/images/big_background.jpg)  repeat-x scroll;
	
	font-family:arial,helvetica,clean,sans-serif;
	font-size:13px;
	line-height:1.75;
	
}

#page
{
	display:block;
	width:800px;
	margin:0px auto;
	text-align:left;
}

#leftSide
{
	width:375px;
	float:left;
	text-align:center;
}
#mainContent
{
	width:420px;
	float:right;
}
	#mainContent h1{
			font-size:1.75em;
			font-weight:900;
			border-bottom:1px solid #000;
			margin-bottom:.5em;
		}
	#mainContent h2{
		padding-top:1em;
		font-size:1.15em;
		font-weight:600;
	}

#menu
{
	line-height:.75em;
}


#footer
{
	clear:both;
	width:800px;
	
	color:#fff;	
	background:#000;
	text-align:center;
	padding:.5em
}

	#footer a , #footer a:visited
	{
		color:#fff;
		text-decoration:none;
		font-weight:900
	}

	#footer a:hover
	{
		border-bottom:1px solid #fff;
	}
	
	
	
	
	
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float:left;
font: bold 13px Arial;
width: 100%;
border-width: 1px 0;
background: black url(/images/blockdefault.gif) center center repeat-x;
clear:both;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid #333;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(/images/blockactive.gif) center center repeat-x;
}



<!--[if IE]>
<style type="text/css">

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/

</style>
<![endif]-->

