#leftheader {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#header {
    position: absolute;
	height: 160px;
	width: 802px;
	left: 0px;
	top: 0px;
}
#right {
    position: absolute;
	width: 160px;
	left: 655px;
	top: 170px;
}	
#left {
position: absolute;
	width: 525px;
	left: 100px;
	top: 170px;
}			
#content{
position: absolute;
	width: 525px;
	left: 100px;
	top: 170px;

}
