body {
	background-color: #0F1217;
}

/* Header */
/* ------------------------------------------ */
#header {
	position: relative;
	background: transparent url(../images/band.png) left top repeat-x;
	height: 171px;
}
#header a {
	color: #999;
}
#header a:hover {
	color: #555;
}
#header .main {
	position: relative;
	background: transparent url(../images/header.png) left top repeat-x;
	width: 900px;
	height: 141px;
	margin: 0 auto;
}
#header .left, #header .right {
	position: absolute;
	top: 0;
	height: 171px;
	width: 6px;
	margin: 0 auto;
}
#header .left {
	right: 50%;
	margin-right: 450px;
	background: transparent url(../images/left.png) left top no-repeat;
}
#header .right {
	left: 50%;
	margin-left: 450px;
	background: transparent url(../images/right.png) right top no-repeat;
}
#header .menubar {
	position: absolute;
	top: 141px;
	background: transparent url(../images/menu.png) center repeat-x;
	width: 900px;
	height: 30px;
	border-bottom: 1px solid #1F1F1F;
}

#header .title {
	background: transparent url(../images/gwlogo-500.png) no-repeat;
	padding-top: 95px;
	height: 46px;
	width: 900px;
}
#header .title h1 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	color: #edebd7;
	margin: 0;
	line-height: 1.4em;
	letter-spacing: 0.3em;
	font-size: 2.6em;
	font-weight: normal;
	text-align: center;
}
#header .menubar ul {
	float: left;
	border-right: 1px solid #4b4b4b;
	margin: 0;
	padding: 0;
}
#header .menubar li {
	border-right: 1px solid #252525;
	float: left;
	list-style: none;
}
#header .menubar li + li {
	border-left: 1px solid #4b4b4b;
}
#header .menubar li.active, #header .menubar li:hover {
	background: transparent url(../images/menu_hover.png) left top repeat-x;
}
#header .menubar a {
	font-size: 12px;
	color: #e8e8e8;
	display: block;
	line-height: 2.5em;
	padding: 0 0.75em;
	text-decoration: none;
}
#header .menubar span {
	
}

/* Content */
#content {
	background: #0F1217 url(../images/background.png) repeat-y top center;
	margin-top: -16px;
	padding-top: 16px;
	margin-bottom: -1px;
}

/* Footer */
/* ------------------------------------------ */
#footer {
	border-top: 1px solid #1f1f1f;
	padding: 1em 0 2em;
	background-color: #0f1217;
}
#footer .main {
	width: 904px;
	margin: 0 auto;
	text-align: center;
	color: #999999;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
#footer .main a:hover {
	color: #ccc;
}
