﻿body
{
    text-align: center;
    background-color: #B5B5B5;
}

img
{
    border-width: 0px;
}

a
{
    color: #516277;
}

#container
{
    width: 730px;
    text-align: left;
    background-image: url(images/backgrounds/body.gif);
    
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

#header 
{
    width: 730px;
    height: 116px;
}

#headerImg1 
{
    width: 265px;
    height: 116px;
    float: left;
    background-image: url(images/header/h01.jpg);
}

#headerImg2
{
    width: 200px;
    height: 116px;
    float: left;
    background-image: url(images/header/h02.jpg);
}

#headerImg3
{
    width: 265px;
    height: 116px;
    float: left;
    background-image: url(images/header/h03.jpg);
}

#navigation
{
    width: 640px;
    height: 12px;
    float: left;
    
    padding-left: 30px;
    padding-right: 30px;
    
    padding-top: 8px;
    padding-bottom: 9px;
    
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 10px;
    color: #516277;
    
    /* word-spacing: 20px; */ /* Won't work on Mac w/links */
}

a.NavLink01
{
    text-decoration: none;
    color: #516277;
    /*padding-right: 25px;*/
    margin-right: 25px;
}

a.NavLink01:hover
{
    text-decoration: underline overline;
}

#lineFade
{
    width: 730px;
    height: 1px;
    float: left;
    background-image: url(images/backgrounds/line.gif);
    
    line-height: 0px;
    font-size: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    
    overflow: hidden;
}

#contentContainer 
{
    width: 700px;
    float: left;
    
    padding-left: 15px;
    padding-right: 15px;

    overflow: auto;
    
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 16px;

    /*
    padding-bottom: 200px;
    background-image: url(images/backgrounds/content.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    */
}

#contentPadding
{
    width: 670px;
    padding: 15px 15px 15px 15px;
}

#homepageWelcome
{
    width: 310px;
    float: left;
    
    overflow: auto;
    
    background-image: url(images/backgrounds/welcome.gif);
    background-position: right top;
    background-repeat: no-repeat;
    
    padding-right: 40px;
    
    font-size: 10px;
    line-height: 14px;
}

#homepageFeatured
{
    width: 310px;
    float: right;
    
    overflow: auto;
    
    background-image: url(images/backgrounds/featured.gif);
    background-position: right top;
    background-repeat: no-repeat;
    
    font-size: 10px;
    line-height: 14px;
    
    text-align: center;
}

h1 
{
    font-size: 14px;
}

h2 
{
    font-size: 12px;
}

a.BodyLink02
{
    text-decoration: none;
    color: #516277;
}

.photoText
{
    text-align: left;
    
    font-size: 9px;
    line-height: 14px;
    
    padding-left: 6px;
    padding-top: 5px;
}

.photoRight
{
    padding: 0px 0px 15px 15px;
    float: right;
}

.photoLeft
{
    padding: 0px 15px 15px 0px;
    float: left;
}

.cdCover
{
    width: 250px;
    text-align: center;
}

.cdTracks 
{
    text-align: left;
    vertical-align: top;
    width: 400px;
    
    font-size: 10px;
}

.tracksHeader 
{
    font-weight: bold;
}

.trackNumber 
{
    width: 20px;
    text-align: right;
}

.trackName
{
    width: 200px;
    padding-left: 8px;
}

.trackTime
{
    width: 60px;
    text-align: right;
}

.trackListen
{
    width: 60px;
    text-align: right;
}

.divider 
{
    width: 600px;
    height: 1px;
    background-image: url(images/backgrounds/divider.gif);
    
    overflow: hidden;
    
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: auto;
}

.Live
{
    width: 670px;
    border-style: none;
    border-width: 0px;
}

.liveItem
{
    font-family: Verdana, Arial;
    font-size: 9px;
    padding-left: 13px;
    padding-top: 8px;
    vertical-align: top;
}

.Date
{
    width: 100px;
}

.Venue
{
    width: 480px;
}

.CityState
{
    width: 90px;
}

.contactInfo
{
    text-align:center;
}

#footer 
{
    width: 730px;
    height: 15px;
    float:  left;
    background-image: url(images/backgrounds/footer.gif);
    overflow: hidden;
}