@charset "utf-8";
/* CSS Document */

* {
margin: 1;
padding: 2;
}


body {
margin: 0;
padding: 0;
background: url(images/back.png);
background-repeat:x-repeat;
font: 12px Trebuchet MS, Arial, Tahoma;
color: #FFFFFF;
background-color: #3B100A;
}

a.contentlinks{
text-decoration: none;
color: #3C3C3C;
}

a.link {
text-decoration: none;
color: #FFFFFF;
margin-left:10px;
}
.option {
font: 11px Trebuchet MS, Arial, Tahoma;
}

a:hover, a:active{
color: #FF8C00;
text-decoration: underline;
}

p {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 20px;
}

.container {
width: 901px;
margin-left: auto;
margin-right: auto;
background-color: #f0ebd5;
min-height: 800px;
}

.spacer-top {
background: url(images/spacer-top.png);
height: 46px;
width: 901px;
line-height: 30pt;
}

.banner {
background: url(images/banner.png);
height: 145px;
width: 901px;
}

.content-spacer
{
    float: left;
    height: 45px;
    width: 501px;
    background: url('images/spacer-content.png') no-repeat;
    margin: 1px 0 0 1px;
    line-height: 30pt;
    text-align: center;
} 


.content {
width: 481px;
margin-left:10px;
margin-top: 5px;
float: left;
color: #3c3c3c;
}

.left {
float: left;
margin-left: 1px;
}

.right {
float: right;
margin-right: 1px;
margin-top: -46px;
}

.nav-spacer {
background: url(images/spacer-side.png) no-repeat;
width: 198px;
height: 45px;
margin-top: 1px;
font-weight: bold;
text-align: center;
line-height: 30pt;
}


.nav-content {
background: url(images/background-side.png) no-repeat;
width: 198px;
height: 145px;
}

.footer {
background: url(images/footer.png);
margin-left: auto;
margin-right: auto;
height: 48px;
width: 901px;
text-align: center;
line-height: 30pt;
}

.clear {
clear: both;
} 
