/* Start Main Layout */
#mainwrapper {
	z-index: 1;
    text-align: left;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom:15px;
}

#block_1 {
	float: left;
	width: 230px;
	margin-left: 0px;
	background-color:;
}

* html #block_1 {
	display: inline;
}

#block_2 {
	display: none;
}

#block_3 {
	float: left;
	width: 760px;
	background-color:;
}


/* 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 */
	}
/* 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;
	}
/*\*/
#wrapper
	{
	display: block;
	background:url("../images/wrapper_bg.gif") top left repeat-y;
	}
/* end easy clearing */

.footer {
	width: 990px;
	text-align:right;
	clear: both;
	color:#ededed;
	font-size:0.9em;
}
.footer p {
color:#ededed;
}

.footer a {
color:#ededed;
}

.footer a:hover {
color:#fff;
}

.footer_blue {
	background:url("../images/footer_blue.gif") top left no-repeat;
	height:38px;
	display:block;
}
.footer_black {
	background:url("../images/footer_black.gif") top left no-repeat;
	height:42px;
}

#header {
	width: 990px;
	
	background:url("../images/banner.jpg") top left no-repeat;
}
/* 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;
}
.block1_padding {
	padding-left: 4px;
}
.block2_padding {
	padding: 10px;
}
.block3_padding {
	padding: 10px 40px 10px 5px;
}
.footer_padding {
	padding: 12px 20px 0px 10px;
}
.header_padding {
	padding: 0px 0px 0px 0px;
}
.clear {
   clear: both;
}
/* END Main Layout */
