/* CSS Document */

body {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 1.6em;
color: #B69065;
margin-top: 0;
background-color:#000000;
}
h1 {
font-size: 1.3em;
color: #6D9248; 
font-weight: normal;
line-height: 1em;
margin-top: .5em;
}
h2{
font-size: 1.2em;
color: #F5E4B3; 
font-weight: normal;
line-height: .5em;
margin-top: .5em;
}
h3 {
font-size: 1.2em;
color: #492901; 
font-weight: normal;
line-height: 1em;
margin: .5em 0 0 0;
padding: 0 0 20px 105px;
background-image:url(images/bg_h3.gif);
background-repeat:no-repeat;
}
p{
margin-top: .5em;
}
a, a:visited {
color:#947654;
}
a:hover {
color:#B5ADA5;
}
ul{
margin: 1em 0em 1em 1em;
padding-left: .1em;
}
li {
padding: .05em 0 .05em 0;
}
#container {
width: 947px;
margin: auto;
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
border:#241D15 1px solid;
}
#logo {
width: 666px;
height: 141px;
}
#navcontainer {
clear:both;
float:left;
width: 945px;
height: 40px;
padding:0 0 0 3px;
margin: 0;
text-align:center;
}
#navcontainer ul{
list-style-type: none;
padding: 10px 0 0 0;
margin: 0px 0 0 0;
}
#navcontainer li {
display: inline;
}
#navcontainer li a{
text-decoration: none;
color: #947654;
padding: 0px 25px 0 25px;
font-weight:bold;
}
#navcontainer li a:hover{
text-decoration: none;
color: #B5ADA5;
font-weight:bold;
}
#active a:link, #active a:visited, #active a:hover {
color: #B5ADA5;
font-weight:bold;
}
#slideshow {
width: 947px;
background-color:#120E0A;
}
#main {
clear:both;
width: 947px;
padding: 25px 0 0 0;
}
#secondary_left {
float:left;
width:395px;
padding: 0 0 0 40px;
}
#secondary_right {
float:left;
width:410px;
padding: 0 65px 0 30px;
}
#footer {
clear:both;
width: 947px;
height: 13px;
padding: 30px 0px 7px 0px;
font-size: 11px;
line-height: 13px;
color: #947654;
text-align:center;
}
#footer a, #footer a:visited {
font-size: 11px;
line-height: 13px;
text-decoration: none;
color: #947654;
}
#footer a:hover {
text-decoration: none;
color: #292A60;
}
.clear {
clear:both;
}