
*{
padding:0;
margin:0;
}

body {
font-family:Verdana, Tahoma, Courier New;
background-color:#221F1F;
padding:0;
margin:0;
}

#container {
width:920px;
padding:0;
margin:auto;
}

#header{
background-repeat:no-repeat;
background-image: url(images/header-bg.jpg);
height: 205px;
width: 920px;
margin:auto;
}

#nav{   
width:695px;   
padding-top:114px;   
float:left;   
height:30px;   
}   
  
.menu ul{   
padding:0;   
margin:0;   
list-style-type:none;   
list-style:none;   
display:inline;   
}   
  
.menu li{   
padding:0;   
margin:0;   
height:30px;   
list-style-type:none;   
list-style:none;   
display:inline;   
float:left;   
}   
  
.menu span{
display:none;   
}   
  
#home a{   
background:url(images/home.jpg);   
width:65px;   
height:30px;   
display:block;   
}   
  
#home_selected a{   
background:url(images/home_selected.jpg);   
width:65px;   
height:30px;   
display:block;   
}   
  
#home:hover a{   
background:url(images/home_hover.jpg);   
width:65px;   
height:30px;   
display:block;   
}   
  
#band a{   
background:url(images/band.jpg);   
width:67px;   
height:30px;   
display:block;   
}   
  
#band_selected a{   
background:url(images/band_selected.jpg);   
width:67px;   
height:30px;   
display:block;   
}   
  
#band:hover a{   
background:url(images/band_hover.jpg);   
width:67px;   
height:30px;   
display:block;   
}   
  
#set-list a{   
background:url(images/set-list.jpg);   
width:57px;   
height:30px;   
display:block;   
}   
  
#set-list_selected a{   
background:url(images/set-list_selected.jpg);   
width:57px;   
height:30px;   
display:block;   
}   
  
#set-list:hover a{   
background:url(images/set-list_hover.jpg);   
width:57px;   
height:30px;   
display:block;   
}   
  
#gigs a{   
background:url(images/gigs.jpg);   
width:66px;   
height:30px;   
display:block;   
}   
  
#gigs_selected a{   
background:url(images/gigs_selected.jpg);   
width:66px;   
height:30px;   
display:block;   
}   
  
#gigs:hover a{   
background:url(images/gigs_hover.jpg);   
width:66px;   
height:30px;   
display:block;   
}   
  
#videos a{   
background:url(images/videos.jpg);   
width:86px;   
height:30px;   
display:block;   
}   
  
#videos_selected a{   
background:url(images/videos_selected.jpg);   
width:86px;   
height:30px;   
display:block;   
}   
  
#videos:hover a{   
background:url(images/videos_hover.jpg);   
width:86px;   
height:30px;   
display:block;   
}   
  
#photos a{   
background:url(images/photos.jpg);   
width:85px;   
height:30px;   
display:block;   
}   
  
#photos_selected a{   
background:url(images/photos_selected.jpg);   
width:85px;   
height:30px;   
display:block;   
}   
  
#photos:hover a{   
background:url(images/photos_hover.jpg);   
width:85px;   
height:30px;   
display:block;   
}   
  
#contact a{   
background:url(images/contact.jpg);   
width:95px;   
height:30px;   
display:block;   
}

#contact_selected a{   
background:url(images/contact_selected.jpg);   
width:95px;   
height:30px;   
display:block;   
}

#contact:hover a{   
background:url(images/contact_hover.jpg);   
width:95px;   
height:30px;   
display:block;
}

#news a{   
background:url(images/news.jpg);   
width:62px;   
height:30px;   
display:block;   
}

#news_selected a{   
background:url(images/news_selected.jpg);   
width:62px;   
height:30px;   
display:block;   
}

#news:hover a{   
background:url(images/news_hover.jpg);   
width:62px;   
height:30px;   
display:block;
}

#feedback a{   
background:url(images/feedback.jpg);   
width:105px;   
height:30px;   
display:block;   
}

