body {
    font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #333;
    background-color: #FBFAF4;
}

a {
    color: #B3A176;
}

img {
    border: none;
}

h1 {
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding-top: 20px;
}

ul {
    padding-left: 25px;
}

#path {
    margin-bottom: 20px;
}

.tabs {
    margin: 0;
    padding: 0 0 20px 10px;
    border-bottom: 1px solid #9FB1BC;
}

.tabs li {
    margin: 0; 
    padding: 0;
    display: inline;
    list-style-type: none;
}
    
.tabs a:link, .tabs a:visited {
    float: left;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    padding: 0 12px 6px 12px;
    text-decoration: none;
    color: #708491;
}

.tabs a:link.active, .tabs a:visited.active, .tabs a:hover {
    color: #000;
    background: url(../images/tab_pyram.gif) no-repeat bottom center;
}
