body {
  background-color: #000;
  background-image: url('img/main_bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 12px;
  color: #f1f1f1;
  font-family: "Times New Roman";
}

img {
  border-style: none;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  color: #9D5F12;
}

ul {
  padding-left: 13px;
  margin-top: 0;
}

a {
  color: #f1f1f1;
}

a:visited {
  color: #f1f1f1;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.thumb {
  width: 100px;
  margin: 20px 20px 0px 20px;
}

.fullimg a {  
  margin-left: 45px;
  text-decoration: none;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
}

#navi {
  margin: 176px 0 17px 271px;
  width: 464px;
  height: 70px;
}

.navi-item {
  width: 70px;
  height: 70px;
  margin-right: 46px;
  display: block;
  float: left;
}

a.see {
  background-image: url('img/btn_pics.png');
}

a.news {
  background-image: url('img/btn_news.png');
}

a.hear {
  background-image: url('img/btn_music.png');
}

a.contact {
  background-image: url('img/btn_contact.png');
}

a:hover.see {
  background-image: url('img/btn_pics_hover.png');
}

a:hover.news {
  background-image: url('img/btn_news_hover.png');
}

a:hover.hear {
  background-image: url('img/btn_music_hover.png');
}

a:hover.contact {
  background-image: url('img/btn_contact_hover.png');
}

#content {
  width: 100%;
}

#content-left {
  float: right;
  margin-right: 45px;
  width: 182px;
  display: inline;
}

#content-middle {
  float: right;
  width: 430px;
  margin-right: 45px;
  display: inline;
}

#content-right {
  float: right;
  width: 182px;
  margin-right: 40px;
  display: inline;
}

.sidebox-wrapper {
  margin-top: 70px;
}

.sidebox-top {
  height: 25px;
  background-image: url('img/textbox_top.png');
  background-repeat: no-repeat;
}

.sidebox-content {
  background-image: url('img/textbox_bg.png');
  background-repeat: repeat-y;
  padding: 0 25px 13px 25px;
  margin: -12px 0;
}

.sidebox-bottom {
  height: 25px;
  background-image: url('img/textbox_bottom.png');
  background-repeat: no-repeat;
}

.middlebox-wrapper {
  margin-bottom: 10px;
  min-height: 322px;
  width: 433px;
}

.middlebox-top {
  height: 65px;
  background-image: url('img/content_box_top.png');
  background-repeat: no-repeat;
}

.middlebox-content {
  background-image: url('img/content_box_bg.png');
  background-repeat: repeat-y;
  margin: -15px 0;
}

.middlebox-content p, .middlebox-content h2, .middlebox-content strong {
  padding: 0 25px;
}

.middlebox-bottom {
  height: 65px;
  background-image: url('img/content_box_bottom.png');
  background-repeat: no-repeat;
}

#lower-middlebox {
  background-image: url('img/mp3player_bg.jpg');
  height: 72px;
}

.divider {
  background-image: url('img/footer_divider.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  width: 600px;
  height: 3px;
  padding-top: 20px;
  margin-left: 180px;
  margin-bottom: 10px;
  clear: both;
}

#footer {
  text-align: center;
  font-size: 12px;
  color: #0c1d19;
}

#mp3_player {
  margin-top: 13px;
  margin-left: 80px;
}

.track_names {
  color: #CDCDCD;
  text-align: right;
  font-size: 12px;
  margin-right: 15px;
  margin-top: 0px;
}

.track_name {
  margin-right: 8px;
  color: #9D5F12;
}