#feedback_selected a{   
background:url(images/feedback_selected.jpg);   
width:105px;   
height:30px;   
display:block;   
}

#feedback:hover a{   
background:url(images/feedback_hover.jpg);   
width:105px;   
height:30px;   
display:block;
}

#content-container {
background:url(images/trojan.jpg);
background-position:bottom left;
background-repeat: no-repeat;
padding-bottom:50px;
}

#content {
width:800px;
border-style:ridge;
border-width:thin;
border-color:#979696;
margin: auto;
}

.content_main {
width:350px;
padding-top:25px;
padding-bottom:40px;
padding-left:40px;
padding-right:40px;
}

.content_main h1 {
font-family:Verdana;
font-size:12pt;
font-weight:bold;
color:#C1C218;
padding-bottom: 10px;
padding-top: 15px;
}

.content_main p {
font-family:Verdana;
font-size:10pt;
color:#C0C0C0;
margin-bottom: 10px;
text-align:justify;
}

.content_main a:link {
color:#FFFFFF;
}

.content_main a:hover {
text-decoration:none;
}

.content_main a:visited {
color:#FFFFFF;
}

.content_full {
padding-top:25px;
padding-bottom:40px;
padding-left:40px;
padding-right:40px;
}

.content_full h1 {
font-family:Verdana;
font-size:12pt;
font-weight:bold;
color:#C1C218;
padding-bottom: 10px;
padding-top: 15px;
}

.content_full p {
font-family:Verdana;
font-size:10pt;
color:#C0C0C0;
margin-bottom: 10px;
text-align:justify;
}

.content_full td {
font-family:Verdana;
font-size:10pt;
color:#C0C0C0;
}

.content_full a:link {
color:#FFFFFF;
}

.content_full a:hover {
text-decoration:none;
}

.content_full a:visited {
color:#FFFFFF;
}

#sidebar {
float:right;
width:360px;
padding-top: 23px;
}

img {
border-style: none;
}

#footer {   
font-family: Courier New;   
background-color:#484343;   
clear:both;
}   
  
#footer p {   
font-family: Courier New;   
font-size: 10pt;   
color: #C0C0C0;   
margin: auto;   
text-align: center;   
padding-top: 2px;
padding-bottom: 2px;
}

#footer a:link {
color:#FFFFFF;
}

#footer a:hover {
text-decoration:none;
}

#footer a:visited {
color:#FFFFFF;
}

#quote_box {
width:270px;
margin:auto;
padding-top:20px;
padding-bottom:40px;
}

#quote_open {
background:url("images/open-quote.png");
background-repeat:no-repeat;
width:270px;
height:15px;
}

#quote_main p {
font-family:Tahoma;
font-style:italic;
font-size:10pt;
color:#C0C0C0;
text-align:center;
width:230px;
margin-left:auto;
margin-right:auto;
}

#quote_close {
background:url("images/close-quote.png");
background-repeat:no-repeat;
width:270px;
height:15px;
}

#quote_name p {
font-family:Tahoma;
font-weight:bold;
font-size:10pt;
color:#C02020;
text-align:right;
padding-top:10px;
}

#contact-form-container {
width:500px;
border-style:solid;
border-width:1px;
border-color:#000000;
}

table.gigsTable {
text-align: left;
font-family:Verdana;
font-size:10pt;
color:#C0C0C0;
}

.gigsCell {
padding-top: 2px;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
}

.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none;
}

.feedburnerFeedBlock ul li {
font-family:Verdana;
font-size:10pt;
color:#C0C0C0;
text-align:justify;
padding-top: 15px;
padding-bottom: 25px;
padding-left: 5px;
padding-right: 5px;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #979696;
}

.feedburnerFeedBlock span.headline { 
display:block; 
}

.feedburnerFeedBlock ul li span.headline a {
font-family:Verdana;
font-size:12pt;
font-weight:bold;
color:#C1C218;
text-decoration: none;
display: block;
}

.feedburnerFeedBlock ul li span.headline a:hover {
color: #535353;
}

#creditfooter {
display: none;
}
