body {
        background-color: #595853;
        font-family: "geneva", "sans-serif";
        font-size: 14px;
        color: #2d2d2d;
        margin: 0px auto;
}

#top-nav {

        width: 900px;
        height: 56px;
        margin: 0px auto;
        background-image: url("assets/images/v3_01.png");
        background-repeat: no-repeat;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        background-color: #acaba9;
}

#header {
       width: 900px;
       margin: 0px auto;
       height: 165px;
       background-image: url("assets/images/v3_02.png");
       background-repeat: no-repeat;
       border-left: 1px solid #fff;
       border-right: 1px solid #fff;
       border-bottom: 0px solid #fff;
       border-top: 0px solid white;
       position: relative;

}

#page {
       width: 900px;
       margin: 0px auto;
       min-height: 300px;
       overflow: auto;
       background-image: url("assets/images/v3_03.png");
       background-repeat: no-repeat;
       border-left: 1px solid #fff;
       border-right: 1px solid #fff;
       background-color: white;
       
}

#footer {
        width: 900px; 
        margin: 0px auto;
        height: 46px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        font-size: xx-small; 
        color: #2d2d2d; 
        text-align: center;
        background-color: #f2cf8f;
        font-weight: normal;
        line-height: 20px;
}

#left-column {
        width: 190px;
        float: left;
        border-left: 0px solid #fff;
        }

#right-column {
        width: 650px;
        float: left;
        padding: 5px 15px 0px 13px; 
        }

#nav-1 {
        width: 190px;
        padding: 0px;
        margin-left: 0px;
}

#nav-1 ul {
        list-style-image: url("assets/images/bullet.png");
        list-style-position: inside;
        margin: 0px;
        padding: 0px;
        }

#nav-1 li {
        width: 173px;
        padding: 10px;   
        text-indent: 0px;  
        margin: 0px; 
        border-bottom: 1px solid #fff;  
        background-color: transparent;

}

.active {
        list-style-image: url("assets/images/bullet_active.png");
}

#nav-1 li:hover {
        background-color: transparent;
        background-image: url("assets/images/button_rollover.png");
        background-repeat: repeat;

}

#nav-1 a:link, #nav-1 a:visited, #nav-1 a:active, #nav-1 a:hover {
        text-decoration: none;
        color: #2d2d2d;
        text-transform: uppercase;
        font-size: 12px;
}

#links {
        width: 860px;
        margin: 0px auto;
        text-align: right;
        line-height: 60px;
}

#links a:link, #links a:hover, #links a:active, #links a:active {
        color: #2d2d2d;
        text-decoration: none;
        text-transform: uppercase;
}

#logo {
        position: absolute;
        right: 90px;
        top: 27px;
        width: 256px;
        height: 108px;
        color: black;
}

h1, h2, h3 {
        padding: 0px;
        margin: 0px;
}

#links a, #links a:visited, #links a:hover, #links a:active {
        color: #2d2d2d;
        text-decoration: none;
}