/* ------------------------------------------------- position ------------------------------------------------- */
/* <![CDATA[ */
#block_1 {
	float: left;
	width: 77.5em;
	margin-left: 19em;
	text-align: left;
	background: #fff;
}

* html #block_1 {
	display: inline;
}

#block_2 {
	float: left;
	width: 19em;
	margin-left: -96.5em;
	background: #d3d3d3 url(/owlv/wLayout/design/img/bg_left.gif) top left repeat-y;
}

#block_3 {
	float: left;
	width: 1em;
	background: #f5f5f9 url(/owlv/wLayout/design/img/bg_right.gif) top right repeat-y;
}

/* 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 */

#wrapper {
	/*border: 1px dotted #c00;*/
	width: 97.5em;
	padding: 12.5em 0 0 0;
	margin: 0;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	border-top: 1px soid #c00;
}
/* 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: block;
}
/* end easy clearing */


#footer{
	background: #063 url(/owlv/wLayout/design/img/bg_right.gif) top right repeat-y;
}

