/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	margin:0px;
	padding:0px;
	color: #000000;
	font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;
	background-color: white;	
	}	


#outerwrapper{
	position:relative;
	width:770px;
	height:100%;
	margin:0 auto;
	background-color:transparent;
	overflow:hidden;
}
	


/*Header */
#header{
	background-color:#999999;
	Height:140px;
	width:770px;
	top:0px; 
	overflow:hidden;
	z-index:100;
	text-align:center;
	vertical-align:bottom;
	margin:0px auto;}

/*Main Content*/
#content{margin-left:0px;}

#block_1 {
	float: left;
	width: 580px;
	margin-left: 0px;
	background-color:red;
	
}
* html #block_1 {
	display: inline;
}

/*Left Side*/
#block_2 {
	float: left;
	width: 155px;
	margin-left: -580px;
	background-color:green;
	position: relative;
	display:none;
}

/*Right Side*/
#block_3
	{
	float: left;
	width: 190px;
	background-color:blue;
	position: relative;
}
/*	Single Column Layout
-------------------------------------------------------------------------------*/
body.home #block_1 {
	width:770px;
	margin:0px;
}
body.home #block_3 {
	width:200px;
}
body.home #block_2 {display:none;}

/*	Two Column Layout
-------------------------------------------------------------------------------*/
body.twocol #block_1 {
	width:770px;
	margin-left:0px;
}
body.twocol #block_2 {
	margin-left:-770px;
	width:155px;
}
body.twocol #block_3 {
	display:none;
}

/*Footer*/
#footer {
	clear: both;
	background-color:yellow;
	height:40px;
	width:770px;
	padding:5px 0px;
	margin:0px auto
}
	
	
/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3 {
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
}
@media all and (min-width: 0px) {
#block_1, #block_2, #block_3
	{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}
#block_1:before, #block_2:before, #block_3:before
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
}
/* End Mac IE5 filter */
/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
.verticalalign
	{
	position: absolute;
	bottom: 0;
	}
#block_1 .verticalalign
	{
	width: 34%;
	}
#block_2 .verticalalign
	{
	width: 33%;
	}
#block_3 .verticalalign
	{
	width: 33%;
	}
/* hack for Opera 7+ */
@media all and (min-width: 0px){
.verticalalign
	{
	width: 100% !important;
	}
/* But Opera 9 does it right, so CSS3 hax to the max */
div[id^="wrapper"] #block_1 .verticalalign
	{
	width: 34% !important;
	}
div[id^="wrapper"] #block_2 .verticalalign
	{
	width: 33% !important;
	}
div[id^="wrapper"] #block_3 .verticalalign
	{
	width: 33% !important;
	}
}
/* hack for IEs of all persuasions before IE7 */
* html .verticalalign
	{
	width: 100% !important;
	}
.verticalalign p
	{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background: #996666;
	}
#wrapper_extra
	{
	position:relative;
	
	}
* html #wrapper
	{
	position: relative;
	height:100%;}
#wrapper
	{
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	height:100%;}
/* we need this for IE 5.01 - otherwise the columns vanish */
* html #wrapper_extra
	{
	float: left;
	width: 100%;
	height:100%;}
/* 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 */

/* 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 */
/* * > form, */
* > #footer, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
	width: 135;
}
#clearfootercenter{
  height:52px; /*** needed to make room for footer in center column ***/
  overflow:hidden;
}
#clearfooterleft{
  height:52px; /*** needed to make room for footer in left column ***/
  overflow:hidden;
}
#clearfooterright{
  height:52px; /*** needed to make room for footer in right column ***/
  overflow:hidden;}
  
#fullheightcontainer{
  margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  text-align:left; /*** IE Win re-alignment of page if page is centered ***/
  position:relative; /*** Needed for IE, othewise header and footer aren't contained
directly above and below the body ***/
  width:770px; /*** Needed for Moz/Opera to keep page from sliding to left side of
page when it calculates auto margins above. Can't use min-width. Note that putting
width in #fullheightcontainer shows it to IE and causes problems, so IE needs a hack
to remove this width. Left Col + Right Col + Center Col + Both Inner Border + Both Outer Borders ***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for Moz to give full height design if page content is
too small to fill the page ***/
}