@charset "UTF-8";
body {
	background: #494542 url(bg.png);
	margin: 20px 0;
	margin-top: 100px;
}

body, html, div, p, tr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #a6a6a6;
}

a, a:active {
	text-decoration: none;
	color: #ccc;
}

a:visited {
	color: #ddd;
}

a:hover {
	color: #8e9ab3;
}
	

#container {
	width: 700px;
	margin: 0 auto;
}

#header {
	background: url(sitetitle.png) 30px no-repeat;
	height: 60px;
}

#content {
	background-color: #5b5752;
	padding: 10px;
}

#nav {
	padding: 10px;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 2px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
}

#nav a, #nav a:active, #nav a:visited {
	color: #ecdecd;
}

#nav a:hover {
	color: #8e9ab3;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
}

#nav ul li {
	list-style: none;
	display: inline;
	margin: 0 5px;
}

.title1 {
	color: #848ea3;
	font-style: italic;
	font-size: 10pt;
	letter-spacing: 1px;
	border-bottom: #514d47 1px solid;
	padding-bottom: 2px;
	margin-bottom: 10px;
}.subheading {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #EBDECD;
	text-transform: lowercase;
	letter-spacing: 1px;
	padding-bottom: 5px;
	font-size: 9pt;
}
