﻿body {
margin : 0px;
}
#container {
	width: auto;
	height: 800px;
	margin: 0px, 0px, 0px 0px;
	padding: 0;
	border: 0;
	float:none;
}
#masthead {
position: absolute;
height: 95%;
width: 100%;
top: 0px;
border:0px none;
}
#navigation {
display: none;
}

#column_l {
position: absolute;

width:430px;
top:130px;
float:none:
}
#column_r {
position: absolute;

top: 130px;
left: 440px;
float:none;
} 
#content {
position: absolute;
width: auto;
top:130px;
float:none;
} 

#footer{
	display:none;
}