﻿body {
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #221D0F;
	background-attachment: fixed;
	background-image: url('Images/crtbkg1.jpg');
	background-repeat: no-repeat;
}
#container {
	width: 750px;
	margin: 130px auto 0px auto;
	padding: 0px;
	height: 452px;
}
#header {
	padding: 0px;
	margin: 0px;
	height: 108px;
}
h1 {
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 22px;
	letter-spacing: 3px;
	line-height: 25px;
	margin-left: 10px;
}
#top-nav {
	height: 34px;
	margin-top: 15px;
	margin-bottom: 12px;
}
#content {
	padding: 15px;
	background-image: url('Images/logo1.png');
	background-repeat: no-repeat;
	margin-left: 70px;
	height: 256px;
}
#footer {
	height: 17px;
}
#top-nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px auto 0px 114px;
	width: 548px;
	height: 44px;
}
#top-nav li {
	border-width: 3px;
	border-color: #FFFFFF;
	float: left;
	width: 136px;
	text-align: center;
	font-size: 15px;
	font-variant: small-caps;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	line-height: 40px;
	border-top-style: ridge;
	border-bottom-style: ridge;
}
#top-nav a, #top-nav a:link, #top-nav a:visited {
	color: #FFFF71;
	display: block;
	text-decoration: none;
}
#top-nav a:hover {
	color: #0000FF;
	background-image: url('Images/list-border-highlight.png');
	background-position: center top;
	background-repeat: no-repeat;
}
#top-nav a:active {
	font-weight: bold;
	color: #66FF33;
}
h2 {
	text-align: center;
	letter-spacing: .2em;
	font-family: "Cooper Black", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 26px;
	color: #CCCCCC;
	font-variant: small-caps;
}
h3 {
	font-family: "Cooper Black", "Times New Roman", Times, serif;
	font-size: 22px;
	letter-spacing: .1em;
	text-align: center;
}
h4 {
	text-align: center;
	letter-spacing: .1em;
	color: #FFFFFF;
	font-variant: small-caps;
}
h5 {
	text-align: center;
	letter-spacing: .1em;
	margin-bottom: 19px;
}
