/* Start Main Layout */
#mainwrapper {
	z-index: 1;
    text-align: left;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}


#block_3 {
	width:760px;
	float: left;
}


* html #block_1 {
	display: inline;
}

#block_1 {
	float: left;
	width: 230px;
	background: #333333;
}
/*
#block_3 {
	border-top:1px solid #fff;
	float: left;
	width: 230px;
	background:#fafafa url("../images/block3_bg.gif") top left repeat-x;
}*/


/* Start Mac IE5 filter \*/
#block_1, #block_2, .block_3
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
/* End Mac IE5 filter */
#wrapper
	{
	width: 100%;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
		border-top:1px solid #000;
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	background-color:#fff;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	background:#161616 url("../images/footer_bg.gif") top left repeat-x;
	width: 990px;
	text-align:right;
	clear: both;
	margin-bottom:40px;
	}
#header {
}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}

.block_1_wide_padding{
	padding: 35px 35px 0px 35px;
}	

#block1_padding {

	border-top:1px solid #333333;
	background:#333333 url("../images/block1padd_grad.gif") top left repeat-x;
}
.block3_padding {
	border-top:1px solid #fff;
	background:#fff url("../images/block3_bg.gif") top left repeat-x;
	padding: 20px;
}
.footer_padding {
	padding: 10px;
}

.footer_padding p {
color:#717171;
}

.header_padding {
	background:url("../images/header_textbg2.gif") top right no-repeat;
	padding: 0px 0px 0px 0px;
	height:120px;
}
.clear {
   clear: both;
}

#block_1_wide hr {
background:url("../images/main_hr.gif") top left repeat-x;
margin-bottom:12px;
margin-top:12px;

}
/* END Main Layout */

