body  {
background: #291912;
margin: 0;
}

#container { 
width: 980px;
margin: 0 auto;
}

#header { 
height: 300px;
width: 980px;
background: url(images/teaser/bg.png) #291912 repeat-x top;
border-bottom: 1px solid #5f493b;
text-align: center;
text-transform: uppercase;
}

.headertext { 
color: #fffbea;
font-family: "Georgia";
font-size: 16px; 
line-height: 18px;
text-align: center
text-transform: uppercase;
} 


#logo { 
height: 195px;
width: 144px;
padding-top: 44px;
padding-bottom: 20px;
padding-right: 55px;
margin-left: auto;
margin-right: auto;
} 

hr {
border: 0;
height: 1px;
color: #5f493b;
background-color: #5f493b;
}

#main {
background-image:url(images/bg.gif.);
} 

#text { 
color: #fffbea;
font-family: "Georgia";
font-size: 13px; 
line-height: 18px;
text-align: center;
} 

#text a {
font-family: "Verdana";
color: #fffbea; 
text-decoration: none;
}

#text a:hover {
color: #9cc1c1;
text-decoration: underline;
}

#slideshow {
    position:relative;
    width:980px;
    height:320px;
    margin-bottom:30px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#thumbnail {
margin: 20px 20px 20px 20px;
border: 1px;
border-color: #5f493b;
display: inline;
}

#footer {
float: left;
width: 500px;
padding: 0px 30px 6px 10px;
background: #291912; 
font-family: "Verdana";
color: #fffbea;
font-size: 11px;
text-align: left;
text-transform: uppercase;
}

#footer a {
text-decoration: none; 
color: #fffbea;
}

#footer a:hover {
color: #9cc1c1;
text-decoration: underline;
}

#copyright{
float: right;
text-align:right;
background: #291912; 
font-family: "Verdana";
color: #fffbea;
font-size: 11px;
text-transform: uppercase;
}

.separator {
font-size:11px;
color:#5f493b;
}

.clear {
clear:both;
}