@charset "utf-8";

body {
	background-color: #330000;
}
#wrapper {
	margin-left: -10px;
	margin-right: -8px;







}
#header {
	background-color: #A0A280;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: -18px;
}
#banner {
	background-color: #330000;
}


#menu {
	background-color: #A0A280;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content {
	background-color: #DCDDBC;
	width: 756px;
	margin-right: auto;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border: 2px solid #333333;
}

#footer {
	background-color: #A0A280;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: auto;
}
#apDiv1 {
	position:absolute;
	left:8px;
	top:2px;
	width:78px;
	height:57px;
	z-index:1;
}
.header {
	color: #333333;
	font-size: 40px;
	font-family: "Garamond Premr Pro";
	font-weight: bold;
}
.menu {
	font-size: 17px;
	font-family: "Century Gothic";
}
.points {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #330000;
}
.title {
	font-size: 18px;
	font-weight: bold;
	font-family: "Century Gothic";
	text-decoration: underline;
}
.small_title {
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}




.content {
	font-family: "Century Gothic";
	font-size: 15px;
	color: #333333;
}
.footer_top {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #444444;
}
.footer_bottom {
	font-family: "Century Gothic";
	color: #444444;
	font-size: 18px;
}
a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

