body {
	background-color: #706957;
	position:relative;
}
#main_container {
	position: relative;
	z-index: auto;
	height: 850px;
	width: 800px;
	top: 10px;
	overflow: auto;
	margin: auto;
	background-color: #61553D;
}
#banner {
	position: absolute;
	z-index: auto;
	height: 235px;
	width: 800px;
	left: 0px;
	top: 5px;
	background-color: #000000;
}
#navigation {
	position: absolute;
	height: 15px;
	width: 800px;
	top: 280px;
	left: 0px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #999999;
	background-color: #333333;
}
#content_container {
	background-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #000000;
	overflow: auto;
	position: absolute;
	height: 500px;
	width: 800px;
	left: 0px;
	top: 310px;
	border-top-style: inset;
	border-top-color: #000000;
	border-top-width: thick;
}
#events_container {
	background-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #000000;
	overflow: hidden;
	position: absolute;
	height: 500px;
	width: 800px;
	left: 0px;
	top: 310px;
	border-top-style: inset;
	border-top-color: #000000;
	border-top-width: thick;
}
#gallery_container {
	position: absolute;
	height: 500px;
	width: 790px;
	top: 310px;
	background-color: #000000;
	left: 0;
	border-top-width: thick;
	border-bottom-width: 2px;
	border-top-style: inset;
	border-right-style: none;
	border-bottom-style: inset;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	position: absolute;
	height: 20px;
	width: 800px;
	left: 0px;
	top: 825px;
	background-color: #333333;
}

#links {
	position: absolute;
	height: 200px;
	width: 450px;
	left: 230px;
	top: 60px;
}

