body
{
	padding: 5px 0;
	margin: 0;
	background: #f5f5f5;
	width: 100%;
	font-family: Arial, Georgia, Helvetica;
	text-align: center;
}

a
{
	color: #403E66;
}

a:hover
{
	color: #e77918;
	text-decoration: none;
}

#body
{
	height: 100%;
	width: 604px;
	margin: 0 auto;
}

#logo
{
	background-color: #e77918;
}

#logo div
{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 13px;
}

#navigation
{
	vertical-align: top;
	margin: 0 auto;
	display: block;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#navigation ul li
{
	float: left;
	background-color: #403E66;
	line-height: 30px;
	letter-spacing: 1px;
	margin: 5px 0;
}

#navigation ul li.spacer
{
	background-color: #ffffff;
}

#navigation ul li a
{
	padding: 0 15px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
}

#navigation ul li a:hover
{
	text-decoration: none;
}

#categories
{
	padding: 5px 0 10px;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
	text-transform: lowercase;
	font-variant: small-caps;	
}

#categories a
{
	color: #403E66;
}

#categories a:hover
{
	color: #e77918;
	text-decoration: none;
}

#list
{
	height: 100%;
	vertical-align: top;
	font-size: 12px;
}

#list table
{
	height: auto;
	font-size: 12px;	
}

#list .spacer
{
	background-color: #403E66;
	height: 2px;
}

#list h1
{
	padding: 20px;
	text-align: center;
	color: #403E66;
	font-size: 300%;
	margin: auto 0;
}

#list a, #list span
{
	font-weight: bold;
	font-size: 16px;
	color: #e77918;
}

#list .name, #list .stats
{
	line-height: 30px;
}

.pagination a, .pagination b
{
	font-weight: bold;
	font-size: 12px;
	color: #403E66;
	line-height: 40px;
	text-decoration: none;
}

.pagination a:hover
{
	text-decoration: underline;
}

.pagination b
{
	color: #e77918;
	text-decoration: underline;
}

#line
{
	background-color: #403E66;
}

#footer
{
	line-height: 40px;
	text-align: center;
	padding: 10px 0 0;
	vertical-align: middle;
}

#form
{
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 25px;
}

#form div img
{
	margin: 0 0 5px;
}

#form .errors
{
	color: #FF0000;
	font-size: 14px;
}

#form .edit, #form .select
{
	width: 100%;
	border: 1px solid #403E66;
}

#form .button
{
	border: 1px solid #403E66;
	background-color: #ffffff;
	margin: 5px;
}

#about
{
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

#about ul
{
	list-style: square;
}

#about ul li
{
	color: #000000;
}