
body {
    font: 12px Arial, Helvetica, sans-serif;
    background: #f0d66d;
}

li { margin-left: 10px; }

p {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 1.2em;
}

h3 { font: bold 1.6em Helvetica, sans-serif; }

/* PAGE STRUCTURE
-------------------------------- */

#page-wrap {
    width: 980px;
    margin: auto;
    background: #fff;
}

h1#header {
    background: url('../images/header.jpg');
    height: 120px;
    text-indent: -9999px;
}

table#page td { vertical-align: top; }

td#left-column { width: 190px; }

td#center-column {
    width: 100%;
    padding: 10px;
}

td#right-column { width: 160px; }

#footer { background: #fff url('../images/footer.png') bottom no-repeat; }

/* NAVIGATION
-------------------------------- */
#nav {
    height: auto;
    width: 190px;
    float: left;
    overflow: hidden;
}

ul.menu, ul.menu ul {
    font: 15px Georgia, "Times New Roman", Times, serif;
    list-style-type:none;
    margin: 0;
    padding: 0;
    width: 190px;
}

ul.menu a {
    display: block;
    text-decoration: none;
}

ul.menu li { }

ul.menu li a {
    background: url('../images/button.png');
    color: #000;
    padding: 0.5em;
    margin: 2px;
    overflow: hidden;
}

ul.menu li a:hover { background-position: 0 35px; }

ul.menu li ul li a {
    background: #fff;
    color: #000;
    padding-left: 20px;
}

ul.menu li ul li a:hover {
    background: #7ca2d2;
    border-left: 5px #567cad solid;
    padding-left: 15px;
}
