@charset "utf-8";
body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

a:link {
	text-decoration: none;
	color: #006DBF;
	}
a:visited {
	text-decoration: none;
	color: #006DBF;
}
a:hover {
	text-decoration: underline;
	color: #EF4723;
}
a:active {
	text-decoration: none;
	color: #006DBF;
}
.headings {
	font-size: 18px;
	font-weight: bold;
}



#nav {
	position: relative;
	height: 130px;
	width: 840px;
	margin: 0 auto;
	background-image: url(/images/nav-bar-1.jpg);
	border: 1px solid #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#navtext {
	position:relative;
	float:right;
	height:18px;
	width:800px;
	top:6px;
	right:10px;
	text-align:right;
}
#pageturn {
	width: 840px;
	margin: 0 auto;
	position: relative;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#golden {
	height: 30px;
	width: 840px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
	border: 1px solid #CCCCCC;
	background-image: url(/images/gg.jpg);
	background-repeat: no-repeat;
	background-position: 250px;
	line-height: 30px;
	background-color: #FFFFFF;
}

#spacer {
	height: 10px;
	width: 840px;
	position: relative;
	margin: 0 auto;
}

