body {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    background-color: #E9E3DB;
    color: #806F59;
    margin: 0;
    padding: 20px 0 100px 0;
}
a:link, a:visited, a:active {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: underline;
}
#outer-shell {
    width: 800px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    background-color: #000;
}
h1 {
    font-size: 0;
    text-indent: -9999px;
    margin: 0 auto;
    padding: 0;
    width: 700px;
    height: 155px;
    background: url(images/masthead.jpg);
    cursor: pointer;
}
h2 {
    margin: 0;
    padding: 10px 0 0 0px;
    font-family: georgia;
    font-size: 18px;
    font-weight: bold;
}
h3 {
    font-size: 14px;
}
h3, h4, h5 {
    margin: 0;
    padding: 10px 0 0 0px;
    font-family: georgia;
}
#nav-shell {
    width: 700px;
    height: 25px;
    margin: 0 auto;
    background: url(images/nav_bg.jpg);
    border-bottom: 1px solid #fff;
    color: #fff;
}
#main-content {
    width: 660px;
    margin: 0 auto;
    padding: 20px;
    background-color: #E9E3DB;
}
#main-content p {
    padding: 10px 0 11px 0;
    margin: 0;
}
#main-content a:link, #main-content a:visited, #main-content a:active, #main-content a:hover {
    color: #806F59;
    text-decoration: underline;
}
#main-content a:hover {
    font-weight: bold;
}
#contact-info {
    clear: both;
    width: 700px;
    height: 25px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    background: url(images/footer_bg.jpg);
    text-align: center;
    color: #fff;
    font-family: georgia;
    font-size: 14px;
}
#contact-info-home {
    clear: both;
    width: 700px;
    height: 50px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    background: #E9E3DB url(images/footer_bghome.jpg) bottom no-repeat;
    text-align: center;
    color: #fff;
    font-family: georgia;
    font-size: 14px;
}
#copyright {
    height: 50px;
    padding: 15px 0 0 0;
    text-align: center;
    color: #bbb;
    font-size: 9px;
}
#copyright a:link, #copyright a:visited {
    color: #bbb;
}
.zd-template li .title {
    font-weight:bold;
    padding-bottom: 5px;
}
.zd-template .link-list, .zd-template .link-list li {
    /*list-style-type:none;*/
}
