@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F8DB8F;
	text-align: center;
	padding-top: 20px;
}


.main {
	background-color: #CFA340;
	padding: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #371A14;
	text-align: left;
	line-height: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2E182F;
}
.main a:link {
	color: #066839;
	text-decoration: none;
}
.header a:link {
	color: #FFF;
	text-decoration: none;
}
.footer a:link {
	color: #CFA340;
	text-decoration: none;
}
.header a:visited {
	color: #FFF;
	text-decoration: none;
}
.header a:active {
	color: #FFF;
	text-decoration: none;
}
.header a:hover {
	color: #FFF;
	text-decoration: underline;
}
.main a:active {
	color: #066839;
	text-decoration: none;
}
.main a:visited {
	color: #066839;
	text-decoration: none;
}
.main a:hover {
	color: #066839;
	text-decoration: underline;
}
.footer a:active {
	color: #CFA340;
	text-decoration: none;
}
.footer a:active {
	color: #CFA340;
	text-decoration: none;
}
.footer a:hover {
	color: #CFA340;
	text-decoration: underline;
}
.footer a:active {
	color: #CFA340;
	text-decoration: none;
}
.footer a:visited {
	color: #CFA340;
	text-decoration: none;
}
.footer a:hover {
	color: #CFA340;
	text-decoration: underline;
}

