@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	padding-left: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	padding-left: 10px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}



#header {
	background-image: url(../img/header_bg.jpg);
	height: 150px;
	width: 100%;
	vertical-align: top;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	text-align: center;
	padding-top: 30px;
	color: #ECC420;
}#topnav {
	text-align: center;
	vertical-align: top;
	height: 35px;
	width: 100%;
	font-weight: bolder;
	color: #FFFFFF;
}

#footer {
	font-size: 11px;
	height: auto;
	width: 98%;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	border-top-style: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
 }
 
 #footer a:link{
	font-size: 11px;
	font-weight: bold;
 }
 
#footer a:hover {
	font-size: 11px;
	color: #DB4C08;
 }
 
 #footer2 {
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 100%;
	padding-top: 5px;
	text-align: center;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
 }


 #footer2 a:link{
	font-size: 11px;
	font-weight: bold;
	}

