﻿a:link, a:visited, a:active {text-decoration:underline; color:white}
a:hover {text-decoration:underline; color:#efefef;}

#nav {
	border: 0;
	width: 100%;
	}

#nav a {
	
	}	

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: white;
	margin: 0;
	background: #030d0e url('../siteart/background.jpg') repeat-x top center;
	}

td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: white;
	}
	
#maintable {
	border: 0;
	width: 660px;
	border-left: 1px solid #192123;
	border-right: 1px solid #192123;
}	

#common {
	border:0;
	width: 100%;
}

#common td {
	vertical-align:top;
}

#main-content {
	background: #192122 url('../siteart/background-main.jpg') repeat-x top;
	line-height: 18px;
	padding: 30px;
}

.title {
	font-size: 18px;
	color: #ffd800;
	font-weight: bold;
	text-transform: uppercase;
}

hr {
	color: #2a3133;
	background: #2a3133;
	height: 2px;
	margin: 0;
	padding:0;
}

.teal {
	background: #263538 url('../siteart/green.gif') repeat-x top;
	border: 1px solid #585858;
	padding: 14px 25px 10px 25px;
	float: right;
}