#container {
	position:relative;
	left:auto;
	top:5px;
	width:900px;
	height:auto;
	z-index:1;
	right: auto;
	margin-left: auto;
	margin-right: auto;
}
body {
	background-color: #8D8970;
}
#topMenuDiv {
	position:absolute;
	left:49px;
	top:173px;
	width:799px;
	height:40px;
	z-index:1;
	background-color: #64614F;
}
#leftbox1 {
	position:absolute;
	left:26px;
	top:30px;
	width:165px;
	height:55px;
	z-index:3;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #64614F;
	border-bottom-color: #64614F;
}
#leftbox2 {
	position:absolute;
	left:26px;
	top:88px;
	width:163px;
	height:40px;
	z-index:2;
}
#leftbox3 {
	position:absolute;
	left:26px;
	top:142px;
	width:165px;
	height:55px;
	z-index:4;
	border-top-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #64614F;
	border-bottom-width: thin;
	border-bottom-color: #64614F;
}
#content {
	position:absolute;
	left:49px;
	top:214px;
	width:779px;
	height:auto;
	z-index:5;
	background-color: #464437;
	padding: 10px;
}
#prevDiv {
	position:absolute;
	left:275px;
	top:207px;
	width:93px;
	height:25px;
	z-index:5;
	border: thin solid #464437;
	visibility: hidden;
}
#upcomeDiv {
	position:absolute;
	left:275px;
	top:233px;
	width:93px;
	height:25px;
	z-index:6;
	border: thin solid #464437;
	visibility: hidden;
}
