.container {
        width: 530px;
        padding: 5px;
        margin: 3px 0 3px 0;
        border: 0px solid #999;
        background: #ffffff;}



#nav {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px #999 solid;}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 14px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #999;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #676767;
        background: url(../pictures/Rounded.gif) no-repeat bottom center;
}



body {
        font-family: Georgia;
        font-size: 12px;
        background: #eeeeee;
}

h4 {
        font-size: 100%;
        color: #999;
        margin: 0;
}