/* Start Main Layout */
#mainwrapper1 {
	z-index: 1;
	text-align: left;
	height: 142px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #fff url("../images/header_background.gif") repeat-x top; 
  
}
#mainwrapper2 {
	z-index: 1;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #fff url("../images/main_background.gif") repeat-x top; 
}
#mainwrapper3 {
	z-index: 1;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #082364 url("../images/nav_back.gif") repeat-x top; 
}

#mainwrapper4 {
	z-index: 1;
	width: 100%;
	height: 14px;
	background: #000 url("../images/header2_background.gif") repeat-x bottom; 
}
#block_1 {
	float: left;
	width: 650px;
	margin-left: 0px;
	background: none;
}

* html #block_1 {
	display: inline;
}

#block_2 {
	display: none;
}

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

/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
/* End Mac IE5 filter */
#wrapper
	{
	width: 900px;
	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;
	}
/* end easy clearing */


#wrapper, #footer {
	margin-left: auto;
	margin-right: auto;
}

/* 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;
	}
	
#header, #header_container, #navigation_holder {
	width: 900px;
}
#header {
	text-align: left; 
	width: 300px; 
	float:left;
}
#header_container #animation {
	width: 600px; 
	float:left; 
	padding-top:3px;
}
#header .logo {
	padding: 32px 0px 0px 25px;
}

#footer_container {
		width: 100%;
		background: #B6B6B6 url("../images/footer_background.gif") repeat-x top; 
}
#footer	{
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	clear: both;
}
#navigation_holder {
	text-align: left;
	line-height: 0;
}

#navigation {
	width: 100%;
}
.block1_padding {
	padding: 25px 25px 60px 25px;
}
.block2_padding {
	padding: 10px;
}
.block3_padding {
	background: url("../images/block_shadow.gif") repeat-x top; 
	padding: 0px 10px 10px 10px;
}
.footer_padding {
	padding: 25px;
}
.header_padding {
	padding: 10px;
}
.clear {
   clear: both;
}
/* END Main Layout */

