﻿body {
	background: #050505;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0px;
	color: #99714c;
}

h1 {
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color: #99714c;
}

table {
	border-collapse: collapse;
}

#container {
	margin: 0 auto;
	width: 980px;
}

#header {
	background: #222;
}

td.nav {
	text-align: center;
	padding: 8px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#header td.nav:hover {
	background-color: #444;
}

#header td.nav a {
	text-decoration: none;
	color: #99714c;
}

#main {
	padding-top: 25px;
	padding-bottom: 25px;
}

#left {
	float: left;
	width: 380px;
	text-align: center; 
	font-size: 0.9em;
}

#right {
	float: right;
	width: 600px;
}
#right td {
	padding: 10px;
	text-align: center;
}

#oldpaper {
	width: 513px;
	background-image: url('images/old-paper.jpg');
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 50px;
	color: black;
	text-align: left;
}
#oldpaper a {
	color: black;
}

#oldpaper p {
	margin-top: 8px;
	margin-bottom: 24px;
}

#footer {
	clear: both;
	font-size: 0.8em;
	text-align: center;
	background: #222;
	margin-top: 20px;
}

#copyright {
	font-size: 0.7em;
	padding: 8px;
	text-align: center;
	color: #666;
	padding-bottom: 0px;
}

#copyright a {
	color: #666;
}