#logo {
	padding: 0;
}

/** MENU **/


ul#general_menu {
	height: 25px;
	width: 845px;
	margin: 15px auto 0 auto;
}

ul#general_menu li {
	float: left;
	width: 14%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	background: url(../../../../template/images/general_menu-separator.gif) no-repeat left 5px;
}

ul#general_menu li.first {
	background: none;
}

ul#general_menu li a {
	font-size: 10px;
	font-weight: bold;
	color: #425289;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul#general_menu li a:hover {
}

ul#general_menu li a.active {
	color: #FF0000;
}

/** FORUM **/

body {
	background-color: #808080;
	padding-top: 15px;
}

#wrap {
	width: 885px;
}

.inside {
	padding: 17px 20px 10px 20px;
}

.headerbar {
	background-repeat: repeat-x;
	background-color: #9DA6AC;
}