﻿a:link, a:visited, a:active {text-decoration:underline; color:#e7e7e7}
a:hover {text-decoration:underline; color:white;}

a.inv:link, a.inv:active, a.inv:visited {
	color: #d0a0a4;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}

.inv:hover {
	color: white;
}

#nav {
	background: #340f12;
	padding: 10px 0px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}


body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e7e7e7;
	margin: 0px;
	background: #c0c0c0;
	overflow-x: hidden;
	}

td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e7e7e7;
	}
	
#maintable {
	border: 0;
	width: 770px;
	background: black;
}	

#common {
	border:0;
	width: 100%;
}

#common td {
	vertical-align:top;
}

#main-content {
	padding: 36px 30px;
}

.heading {
	font-size: 24px;
	font-weight: bold;
	color: #d8aa24;
}

#bottom {
	background: #501e22;
	padding: 35px 0px;
}