﻿.container {
        width: 968px;
        padding: 6px;
        padding: 0 4 20px 10px;
        border: 0px solid #ccc;
        background: #fff;
        background-image: url(images/greenbk.jpg); background-repeat: repeat-x; background-position: 0 top; 
}

/* pyramid */

#navPyra {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#navPyra li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
        float: left;
        font-size: 13px;
        line-height: 18px;

        padding: 0 14px 10px 0px;
        text-decoration: none;
        color: #657C8A;
}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
        color: #000;
        background: url(Images/pyramid.gif) no-repeat bottom center;
}