﻿body
{
	font-family: Arial;
	font-size: 0.8em;
	background-color: #221e1f;
	color: #fff;
	line-height: 150%;
}
a
{
	color: #FFF200; 
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
input, textarea, select
{
	float: right;
	margin: 0 10px 0 0;
}
table
{
	width: 100%;
}
td, th
{
	padding: 3px;
	width: auto;
}
legend
{
	color: white;
}
fieldset
{
	color: white;	
	border-right: #fff200 3px solid;
	border-top: #221e1f 1px solid;
	border-left: #221e1f 1px solid;
	border-bottom: #221e1f 1px solid;
}
#wrapper
{
}
#content
{
	background-color: black;
	margin: 10px 30px 30px;
	width: 400px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 18px;
	padding-top: 10px;
}
#contentWide
{
	background-color: black;
	margin: 10px 30px 30px;
	width: 800px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 18px;
	padding-top: 10px;
}
#logo
{
	margin-left: 395px;
}

#navigation
{
}
#navigation ul
{
	margin: 0;
	padding: 0;
}
#navigation li
{
	float: left;
	display: inline;
	list-style-type: none;
	padding: 23px 20px 0 0;
	height: 70px;
}
#navigation-bottom
{
	clear: both;
}
#user-search
{
	height: 30px;
}