@charset "utf-8";
body {
        margin:40px 0;
        padding:0px;
        text-align:center;
        background-color:#3e3427;
        font-family:Tahoma, Arial, Verdana, sans-serif;
}
#box{
        width:800px;
        margin:0 auto;
        text-align:left;
}
#banner{
        width:800px;
        height:69px;
}
#nav{
        background:url(images/nav_bg.gif) top left repeat-x;
        height:31px;
        border-bottom:1px solid #e3ca87;
}
#nav td{line-height:31px;}
#page{
        padding:25px 45px;
        background:#fbf2e6 url(images/content_bg.gif) top left repeat-x;
        color:#5a471b;
        font-size:13px;
        line-height:20px;
}
#page h2,#page h3{
        color:#24408f;
        font:normal 20px Georgia, "Times New Roman", Times, serif;
        line-height:20px;
        margin:20px 0;
        padding:0;
}
#page h3,#page strong{
        font:bold 14px Georgia, "Times New Roman", Times, serif;
}
#page a,#page a:hover{
        color:#24408f;
        text-decoration:underline;
}
#page a:hover{
        color:#3a5fc7;
        text-decoration:none;
}
#footer{
        padding:20px 45px;
        background:#fbf2e6 url(images/footer_bg.jpg) top left no-repeat;
        font:normal 11px Verdana, Arial, Helvetica, sans-serif;
        line-height:16px;
        color:#b09b53;
}
#footer a, #footer a:hover{
        color:#b09b53;
        text-decoration:underline;
}
#footer a:hover{
        color:#987e26;
        text-decoration:none;
}
