@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #F2B739;
	margin: 0px;
	font-weight: 400;
}a:link {
	font-weight: bold;
	color: #B71E25;
	text-decoration: none;
}
#wrapper{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}hr {
	border: 1px solid #D2222C;
	color: #D2222C;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

#main{
	float: left;
	width: 800px;
	padding: 12px;
}#header{
	height: 268px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}#footerholder{
	padding: 10px;
	width: 100%;
	float: left;
	margin-bottom: 0px;
	background-color: #000000;
}#footer{
	width: 850px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}#footer a{
	color: #DE3137;
	text-decoration: none;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D32429;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D32429;
	text-align: center;
}
.copycredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
a:active {
	font-weight: bold;
	color: #B71E25;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #660066;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

