body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #333 url('/images/main_bg.png') no-repeat;
    font-family: times, serif;
}

img {
    border: none;
}

a {
    color: #600;
}

.excerpt {
    padding: 30px;
    font-size: 12px;
    text-align: justify;
    font-family: times, serif;
}

.excerpt h1 {
    font-size: 1.3em;
    font-weight: bold;
}

#hd {
    height: 86px;
    background: #1e1e1e url('/images/hd_bg.png') no-repeat;
    text-align: center;
}
#title {
    width: 800px;
    text-align: left;
    margin: 0 auto;
}
#title img {
    margin-top: 25px;
}
#container {
    width: 800px;
    margin: 0 auto;
}
#nav {
    text-align: left;
    height: 33px;
    width: 100%;
}
    #nav ul {
        margin: 3px 0px 3px 0px;
        padding: 0px;
        white-space: nowrap;
        line-height: 29px;
    }
    #nav li {
        text-transform: uppercase;
        list-style-type: none;
        letter-spacing: 1px;
        display: inline;
        margin: -1px;
        padding: 8px;
        font-size: 14px;
        background: url('/images/black10-trans.png');
    }
    #nav li a {
        color: white;
        text-decoration: none;
    }
#content {
    background: #efefef;
    text-align: justify;
    padding: 10px;
    /* opacity: 0.80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80; */
    min-height: 500px;
    padding: 30px 20px 30px 20px;
    line-height: 1.5em;
}
    
    #content h1 {
        letter-spacing: 3px;
        color: #999;
        margin: 15px 0px 15px 0px;
    }
    
    #content h2 {
        margin: 12px 0px 8px 0px;
    }
    
    #content h3 {
        margin: 6px 0px 6px 0px;
    }
    
    #content blockquote {
        margin-left: 2em;
    }
    
    #content div.quotee {
        text-align: right;
        font-weight: bold;
    }
    
#ft {
    margin: 15px;
    color: #666;
    font-size: 0.8em;
    letter-spacing: 1px;
    }
    
    #ft a {
        color: #999966;
    }

#pressdocs {
    
}

li {
    margin-left: 1.5em;
}
ul {
    margin-left: 1.5em;
}
    #pressdocs td {
        padding: 10px 10px 10px 65px;
        height: 70px;
        border: 1px solid #ccc;
        background-color: #efefef;
    }
    
    #pressdocs td.doc-pdf {
        background: #efefef url('/images/pdf.png') 5px 10px no-repeat;
    }
    
    #pressdocs td.doc-jpg {
        background: #efefef url('/images/jpg.png') 5px 10px no-repeat;
    }
    
    #pressdocs td.doc-doc {
        background: #efefef url('/images/doc.png') 5px 10px no-repeat;
    }
    
    #pressdocs td.doc-mp3 {
        background: #efefef url('/images/mp3.png') 5px 10px no-repeat;
    }
