#leftheader {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#header {
    position: absolute;
	height: 140px;
	width: 1050px;
	left: 0px;
	top: 0px;
}

#right {
    position: absolute;
	width: 150px;
	left: 830px;
	top: 180px;
}	
#left {
position: absolute;
	width: 169px;
	left: 0px;
	top: 180px;
}			
#content{
position: absolute;
	width: 681px;
	left: 139px;
	top: 180px;
}
