#leftheader {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#header {
    position: absolute;
	height: 30px;
	width: 870px;
	left: 0px;
	top: 0px;
	background-color: #00214A;
}
#bannerad {
    position: absolute;
	height: 101px;
	width: 426px;
	left: 205px;
	top: 30px;
}

#right {
    position: absolute;
	width: 200px;
	left: 670px;
	top: 30px;
}	
#left {
position: absolute;
	width: 170px;
	left: 0px;
	top: 30px;
}			
#content{
position: absolute;
	width: 470px;
	left: 170px;
	top: 110px;
	
}

