/* CSS Document */

html{
	background:none;
}
body{
	background-color:#817f6d;
	background-image:url(../../../../public/themes/wba/images/page-body-bg.gif);
	background-repeat:repeat-x;
	background-position:left -20px;
}

/* bounds */
div.wrapper{
	position:relative;
	margin:0 auto;
	width:877px;
	border:none;
	background:none;
	padding:0;
}

#header{
	height:363px;
	overflow:hidden;
	background-image:url(../../../../public/themes/wba/images/page-banner-bg.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#header h1{
	margin:25px 0 49px 0;
	padding:0;
	width:285px;
	height:57px;
	float:left;
	text-indent:-9999px;
	background:url(../../../../public/themes/wba/images/wba-logo.gif) no-repeat;
}
#header a.join{
	display:block;
	margin:20px 0 0 0;
	width:239px;
	height:65px;
	float:right;
	text-indent:-9999px;
	background-image:url(../../../../public/themes/wba/images/become.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#header a.join:hover{
	background-position:bottom;
}
#header ul{
	margin:0;
	padding:0 0 0 5px;
	height:206px;
	list-style:none;
	background-image:url(../../../../public/themes/wba/images/default-page-banner-bg-photo.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	clear:both;
}
#header ul.about{
	background-image:url(../../../../public/themes/wba/images/about-banner-bg.jpg);
}
#header li{
	position:relative;
	margin:3px 0;
	float:left;
	height:1%;
	z-index:100;
}
#header li a{
	display:block;
	margin:0 15px;
	color:#fff;
	font-size:18px;
	letter-spacing:-.01em;
	text-decoration:none;
}
#header li a:hover,
#header li.loc a{
	color:#ff9900;
}

div.menu{
	background-color:#2e2e2e;
	border:5px solid #1d1d1d;
}
#content-wrapper{
	margin:0 auto;
	width:815px;
	background:#fff url(../../../../public/themes/wba/images/content-bottom-bg.gif) no-repeat bottom;
	padding:0 20px 20px;
}


div.forabg, div.forumbg{
	background-color:#e0e0e0;
	background-image:none;
}

span.corners-top,
span.corners-top span,
span.corners-bottom,
span.corners-bottom span{
	background:none;
}

li.header dt, li.header dd {
	color: #555;
}
a.forumtitle,
a.topictitle,
#page-body h2 a,
h2 {
	color: #4D4D4D;
}

#page-body h2 a:hover,
a:hover{
	color:#C47522;
}



div.menu ul li a:hover {
	background-color:#1d1d1d;
}












