@charset "utf-8";
/* CSS Document */

body	{
		background: #000 url(../images/main/bg.jpg) no-repeat top left;
		font: 14px Tahoma, Arial, Helvetica, sans-serif;
		color: #fff;
		}
#container	{
		position: relative;
		left: 185px;
		width: 790px;
		}
#header	{
		width: 620px;
		height: 140px;
		}
#main	{
		width: 790px;
		}
#left	{
		position: relative;
		float: left;
		width: 190px;
		}
#mid	{
		position: relative;
		float: left;
		width: 405px;
		padding: 28px 10px 10px;
		}
#right	{
		position: relative;
		float: left;
		width: 165px;
		padding-left: 10px;
		}
#footer	{
		width: 790px;
		clear: both;
		}

/* Nav */
#nav	{
		position: relative;
		margin-left: 22px;
		margin-top: 30px;
		font-size: 12px;
		}
#nav ul	{
		list-style: none;
		margin: 3px 0 5px 15px;
		}
		
/* Tags */
h1	{
		margin: 0 0 10px;
		font-weight: bold;
		font-size: 18px;
		}
h2	{
		margin: 0 0 10px;
		font-weight: bold;
		font-size: 16px;
		}
h3	{
		}
p	{
		margin: 0 0 10px;
		}
table	{
		margin: 0 0 10px;
		}
li.listing	{
		margin: 0 0 5px 15px;
		list-style: square;
		}
ol	{
		margin: 0 0 5px 25px;
		}
		
/* Classes */
.home	{
		display: block;
		position: relative;
		left: 20px;
		width: 480px;
		height: 105px;
		}
.navbot	{
		position: relative;
		top: 17px;
		left: 5px;
		}
.text-center	{
		text-align: center;
		}
.text-right	{
		text-align: right;
		}
.center	{
		margin: auto;
		}
.galpreview	{
		border-color: #fff;
		background: #2c3c53;
		}
.smalltext	{
		font-size: 10px;
		}
.statswhite, .statsblack	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		height: 16px;
		}
.statswhite	{
		color: #fff;
		}
.statsblack	{
		color: #000;
		}
.statswhitebold	{
		color: #fff;
		font-size: 9px;
		font-weight: bold;
		height: 16px;
		}
.bgwhite	{
		background: #fff;
		text-align: right;
		}
.bgblue	{
		background: #000066;
		text-align: right;
		}
.bgred	{
		background: #990000;
		text-align: right;
		}
.walltable	{
		text-align: center;
		border: 2px solid #990000;
		padding: 10px 0 0 0;
		}
.walltable img	{
		border: 2px solid #fff;
		}
.float-left	{
		float: left;
		margin: 0 10px 10px 0;
		}
.float-right	{
		float: right;
		margin: 0 0 10px 10px
		}
.smalltext	{
		font-size: 10px;
		}
.imgborder img	{
		border: 2px solid #fff;
		margin: 0 5px 5px 0;
		}
		
		
/* Links */
a	{
		color: #fff;
		}
a:hover	{
		color: #A8322C;
		}
#nav a	{
		color: #fff;
		text-decoration: none;
		}
#nav a:hover	{
		color: #A8322C;
		}
h1 a	{
		color: #fff;
		text-decoration: none;
		}
h1 a:hover	{
		color: #A8322C;;
		}
		
/* Forms */
span.formtext	{
		display: block;
		float: left;
		width: 150px;
		padding-right: 6px;
		text-align: right;
		}
.spacer	{
		margin-left: 110px;
		padding-bottom: 10px;
		}
fieldset	{
		padding: 10px;
		}
legend	{
		color: #fff;
		}

