* {margin: 0;
   padding: 0;
}

html {
	height: 100%;
	font-size:100.01%;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size:1em;
	background-color: #AC936A;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	background-attachment: fixed;
}

#container {
	width: 748px;
	margin: 15px auto;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
	font-size:0.9em}

#headermenu {
	height: 382px;
	background-image: url(images/header_bg.jpg);
}

#headerleft {
	float: left;
	width: 185px;
	margin-top: 55px;
	margin-left: 22px!important;
	margin-left: 11px;
	padding: 10px;
	font-size: 0.9em;
	
}

#content {
	padding: 20px 30px;
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
}

#footer {
	background-image: url(images/footer.jpg);
	clear: both;
	height: 144px;
}

.links {
padding-top:10px;
margin-left:30px;
margin-right:100px;
color:#990000;
font-size:12px;
}

.links a {padding:3px;
color:#9f0c12;
}

h1 {
	font-size: 1.4em;
	color: #fff;
	float: right;
	margin-top: 325px;
	margin-right: 180px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A79C90;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A79C90;
	font-style: italic;
}


h2 {
	font-size: 1em;
	color: #6B5945;
	background-color: #cbc1b3;
	padding: 5px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

h3 {
	font-size: 1em;
	color: #9f0c12;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor:pointer
}

p {
	margin-top: 15px;
	margin-bottom: 15px;
}

dl {
	margin-top: 15px;
	margin-bottom: 15px;
}

dt {
	font-weight: bold;
	margin-top: 15px;
}

dd {
	margin-left: 20px;
	margin-top: 10px;
	font-size: 14px;
}


a:link, visited {
	color: #990000;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	
}

.floatright {
float: right;
margin-left: 20px;
}


#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid #333;
width: 160px;
background: url(images/menu_bg.png) 0 59px;
}

#navcontainer a:link, #navlist a:visited
{
color: #6E5C46;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background: url(images/menu_bg.png) 0 -120px;
color: #FFFFFF;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background: url(images/menu_bg.png) 0 -120px;
color: #FFFFFF;
}
