body {
    margin: 0;
    background-color: #970000;
    background-repeat: repeat-x;
    font-family: Helvetica, sans-serif;
}
    
img {
    border: none;
}

#boxContainerMainLayout {
    margin: 0 auto;
    width: 800px;
    border: none;
    overflow: visible;
}

#boxContainerHeader {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 800px;
    height: 340px;
}

#navMain {
    margin-top: -26px;
    padding: 0;
    text-align: right;
}

#navMain ul {
    margin: 0;
    padding: 0;
}

#navMain li {
    display: inline;
    margin-right: 0.4em;
    padding-right: 0.6em;
    border-right: 2px solid #fff;
}

#navMain li.navLast {
    border: none;
}

#navMain a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#navMain a:hover {
    text-decoration: underline;
}

#boxContainerBody {
    margin: 0;
    width: 800px;
    overflow: visible;
    background-color: #000;
    background-repeat: no-repeat;
    color: #fff;
}

#boxContainerBodyInner {
    margin: 0;
    padding: 10px 20px 10px 20px;
    background-image: url(../images/bg-body-inner-800x568.png);
    background-repeat: no-repeat;
    overflow: auto;
}

#boxContainerBodyInnerLeft {
    float: left;
    width: 446px;
}

#boxContainerBodyInnerRight {
    float: right;
    width: 310px;
}

#txtContentCell1 {
    padding: 5px;
    border: 1px solid #e3e3e3;
    width: 432px;
    background-color: #000;
    margin: 10px 0px 6px 0px;
    opacity: .65;
    filter: alpha(opacity=65);
}

#txtContentCell1 h1 {
    font-size: 1em;
}

.txtArtistName {
    font-size: 1.9em;
    font-weight: bold;
}

.txtSubTitle {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    margin: 0 0 8px 0;
}

.txtSongTitle {
    font-style: italic;
    background-image: url(../images/clef-7x17.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 11px;
}

.txtPodcastDetail {
    font-weight: bold;
    color: #970000;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

.txtPullQuote {
    font-family: Times, serif;
    font-style: italic;
    font-size: 1.4em;
    text-align: justify;
    line-height: 1.05em;
    margin: 0;
}

.txtPullQuoteAttribution {
    font-family: Times, serif;
    font-size: 1.1em;
    text-align: right;
    line-height: .85em;
    margin: 0;
}

#txtContentCell2 {
    padding: 5px;
    border: 1px solid #e3e3e3;
    width: 432px;
    background-color: #2b2b2b;
    opacity: .65;
    filter: alpha(opacity=65);
}

#txtContentCell3 {
    padding: 5px;
    border: 1px solid #e3e3e3;
    width: 296px;
    background-color: #742c2d;
    margin: 10px 0px 6px 0px;
    opacity: .65;
    filter: alpha(opacity=65);
}

#txtContentCell4 {
    padding: 5px;
    border: 1px solid #e3e3e3;
    width: 296px;
    background-color: #2c1a1a;
    opacity: .65;
    filter: alpha(opacity=65);
}

#boxContainerFooter {
    clear: both;
    margin: 0;
    padding: 0;
    width: 800px;
    height: 89px;
    background-color: #000;
    background-image: url(../images/footer-cap-800x89.jpg);
    background-repeat: no-repeat;
}

#navFooter {
    float: left;
    width: 558px;
    height: 89px;
}

#navFooterAbout {
    float: left;
    padding: 12px 0px 0px 30px;
    width: 150px;
}

#navFooterRecent {
    float: right;
    padding: 12px 0px 0px 0px;
    width: 378px;
}

.txtFooterNavHeader {
    font-family: Times, serif;
    color: #970000;
    font-weight: bold;
}

#navFooter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navFooter a {
    font-family: Times, serif;
    font-size: .7em;
    color: #fff;
    text-decoration: none;
}

#navFooter a:hover {
    text-decoration: underline;
}

#txtCopyright {
    float: right;
    margin: 0;
    padding-right: 10px;
    width: 232px;
    height: 89px;
}
