html {
}

body    {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	width:100%;
	height: 100%;
	margin: 0 auto;
	background: #610201 url(img/bg.jpg) top center repeat-x;
	padding: 0;
	color:#eee;
}

a {
	color: #cbbd9e;
	text-decoration: underline;
}

a:hover {
	color: #daceb4;
	text-decoration: underline;
}

margin:0;
padding:0;

.displayNone {
display: none;
}

.hidden {
visibility:hidden;
display:none;
}

.clear {
clear:both;
}

#wrapper {
width:100%;
height:auto;
margin:0 auto;
padding:0;
background: transparent url(img/bg_landscape.jpg) top center no-repeat;
}

#container {
margin:0 auto;
padding:0;
width: 850px;
height: 594px;
}

#header {
width:850px;
height:212px;
margin:0 0 23px 0;
}

#header h1 {
margin:0;
padding:0;
text-indent: -9999px;
background: transparent;
}

#header h1 a {
float:left;
width:357px;
height:125px;
display: block;
margin:58px 0 0 27px;
background: transparent url(img/logo.jpg) no-repeat;
}

#header h1.centered {
width:370px;
height:125px;
display: block;
margin:0 auto;
padding:58px 0 0 0;
background: transparent url(img/header_logo.gif) bottom center no-repeat;
}

#entrybuttons {
width:auto;
margin:0 auto;
}

#menu {
float:right;
width:514px;
height:29px;
margin:0;
}

#intro {
float:right;
width:823px;
height:353px;
background: transparent url(img/intro.jpg) top center no-repeat;
margin-bottom:20px;
}

#flashintro {
float:right;
width:823px;
height:353px;
margin-bottom:20px;
}

#content {
float:right;
width:823px;
min-height:300px;
height:auto;
}

#content p {
margin:0;
padding:5px 20px 5px 0;
line-height: 18px;
}

#content h3 {
margin:0;
padding:0;
font-size:17px;
color: #cbbd9e;
}

#content h4 {
margin:0;
padding:0;
font-size:15px;
}

/* FORM PAGE */

#formcontain {
width:390px;
height:auto;
margin:0;
padding:0;
}

input {
margin: 2px 0 3px 0;
}

#footer {
float:right;
margin:0 0 20px 0;
width: 823px;
height: 123px;
background: transparent url("img/footer_bg.gif") top center no-repeat;
clear: both;
padding: 0;
font-size: 11px;
line-height: 14px;
color: #987b65;
}

#footer p.address {
float: left;
text-align: left;
margin: 60px 0 0 5px;
}

#footer p.copyright {
float: right;
text-align: right;
margin: 60px 18px 0 0;
color: #6f1a16;
}

#footer p.copyright a {
color: #6f1a16;
}

#footer p.copyright a:hover {
color: #7f2723;
}

#footer a:link, #footer a:visited { 
color: #ccc;
text-decoration: none;
}

#footer a:hover { 
color: #bdad8a;
text-decoration: underline;
}

.breadcrumbs {
font-size: 10px;
margin: 0 0 10px 0;
}