body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 36px;
}

h2 {font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

#main {
	background-image: url(../images/header-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	height: 152px;
}

.nav {
	display: block;
	width: 223px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	padding: 0px 0px 0px 20px;
	background-color: #e9e0ae;
	color:#000;
	border-top: SOlid #E1D693 3px;
}

.navover {
	display: block;
	width: 223px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	padding: 0px 0px 0px 20px;
	background-color: #f0ebc9;
	color:#000;
	border-top: SOlid #E1D693 3px;
}

#content-top {
	height: 28px;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	width: 940px;
	margin: 0px auto 0px auto;
}

#content {
	background-image: url(../images/content-mid.gif);
	background-repeat: no-repeat;
	width: 884px;
	margin: 0px auto 0px auto;
	padding: 0px 28px 0px 28px;
	font-size: 13px;
	color: #292929;
	line-height: 20px;
}

a {color:#7c4c2c;}
a:visited  {color:#7c4c2c;}
a:hover {color:#333333;}

#footer {
	width: 940px;
	font-size: 11px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-image: url(../images/footer-bg.gif);
	padding: 15px 0px 0px 0px;
	background-repeat: no-repeat;
	color: #000;
}

#footer a {
	color: #000;
}
