@charset "utf-8";
/* West Chester Rock City - Global CSS Document */

body {
 	background: #000000;
 	height: 100%;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto 50px auto;
	width: 1024px;
	height: auto;
	overflow: hidden;
	z-index: 1
}

/* ---------- Header ---------- */
#header {
	position: relative;
	width: 1024px;
	height: 327px;
	overflow: hidden;
	z-index: 5
}

#title {
	background: url(../images/background/bg_title.png) no-repeat;
	position: relative;
	width: 1024px;
	height: 211px;
	overflow: hidden;
	z-index: 10
}

#mainnav {
	background: url(../images/background/bg_mainnav.png) no-repeat;
	position: relative;
	width: 1024px;
	height: 116px;
	overflow: hidden;
	z-index: 50
}

#mainnav_button_cont {
	background: none;
	position: relative;
	margin: 5px auto;
	width: 959px;
	height: 88px;
	overflow: hidden;
	z-index: 50
}

.mainnav_button {
	display: block;
	float: left;
	/*margin-right: 15px*/
}

/* ---------- Content Area ---------- */
#content_area {
	position: relative;
	width: 1024px;
	height: auto;
	overflow: hidden;
	z-index: 5
}

#content_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 1024px;
	height: auto;
	overflow: hidden;
	z-index: 10
}

#content_bg img {
	margin: 0;
	padding: 0;
	border: none
}

#content_spacer {
	background: none;
	float: left;
	width: 1px;
	height: 400px;
	margin: 0 -1px 0 0;
}

#content_cont {
	background: none;
	position: relative;
	float: left;
	margin: 0 37px;
	padding-bottom: 275px;
	width: 950px;
	height: auto;
	color: #CC9933;
	overflow: hidden;
	z-index: 75
}

#contentleft_cont {
	background: none;
	position: relative;
	float: left;
	margin: 0;
	width: 465px;
	height: auto;
	overflow: hidden;
	z-index: 100
}

#contentright_cont {
	background: none;
	position: relative;
	float: right;
	margin: 0;
	width: 465px;
	height: auto;
	overflow: hidden;
	z-index: 100
}

/* ---------- Footer ---------- */
#footer {
	background-color: #000000;
	background:  url(../images/background/bg_footer.png) no-repeat !important;
	background:  url(../images/background/bg_footer.gif) no-repeat;
	position: relative;
	margin-top: -270px;
	width: 1024px;
	height: 320px;
	overflow: hidden;
	z-index: 100
}

#footernav {
	position: relative;
	margin: 70px auto 10px auto;
	width: 1010px;
	height: 50px;
	overflow: hidden;
	z-index: 150
}

.footernav_button {
	display: block;
	float: left;
	margin-right: 1px
}

.footernav_divider {
	background: url(../images/nav_buttons/footernav_divider_norm.png) no-repeat !important;
	background: url(../images/nav_buttons/footernav_divider_norm.gif) no-repeat;
	display: block;
	float: left;
	margin-right: 1px;
	width: 8px;
	height: 50px
}

#copyright_text {
	text-align: center;
	margin-top: 10px;
	font-size: 10px;
	color: #660000
}

#copyright_text a {
	color: #660000;
	text-decoration: none;
}

#copyright_text a:hover {
	color: #FF9900;
	text-decoration: underline;
}
