html, body {
    font-family: Arial, Helvetica, 'Sans Serif';
    font-size: 12px;
    color: #333333;
}

#container {
    background-color: #ffffff;
}

#nav {
    /*
    background-image: url('/img/nav-background.png');*/
    color: #ffffff;
    word-spacing: 2em;
    font-size: 1.2em;
}

#nav a {
    color: #ffffff;
    text-decoration: none;
}

#nav a:hover, #nav a.sel {
    border-bottom: 3px solid #CC6600;
}

#nav-trail { /*
    background-image: url('/img/nav-trail.png');*/
}

#footer {
    text-align: center;
    font-size: 10px;
    border-top: 3px solid #8FFE20;;
    background-color: #ffffff;
}

#footer a {
    text-decoration: none;
    color: #333333;
}

#footer a:hover {
    text-decoration: underline;
}

/**/
table.contact th {
    text-align: right;
}

h1 {
    font-family: Georgia, Palatino;
    font-size: 3em;
    font-weight: normal;
}

.page-icon {
    float: right;
    margin: 3em;
    margin-top: -5em;
}

