#headleft {
	position: absolute;
	width: 210px;
	height: 125px;
	left: 0px;
}

#headmiddle {
	position: absolute;
	width: 450px;
	height: 125px;
	left: 210px;
}

#headright {
	position: absolute;
	width: 250px;
	height: 125px;
	left: 660px;
}

#menu {
	position: absolute;
	width: 200px;
	top: 125px;
}

#content {
	position: absolute;
	top: 125px;
	left: 200px;
	width: 750px;
}

#contentright {
	position: absolute;
	top: 125px;
	left: 200px;
	width: 540px;
}

#right {
	position: absolute;
	top: 145px;
	left: 760px;
	width: 190px;
}

#footer {
	margin: 50px 0px 50px 0px;
	padding: 5px 0em 0em 0em;
	clear: both;
}