#leftheader {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#header {
    position: absolute;
	height: 213px;
	width: 1024px;
	left: 0px;
	top: 0px;
}
#bannerad {
    position: absolute;
	height: 101px;
	width: 800px;
	left: 15px;
	top: 240px;
}

#right {
    position: absolute;
	width: 175px;
	left: 815px;
	top: 210px;
}	
#left {
position: absolute;
	width: 490px;
	left: 5px;
	top: 210px;
}			
#content{
position: absolute;
	width: 800px;
	left: 0px;
	top: 300px;
	padding: 15px;

}
