﻿a:active {text-decoration:underline; color:white}
a:visited {text-decoration:underline; color:white}
a:link {text-decoration:underline; color:white}
a:hover {text-decoration:underline; color:#ffce36;}

#nav {
	width: 100%;
	background: #252928;
	padding: 6px 16px 0px 16px;
	}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
}

#nav li a {
	text-decoration:none;
	text-transform:uppercase;
	color: white;
	text-align:center;
	padding: 7px 0 5px 0;
	border-bottom: 1px solid #404342;
	display:block;
	text-align: left;
	font-size: 12px;
	padding-left: 8px;
	background: url('../siteart/arrow-off.gif') no-repeat 190px 10px; 
}

#nav li a:hover {
	color:#ffce36;
	background: url('../siteart/arrow-on.gif') no-repeat 190px 10px; 
}


body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: white;
	margin: 0;
	background: #0c0a0c url('../siteart/bkg.jpg') repeat-x top;
	}

td {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: white;
	}
	
#maintable {
	border: 0;
	width: 900px;
	background: #0c0a0c;
}	

#main-content {
	background: #0c0a0c url('../siteart/bkg-black.jpg') repeat-x;
	padding: 20px;
	border-top: 1px solid #131013;
}

#common {
	border:0;
	width: 100%;
}

#common td {
	vertical-align:top;
}

#foot {
	padding: 30px 0px 38px 0px;
}

#header {
	background: #ffce36 15px;
	vertical-align:bottom;
	padding: 12px 20px;
	border-bottom: 1px solid #131013;
}

#header div {
	vertical-align:bottom;
	float: right;
	padding-top: 92px;
	color: black;
}

.big-bold {
	font-size: 25px;
	color: #ffce36;
}

hr {
	color: #3e3d3e;
	background-color: #3e3d3e;
	height: 1px;
	width: 100%;
	margin: 10px 0;
}

#right-box {
	float:right;
	font-size: 11px;
	text-align: center;
}