@charset "utf-8";

/******************/
/* General Styles */
/******************/
body{
        background-color:#2a150a;
        margin:0 auto;
}

h2,h3{
        font-family:Comic Sans MS, Arial;
        font-size:16px;
        color:#fff;
        font-weight:bold;
        line-height:28px;
        margin:0;
        margin-top:20px;
}

h3{
        font-size:12px;
}

b,strong{
        color:#e0bd82;
        font-weight:bold;
        font-size:13px;
}

a{
        color:#fff;
        text-decoration:underline;
}

a:hover{
        color:#e0bd82;
        text-decoration:underline;
}

/**********/
/* Banner */
/**********/
.banner{
        background:url(images/wood_bg.jpg);
        height:111px;
}

.trees{
        background:url(images/trees.jpg) repeat-x;
        height:41px;
}

/**************/
/* Navigation */
/**************/
.nav{
        background:url(images/nav_bg.jpg) top right no-repeat;
        padding-top:20px;
        padding-right:10px;
        padding-bottom:30px;
        width:197px;
}
.nav a{
        font-family:Comic Sans MS, Arial;
        font-size:16px;
        color:#e0bd82;
        font-weight:bold;
        text-decoration:none;
        line-height:28px;
}
.nav a:hover{
        color:#fff;
        text-decoration:none;
}

a.subnav{
        font-family:Comic Sans MS, Arial;
        font-size:13px;
        color:#e9d6b6;
        font-weight:bold;
        line-height:28px;
        text-decoration:none;
        margin-left:5px;
}
a.subnav:hover{
        color:#fff;
        text-decoration:none;
}

/******************/
/* Content Styles */
/******************/
.content{
        font-family:Tahoma, Arial, Verdana;
        font-size:12px;
        color:#f4e3c8;
        line-height:18px;
        /*padding-top:20px;*/
        padding-bottom:30px;
        padding-left:18px;
        width:547px;
}

/*****************/
/* Footer Styles */
/*****************/
.footer{
        border-top:1px #492715 solid;
        color:#e0bd82;
        width:772px;
}
.footer a{
        color:#e0bd82;
        text-decoration:underline;
}
.footer a:hover{
        color:#fff;
        text-decoration:underline;
}

#footer_left{
        float:left;
        position:relative;
        font-family:Comic Sans MS, Arial;
        font-size:11px;
        line-height:30px;
        text-align:left;
        padding-left:10px;
        width:376px;
}

#footer_right{
        float:right;
        position:relative;
        font-family:Comic Sans MS, Arial;
        font-size:14px;
        letter-spacing:2px;
        line-height:30px;
        text-align:right;
        padding-right:10px;
        width:376px;
}

/****************/
/* Other Styles */
/****************/
span.bullet{
        font-size:10px;
        color:#e9d6b6;
        margin-left:5px;
}
