@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
h1 {
	color: #660000;
	text-indent: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
h2 {
	color: #603913;
	font-size: 16px;
}

#wrapper {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin solid #000000;
}
#header {
	height: 100px;
	background-image: url(images/banner.jpg);
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	clear: both;
	text-align: center;
	height: 50px;
	background-image: url(images/bgfooter.jpg);
}
#nav {
	height: 30px;
	background-color: #c7b299;
	clear: both;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #660000;
	border-bottom-color: #660000;
}
#navlower {
	height: 25px;
	clear: both;
	background-color: #C7B299;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #660000;
	border-bottom-color: #660000;
}
#leftColumn {
	float: left;
	width: 540px;
	padding-left: 10px;
}
#rightColumn {
	float: right;
	width: 300px;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
}
#mainColumn {
	width: 880px;
	padding: 10px;
}

.navigation {
	color: #603913;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
.courtesynav {
	color: #603913;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}
.copyright {
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 45px;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #8C6239;
	text-decoration: none;
}
a:active {
	color: #660000;
	text-decoration: none;
}

.menu {
	height: 30px;
	width: 900px;
}
			
.cssnav	{
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/overbtn.jpg) no-repeat;
	width: 128px;
	height: 30px;
	overflow:hidden;
}
			
.cssnav a {
	display: block;
	width: 128px;
	height: 30px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}

.cssnav a:hover {
	color: #ffffff;
}
			
.cssnav img {
	width: 128px; 
	height: 30px; 
	border: 0; 
}

* html a:hover {
	visibility:visible
}

.cssnav a:hover img {
	visibility:hidden
}

.cssnav span {
	position: absolute;
	left: 5px;
	top: 8px;
	text-align: center;
	width: 120px;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
}

.imageRight {
	float: right;
	padding-bottom: 10px;
}
