* {
	margin: 0;
	padding: 0;
}

body {
	background: #330000 url("images/paper-repeat.gif") repeat-y top center;
	margin: 0;
	padding: 0;
	font-family: Times, "Times New Roman", Georgia, Serif;
}

p {
	padding-bottom: 5px;
	padding-top: 10px;
}

.right {
	float: right;
	text-align: right;
}

.left {
	float: left;
}

#top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url("images/top-bar.png") repeat-x top center;
	height: 28px;
}

#top h1, #top h2 {
	display: none;
}

#extras {
	position: relative;
	top: 215px;
	left: 470px;
	width: 260px;
	padding: 0;
	margin: 0;
}

#body {
	background: url("images/top-bg.jpg") no-repeat top center;
	width: 100%;
	min-width: 750px;
}

#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	background: url("images/paper-top.gif") no-repeat top center;
	clear: both;
	text-align: center;
	padding-top: 40px;
}

#nav {
	float: right;
	width: 455px;
	margin-right: 9px;
	height: 270px;
	padding-top: 8px;
}

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

#nav li {
	display: inline;
	float: left;
}

#nav h3 {
	width: 85px;
	padding-left: 6px;
	padding-top: 14px;
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

#nav a {
	font-family: "Times New Roman", Times, Serif;
	font-size: 16px;
	text-decoration: none;
	color: #b47857;
}

#nav a:hover {
	text-decoration: underline;
	color: #96471c;
}

#text {
	font-size: 14px;
	color: #8f3c3c;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	line-height: 24px;
}

#text ul {
	padding-left: 20px;
}

#text a {
	text-decoration: none;
	color: #b47857;
}

#text a:hover {
	text-decoration: underline;
	color: #96471c;
}

#text h2 {
	margin-top: 40px;
	margin-bottom: 20px;
}

#address {
	font-size: 18px;
	line-height: 26px;
}

#footer {
	text-align: center;
	line-height: 16px;
}

#foot {
	text-align: left;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-top: 10px;
	font-size: 9px;
	font-family: Lucida, "Lucida Sans", Helvetica, Arial, Sans-Serif;
	color: #d9b6a9;
}

.menu table {
	width: 100%;
	font-style: italic;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 18px;
	margin-bottom: 50px;
}

.menu strong {
	font-size: 16px;
	font-style: normal;
}

.menu table td {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #b47857;
}

.menu table tr {
	border-bottom: 1px dotted #b47857;
}

.menu table td.tblrt {
	width: 60px;
	font-size: 18px;
	text-align: center;
	font-style: normal;
}

.menu h2 {
	text-align: center;
	text-transform: uppercase;
}

.menu h3 {
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-style: italic;
	font-size: 14px;
}

.current {
	text-decoration: underline;
}

.links {
	font-size: 16px;
	text-align: center;
}

.links table {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.top {
	text-align: right;
}
