#left {
	position: absolute;
	float: left;
	width: 130px;
	height: 100%;
}
#header {
	position: absolute;
	height: 90px;
	margin-left: 130px;
}
#submenu {
	position: absolute;
	top: 120px;
	padding-left: 20px;
	margin-left: 130px;
	height: 50px;
}
#content {
	position: absolute;
	top: 170px;
	margin-left: 130px;
	padding-right: 16px;
	bottom: 12px;
	overflow: auto;
}
#footer {
	position: absolute;
	height:13px;
	bottom: 0;
	width: 100%;
}
