@charset "utf-8";
/* CSS Document */
body {
	background-color: #4a1a2c;
}
#wrapper {
	position:relative;
	width:1024px;
	height:768px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}
#sidenav {
	position:absolute;
	width:185px;
	height:743px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#topmenu {
	position:absolute;
	width:839px;
	height:41px;
	z-index:2;
	left: 185px;
	top: 0px;
}
#midmenu {
	position:absolute;
	width:839px;
	height:25px;
	z-index:3;
	left: 185px;
	top: 41px;
}
#bulkcontent {
	position:absolute;
	width:839px;
	height:677px;
	z-index:4;
	left: 185px;
	top: 66px;
	background-color: #84815b;
}
#footer {
	position:absolute;
	width:1024px;
	height:25px;
	z-index:5;
	left: 0px;
	top: 743px;
	background-color: #605e50;
}
#sidemenuLong {
	position:absolute;
	width:185px;
	height:868px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#bulkcontentLong {
	position:absolute;
	width:839px;
	height:800px;
	z-index:6;
	left: 185px;
	top: 66px;
	background-color: #84815b;
}
#footerLong {
	position:absolute;
	width:1024px;
	height:25px;
	z-index:8;
	left: 0px;
	top: 868px;
	background-color: #605e50;
}
#sidemenuSuperLong {
	position:absolute;
	width:185px;
	height:1416px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#bulkcontentSuperLong {
	position:absolute;
	width:839px;
	height:1350px;
	z-index:6;
	left: 185px;
	top: 66px;
	background-color: #84815b;
}
#bulkcontentBright {
	position:absolute;
	width:839px;
	height:1650px;
	z-index:6;
	left: 185px;
	top: 66px;
	background-color: #000;
}
#footerSuperLong {
	position:absolute;
	width:1024px;
	height:25px;
	z-index:8;
	left: 0px;
	top: 1416px;
	background-color: #605e50;
}

