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

html {
	font-size:62.5%
}

body {
	background: #1a0a00 url(../img/bg.jpg) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	margin:30px 0px 0 0px;
	text-align:center;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:899px;
	padding:0;	
}

#image {
	margin-bottom:23px;
}

#subnav {
	text-align:center;
}

#subnav p {
	color:#ae8848;
	font-size:1.0em;
	padding-top:7px;
}

#subnav a {
	color:#ae8848;
	text-decoration:none;
}

#homebody {
	width: }
	
#homebody h2 {
	line-height: 140%;
	color:#ae8848;
	font-size: 1.4em;
	text-transform: uppercase;
}

#homebody p {
	line-height:140%;
	color:#ae8848;
	font-size:1.2em;
}

#homebody a, #homebody a:visited, #homebody a:visited {
	color: #ae8848;
	text-decoration: none;
}

#homebody a:hover {
	color:#fff;
	text-decoration: underline;
}
 
.border {
	border:0px;
}

#footer {
	clear: both;
	display: block;
	position: relative;
	width:100%;
	text-align:center;
}

#footer p {
	color:#977133;
	font-size:1.1em;
	padding-top:7px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color:#977133;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}