
* {
  margin: 0;
  padding: 0;
  font-family: monospace;
  line-height: 1.2em;
  font-size: 13px;
}

body {
  background: url(images/background.jpg);
  text-align: center;
}

/* Top Navigation */

.nav {
  background: url(images/nav.jpg)  no-repeat top center;
  width: 600px;
  height: 65px;
  text-align: center;
  margin: 0 auto;
}

.nav ul {
  padding-top: 10px;
}

.nav li {
  display: inline;
  padding: 0 1px;
}

.nav li a {
  color: #000;
}

.nav li a:hover {
  color: #c00;
}

#nav-flash{
}
/* Main Content */

#content {
  background: url(images/main-background.jpg) repeat-y top center;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

#content-inner {
  background: url(images/header.jpg) no-repeat top center;
  padding: 0 30px;
  padding-top: 130px;
}

/* Footer */

#footer {
  background: url(images/footer.jpg) no-repeat bottom center;
  height: 96px;
  clear: both;
}

#copyright {
  background: url(images/copyright.jpg)  no-repeat bottom center;
  width: 600px;
  text-align: center;
  margin: 0 auto;
  line-height: 45px;
  padding-top: 20px;
}

/* -------------------- */
/* --Individual Pages-- */
/* -------------------- */

/* Home Page */

.intro {
  padding: 140px 80px 70px 80px;
}

.mail {
  float: right;
  background: blue url(images/signup.jpg) no-repeat top center;
  width: 336px;
  height: 232px;
  text-align: center;
  margin: 20px;
}

.mail table {
  margin: 0 auto;
  margin-top: 70px;
  color: #c00;
  font-weight: bold;
  width: 300px;
  text-align: left;
}

/* Contact Page */

.contact {
  padding: 100px 0 0px 0;
  text-align: center;
  font-size: 1.5em;
}

.mail2 {
  background: url(images/signup.jpg) no-repeat top center;
  width: 336px;
  height: 232px;
  text-align: center;
  margin: 20px auto 0 auto;
  padding-bottom: 20px;
}

.mail2 table {
  margin: 0 auto;
  margin-top: 70px;
  color: #c00;
  font-weight: bold;
  width: 300px;
  text-align: left;
}

/* Links Page */

ul.linklist {
  padding: 120px 0 0 80px;
  list-style-type: none;
}

.linklist li {
  margin:0;
  padding:5px 15px;
  background: url(images/arrow.jpg) no-repeat 0 .45em;
}

.linklist a {
  color: #c00;
  text-decoration:none;
}

.linklist a:hover, .linklist a:visited:hover {
  color: #000;
}

.linklist a:visited {
  color: #666;
}

/* Artwork and Pictures */

.artwork, .pics {
  padding: 135px 50px;
  text-align: center;
}

.pics {
  padding-bottom: 200px;
}

/* Music Page */

#music-inner {
  margin-top: 120px;
  margin-left: 120px;
}

/* Videos Page */

.video {
  text-align: center;
}

.video-inner {
  background: url(images/polaroid.jpg);
  width: 407px;
  height: 403px;
  margin: 0 auto;
  text-align: center;
  margin: 100px auto 0 auto;
}

embed {
  margin-top: 30px;
}

.vid-next {
  display: block;
  width: 122px;
  height: 17px;
  background: url(images/next.jpg);
  margin: 0 auto;
}

.vid-prev {
  display: block;
  width: 156px;
  height: 17px;
  background: url(images/previous.jpg);
  margin: 0 auto;
}