
/* Complete CSS three-column layout for 
 * 800px width. Includes fixes for 
 * firefox, internet explorer, opera,
 * and safari. Very beautiful! - Fredrik
 */

#block_1
	{
	float: left;
	width: 650px;
	margin-left: 175px;
	}
* html #block_1
	{
	display: inline;
	}
#block_2
	{
	float: left;
	width: 175px;
	margin-left: -825px;
	}
#block_3
	{
	float: left;
	width: 175px;
	}

@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: 450px;
	}
#block_2 .verticalalign
	{
	width: 175px;
	}
#block_3 .verticalalign
	{
	width: 175px;
	}
/* hack for Opera 7+ */
@media all and (min-width: 0px){
.verticalalign
	{
	width: 100% !important;
	}
