body {
	background-color: #ecefe8;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #4e5051;
}

a {
	color: #ff8e00;
	text-decoration: none;
}

* {
	font-family: Arial, Helvetica, sans-serif !important;
}

a:hover {
	text-decoration: underline;
}

div#wrapper {
	width: 975px;
	margin: auto;
	background: url('/template/firstfight/images/forum/vertbg.gif') repeat-y;
}

div#header {
	background: url('/template/firstfight/images/header.gif') no-repeat;
	width: 975px;
	height: 101px;
}

div#menu {
	background: url('/template/firstfight/images/menuBg.gif') repeat-x;
	height: 22px;
	margin: auto;
	width: 953px;
}

div#submenu {
	background-color: #f4f4f4;
	height: 17px;
	margin: auto;
	width: 950px;
	font-size: 11px;
	padding-left: 3px;
}

div#submenu a {
	text-decoration: none;
	color: #4e5051;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}

div#submenu a:hover {
	text-decoration: underline;
}

div#menu ul {
	margin: 0px;
	padding-top: 3px;
}

div#menu li{
	list-style-type: none;
	display: inline;
	margin-left: 25px;
	font-size: 12px;
	text-transform: uppercase;
}

div#menu li a{
	color: #ff8e00;
	font-weight: bold;
	text-decoration: none;
}

a.active{
	color: #f6f6f6 !important;
}

.menuSpacer {
	background: url('/template/firstfight/images/menuSpacer.gif') no-repeat;
	width: 1px;
	height: 8px;
	margin-top: 4px;
	position: absolute;
}

div#navigation {
	font-size: 11px;
	color: #000;
	margin-top: 10px;
	margin-left: -10px;
}

div#rightLogin {
	margin-left: 745px;
	border: 0px solid #ffae00;
	border-left-width: 1px;
	height: 76px;
	width: 200px;
	position: absolute;
	padding-left: 6px;
	top: 13px;
	text-align: right;
	padding-top: 8px;
	color: #ff8e00;
	font-size: 11px;
}

.alignLeft {
	text-align: left !important;
}

.error {
	color: #FF3333;
	font-weight: bold;
}

.underline {
	border-style: solid;
	border-color: #E1E1E1;
	border-width: 0px;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	display: block;
}

a.strong {
	font-weight: bold;
	color: #4e5051;
	text-decoration: underline;
}

span.strong {
	font-weight: bold;
}
	
div.infobox {
	background-color: #666666;
	color: #fff;
	padding: 3px;
}

#footer {
	background: url('/template/firstfight/images/forum/bottom.gif') no-repeat top;
	width: 975px;
	margin: auto;
	text-align: center;
	font-size: 10px !important;
	padding: 20px;
}