/* top navigation, logo and login */
*
{
	border-collapse: collapse;
	border-spacing: 0;
}

#topnavi
{
	width: 1000px;
	margin: 20px 20px 10px 0px;
	height: 80px;
}
 /* submenu, forum, chat, news, and all the consoles */
.submenu
{
	width: 1000px;
	height: 20px;
	margin-top: 5px;
	background-color: #ffefe0;
}

/* main part of the page */
#page
{
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	width: 669px;
	float: left;
}

.navbar
{
	width: 990px;
	float: left;
	margin: 10px 0 10px 0;
	padding: 5px;
	text-align: left;
	clear: both;
	background-color: #fff;
	border: solid 1px #4d5f8a;
}

#ads
{
	width: 1000px;
	height: 83px;
	float: left;
	margin: 10px 0 0 0px;
	overflow: hidden;
}

/* menus on the right */
.rightmenu
{
	width: 330px;
	float: left;
}

.menutop
{
	background-image: url("/forum/styles/afterburner/theme/images/bg_list.gif");
	padding: 5px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
	line-height: 120%;
}

.wpDiv
{
	float: left; 
	width: 100%;
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #bbbbbb;
	background-color: #ffffff;
	overflow: hidden;
}

.wpDiv:hover
{
	background-color: #eeeeee;
}

.wpUser
{
	width: 100px;
	height: 100px; 
	float: left;
	border-right: solid;
	border-width: 1px;
	border-color: #bbbbbb;
}

.wpSummary
{
	width: 520px;
	height: 50px;
	float: left;
	margin-left: 10px;
	margin-top: 25px;
}

.topNaviContent
{
	margin-left: 30px; 
	float: left; 
	width: 100px; 
	height: 65px;
}

.accessbar
{
	float: right; 
	width: 450px; 
	height: 79px;
}

.navbarNavi
{
	float: left;
	margin: 4px 2px 3px 2px;
}

.basicLayer
{
	background-color: #FFFFFF;
}


/*Whatever*/

div.breadcrumbs 
{
	border-bottom: 1px solid #e6e6e6;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 7px 15px 5px;
	color: #777;
	border-top: 1px solid #d9d9d9;
	background: url(../forum/styles/afterburner/theme/images/light4.png) 0 -136px repeat-x;

}
div.breadcrumbs .sep 
{
	padding: 0 5px;
}
