body {
	background: url(/images/body-bg.jpg) repeat-x;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	margin: 50px;
}

#page-wrapper {
/*	position: absolute;
	top: 50%;
	left: 50%;
	margin: -305px 0 0 -515px; */
	margin: 0 auto;
	padding-bottom: 20px;
	width: 969px;
	border: 15px #fff solid;
	background-color: #140e14;
	text-align: left;
}

#header-wrapper {
	position: relative;
	height: 254px;
}

#banner-wrapper {
	position: absolute;
	z-index: 0;
}

#stars-wrapper {
	position: absolute;
	z-index: 1;
}
#logo-wrapper {
	position: absolute;
	z-index: 2;
}
#logo {
	display: block;
	background: url(/images/logo.png) no-repeat;
	width: 284px;
	padding-top: 243px;
	height: 0;
	overflow: hidden;
}

#navigation-wrapper {
	position: relative;
	float: left;
	margin: 20px 0 0 50px;
}
#navigation-wrapper ul {
	list-style-type: none;
}

#navigation-wrapper ul ul {
	overflow: hidden;
	border-bottom: 1px #211721 solid;
}

#navigation-wrapper ul li a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}
#navigation-wrapper ul li ul li a {
	color: #a8115a;
	
}
#navigation-wrapper ul li ul li a:hover {
	background-color: #201620;
	border-top: 1px #333 solid;
	padding-top: 4px;
}

#print-page {
	display: block;
	float: right;
	height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 24px;
	margin: 12px 17px 17px 0;
	color: #fff;
	text-decoration: none;
	background: url(/images/print-page.gif) no-repeat;
}

#content-wrapper {
	clear: right;
	float: right;
	width: 625px;
	margin-right: 50px;
}

#content-wrapper h2 { color: #fff; font-size: 22px; font-weight: normal; }
#content-wrapper h3 { color: #981053; font-size: 18px; font-weight: normal; margin-top: 8px; }
#content-wrapper h4 { margin-top: 15px; }
#content-wrapper h5 { color: #981053; font-size: 14px; font-weight: normal; margin-top: 8px; }
#content-wrapper #page-content { font-size: 12px; color: #fff; line-height: 17px; }
#content-wrapper #page-content p { margin-top: 15px; }
#content-wrapper #page-content ul { margin-top: 15px; margin-left: 30px; }

#content-wrapper #page-content a { color: #fff; text-decoration: underline;}

