@charset "UTF-8";
/* CSS Document */

.MainContainer {
	margin-right: auto;
	margin-left: auto;
	width: 875px;
	z-index: -3;
	background-image: url(images/DragonHeader.png);
	background-repeat: no-repeat;
	height: 800px;
}
.Header {
	width: 660px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	background-image: url(images/LowerHeader.png);
}
.BodyContainer {
	width: 656px;
	height: 518px;
	margin-left: auto;
	margin-right: auto;
}
.RightSideBar {
}
.headeropenspace {
	width: 875px;
	height: 160.5px;
}
.LeftSideBar {
	width: 89px;
	height: 518px;
	background-image: url(images/LeftSidebar.jpg);
	background-repeat: no-repeat;
	float: left;
}
.MainBody {
	width: 467px;
	height: 518px;
	float: right;
	background-image: url(images/MainBackground.jpg);
}
.Navigation {
	width: 189px;
	height: 518px;
	float: left;
	background-color: #000;
	background-image: url(images/nav3_1.jpg);
}
.Footer {
	width: 656px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	background-repeat: no-repeat;
	text-align: center;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #494949;
	background-image: url(images/footer2.jpg);
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	padding: 10;
	padding-left: 20px;
	padding-top: 35px;
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	height: 480px;
	overflow: scroll;
}
