#container {
	width: 800px;
}
#content   {
	background: white url(images/gradient.jpg) no-repeat;
	color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#table   {
	color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.item {
	background-color: #F1E9DA;
}
#nav {
	color: #fff;
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	background-color: #8E0000;
}
#nav a  {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
#nav a:hover {
	color: #C9A455;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited {
	color: #fff;
}
#nav #quote {
	padding: 10px;
	font-style:italic;
	font-weight: bold;
}
#footer {
	background: #f4ede0;
	color: #333;
	font-size: 9px;
	font-family: verdana, Arial, Helvetica, sans-serif;
}

.border {
	padding: 1px;
	border: medium solid #1e442f;
}
a  {
	color: #8E0000;
	text-decoration: underline;
}
a:hover {
	color: #C9A455;
	text-decoration: none;
	border-bottom-style: none;
}

h1  { color: #8E0000; font-weight: bold; font-size: 22px }
h2  { color: #8E0000; font-weight: bold; font-size: 16px }
h3  {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}

