@import url();

body {
        font: 700 12px/18px tahoma, verdana, sans-serif;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

body.stripes {
        text-align: left;
	background: transparent url('../images/bg-stripe.gif') 0 0 repeat;
}

body.about {
        text-align: left;
	background: black url('../images/bg-about.jpg') 0 0 no-repeat;
}

body.music {
        text-align: left;
	background: black url('../images/bg-music.jpg') 0 0 no-repeat;
}

body.shows {
        text-align: left;
	background: black url('../images/bg-shows.jpg') 0 0 no-repeat;
}

p {
  color: white;
  font-weight: 100;
  letter-spacing: 1px;
  font-variant: small-caps;
}


a, a:link, a:visited {
        color: white;
	text-decoration: none;
}

a:hover {
        color: white;
	text-decoration: underline;
}

img {
	border: 0;
}

#front-title {
   margin-top: 30px;
}

#album-cover {
   margin-top: 60px;
}

#front-title {
   text-align: center;
}

#photos-title {
   text-align: center;
   margin-top: 60px;
}

#front-links ul {
  padding: 0;
}

#album-cover {
  text-align: center;
}

#front-links ul li {
list-style: none;
display: inline;
padding: 0;
margin: 0 15px;
}

#players-main {
  width: 100%;
  text-align: center;
}

#players-main #players-image img {
  border: solid 5px white;
  margin-bottom: 10px;
}

#player-list {
  width: 100%;
}

#player-list p {
  color: white;
  width: 523px;
  text-align: left;
  margin: 0 auto;
}

#about-title {
  margin: 40px;
}

#about-text {
  margin-left: 40px;
}


#about-text p {
  text-align: right;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 10px;
  width: 490px;
  color: white;
  font-variant: small-caps;
}

#photo-grid {
  width: 770px;
  text-align: center;
  margin: 40px auto 0 auto;
}

#photo-grid table tr td {
}

#music-main {
        margin: 150px 0 0 100px;
}

#music-text {
  float: left;
  width: 200px;
}


.music p {
  font-size: 13px;
}

#shows-main {
  margin: 60px 0 0 120px; 
  font-size: 13px;
}

#shows-text .number {
  font-size: 14px;
}

#shows-text p{
  margin: 5px 0;
}

#front-links {
  text-align: center;
  position: absolute;
  top: 575px;
  margin: 0;
  width: 100%;
}
