﻿a:link, a:visited, a:active {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	overflow-x: hidden;
	background: #cdcdcd;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
#maintable {
	border: 0;
	width: 990px;
	background: white;
}	

#common {
	border:0;
	width: 100%;
}

#common td {
	vertical-align:top;
}

#header {
	background: url('../siteart/gray-background.gif') repeat-x top;
}

#nav {
	background: #29262b;
	padding: 8px 0px 6px 35px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#nav a {
	color: white;
	text-decoration: none;
}

#nav a:hover {
	color: white;
	text-decoration: underline;
}

#main-content {
	background: url('../siteart/main-background.jpg') no-repeat;
	line-height: 18px;
	padding: 35px;
}

.title {
	font-size: 26px;
	color: #754812;
}

#foot {
	padding: 30px 0px;
}