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

body {
	background-color: #000000;
	background-image: url(images/pattern.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
#container {
	width:718px;
	background-color: #CE7929;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 55px;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer {
	position:relative;
	height:125px;
	width:768px;
	background-color: #000000;
	background-image: url(images/dirty-footer.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position:relative;
	background: #CE7929 url('images/header-dirty.gif') no-repeat top center;
	height:247px;
	width:768px;
	margin-top:40px;
	margin-right: auto;
	margin-left: auto;
}
h6 {
	display: inline;
}
p {
	padding-top: 15px;
	clear: both;
}
h4 {
	display: inline;
}
#menu {
	display:inline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: .75pt;
}
#menu ul{
	list-style-type:none;
	position: relative;
	top: 156px;
	left: 170px;
}
#menu li {display:inline; }
#menu a {
	padding-right:22px;
	color:#FFFFFF;
	float:left;
	list-style-type: none;
	text-decoration: none;
}
#menu a:hover {
	color:#c72025;
}
#menu img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#info {
	font-size: small;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	text-align: center;
	display: block;
	width: 768px;
}
#info a{
	text-decoration: none;
	color: #FFFFFF;
}
#info a:hover{
	color:#c72025;
}
#home {
	position: absolute;
	top: 45px;
	left: 5px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
#content {
	background-color: #FFFFFF;
	padding: 15px;
	width: 688px;
	min-height:375px;
	border: thin solid #000000;
	margin: 0px;
}
#content a{
	text-decoration: none;
	color: #c72025;
}
#content a:hover{
	color: #c72025;
	text-decoration:underline;
}
h2 {
	
	display: inline;
	margin:0px;
	padding:0px;
}
h5 {
	color: #000;
	font-weight: bold;
	font-size: medium;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#content a:hover{
	color:#c72025;
}
#rewards {
	position:absolute;
	top: 33px;
	right:0px;
}
#address {
	font-size: xx-small;
	color: #999999;
}
#biglink {
	font-size: medium;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

