@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 55px;
}
.nav {
	background-color: #B8AE4E;
	height: 30px;
	width: 480px;
	font-size: 12px;
	color: #FFFFFF;
}
#topnav {
	height: 22px;
	text-align: center;
	width: 480px;
	margin-top: 8px;
}
.content {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.copy {
	width: 270px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 25px;
}
.pHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
	line-height: 34px;
	color: #B8AE4E;
}
.footer {
	color: #FFFFFF;
	background-color: #B8AE4E;
	font-size: 12px;
	height: 30px;
	text-align: center;
}
a:link {
	color: #B8AE4E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B8AE4E;
}
a:hover {
	text-decoration: underline;
	color: #6D6B5A;
}
a:active {
	text-decoration: none;
	color: #6D6B5A;
}
#topnav a {
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#topnav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	height: 30px;
}
#topnav a:hover {
	text-decoration: none;
	color: #6D6B5A;
	height: 30px;
}
#topnav a:active {
	text-decoration: none;
	color: #6D6B5A;
	height: 30px;
}
a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:hover {
	text-decoration: none;
	color: #6D6B5A;
}
a.footer:active {
	text-decoration: none;
	color: #6D6B5A;
}
