body {
 
    background-color: #60110e;
    height: 100%;
    font-family: Arial, San-Sanif;
    font-size: 10pt;
    margin: 0 auto;
    text-align: center;               
    background-color: #60110e; 
    background-image: url('../images/bg.png'); 
    background-repeat: repeat-x;  
    margin-bottom: 10px;
}
* {
    padding: 0;
    margin: 0;
}
a { color: #ffffff; }
a:visited { color: #ffffff; }
a:active { color: #000000; }  
a:hover { color: #c00000; }

a img {
    border: 0;
}
.container {
    width: 980px;
    min-height: 637px;
    height: auto !important;  
    height: 100%;
    color: #ffffff; 
    background-image: url('../images/main_bg.jpg');            
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-top: 50px;
}           
.header {
    width: 843px;
    height: 191px;
    margin: 0 auto;
}
.nav {
    width: 843px;
    height: 61px;
    margin: 0 auto;
    clear: both;
}
.nav ul li {
    list-style-type: none;
    float: left; 
    padding: 0;
    margin: 0;
    height: 61px;     
}
.nav ul li a {
    background: url('../images/nav.jpg');
    background-repeat:no-repeat;  
    display: block;
    line-height: 61px;
    text-decoration: none;
}
.nav ul li a.about {background-position: 0 -61px; width:87px; }
.nav ul li a:hover.about {background-position: 0px 0;}

.nav ul li a.shows {background-position: -87px -61px; width:70px; }
.nav ul li a:hover.shows {background-position: -87px 0;}   

.nav ul li a.tickets {background-position: -157px -61px; width:75px; }
.nav ul li a:hover.tickets {background-position: -157px 0;}  

.nav ul li a.packages {background-position: -232px -61px; width:89px; }
.nav ul li a:hover.packages {background-position: -232px 0;}  

.nav ul li a.charity {background-position: -321px -61px; width:147px; }
.nav ul li a:hover.charity {background-position: -321px 0;}  

.nav ul li a.venue {background-position: -468px -61px; width:63px; }
.nav ul li a:hover.venue {background-position: -468px 0;}  

.nav ul li a.sponsors {background-position: -531px -61px; width:92px; }
.nav ul li a:hover.sponsors {background-position: -531px 0;}  

.nav ul li a.previous_shows {background-position: -623px -61px; width:139px; }
.nav ul li a:hover.previous_shows {background-position: -623px 0;}  

.nav ul li a.contact {background-position: -762px -61px; width:81px; }
.nav ul li a:hover.contact {background-position: -762px 0;}  

.main_content {
    width: 843px; 
    margin: 0 auto;  
    background-color: #3c0000;
    text-align: left;
    min-height: 400px;
    height: auto !important;  
    height: 100%;
}
#thestory {
    width: 414px;
    float: left;
}     
#calendar {
    width: 429px;
    float: right;
}
#main_content_bottom {
    width: 843px;
    height: 19px;
    margin: 0 auto;
    background-image: url('../images/bottom_content.png');
    background-repeat: no-repeat;     
    clear: both;
}
.paragraph {
    margin-left: 45px; 
    margin-right: 45px;
    color: #f5cfa0;
    padding-bottom: 10px;
}
.paragraph b {
    color: #ed1c24;
}
.copyright {
    float: right;
    width: 843px;
    margin: 0 auto;
    color: #ffffff;
    position: relative;
    left: 130px;
}
.copyright a {
    color: #c00000;
}
.copyright a:visited {
    color: #c00000;
}
.media_player {
    position: relative;
    top: -100px;
    left: 290px;
}

