﻿a:link, a:visited, a:active {text-decoration:underline; color:white}
a:hover {text-decoration:underline; color:#cccccc;}

#nav {
	text-align: center;
	background: #1c1b1d url('../siteart/nav-background.gif') no-repeat top;
	font-size: 11px;
	font-weight: bold;
	padding: 14px 0px 12px 0px;
	border-top: 20px #030303 solid;
}

#nav a {
	text-decoration:none;
	padding: 0px 25px 0px 11px;
	background: url('../siteart/arrow.gif') no-repeat scroll 0px 4px;
	}	

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	margin: 0;
	background: #030303 url('../siteart/background-black.jpg') repeat-x top;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	}
	
#maintable {
	border: 0;
	width: 660px;
	background: #030303;
}	

#common {
	border:0;
	width: 100%;
}

#common td {
	vertical-align:top;
}

#main-content {
	padding-right: 45px;
}

#right {
	border-left: 2px solid #222222;
	padding-left: 45px;
}