body{
background: #251911 url(pics/main_bg.jpg) repeat-y top center;
margin: 0;
text-align: left;
font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 65%;
}

div#container{
width: 968px;
height: auto;
margin: 0 auto 0 auto;
text-align: left;
}

div#header{
background: #251911 url(pics/header.jpg) no-repeat 0 0;
width: 970px;
height: 120px;
text-align: right;
}

div#header ul{
list-style: none;
padding: 102px 0 0 0;
margin: 0 20px 0 0;
}

div#header li{
display: inline;
padding: 0;
color: #AC3B13;
}

div#content{
width: 940px;
margin: 0;
padding: 10px 0px 10px 10px;

float: left;
}

a:link, a:visited{
color: #FFBD5E;
font-size: 1.3em;
text-decoration: none;
}

a:hover, a:active{
color: #AC3B13;
font-size: 1.3em;
text-decoration: none;
}


div#footer{
width: 100%;
background: #FFBD5E url(pics/rand-horz.jpg) repeat-x;
color: #FBF3E2;
font-size: 2.2em;
text-align: center;
margin: 795px 0 0 0;
}