#main {
	position:absolute;
	left:0;
	top:15%;
	width:100%;
	height:382px;
	z-index:9;
	background-color: #333913;
}
#centerer {
	position:absolute;
	width:1px;
	height:382px;
	z-index:8;
	left: 50%;
}
#Layer1 {
	position:absolute;
	width:800px;
	height:382;
	z-index:7;
	left: -400px;
	background-color: #FFFFFF;
}
#sidebarL {
	position:absolute;
	width:100px;
	height:380;
	z-index:1;
	left: 0px;
	top: 1px;
}
#navbar {
	position:absolute;
	width:600px;
	height:40;
	z-index:2;
	left: 100px;
	top: 1px;
}
#sidebarR {
	position:absolute;
	width:100px;
	height:380px;
	z-index:3;
	left: 700px;
	top: 1px;
}
#pic {
	position:absolute;
	width:250px;
	height:300px;
	z-index:4;
	left: 100px;
	top: 41px;
	background-color: #afb283;
}
#footer {
	position:absolute;
	width:600px;
	height:40px;
	z-index:5;
	left: 100px;
	top: 341px;
	background-color: #968245;
}
#contentBlock {
	position:absolute;
	width:350px;
	height:300px;
	z-index:6;
	left: 350px;
	top: 41px;
	background-color: #afb283;
	overflow: auto;
}
#content {
	position:absolute;
	width:349px;
	height:298px;
	z-index:1;
	left: 0px;
	top: 1px;
	background-color: #afb283;
	overflow: auto;
}
