body{
  margin: 0;
  padding: 0;
  background: #000;
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  background-image: url(img/space.jpg);
  background-position: top center;
  background-attachment: fixed;
}

#container{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

#header{
  /*background-image: url(img/stars.jpg);
  background-repeat: repeat-x;
  border-bottom: 3px solid #1f2c1e;*/
  color: #d3d1d2;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Georgia, serif;
  text-align: center;
  /*width: 600px;*/
  margin: auto;
  border-bottom: 1px solid #3e5059;
}

#header em{
  /*font-size: 35px;*/
  color: #d3d1d2;
}

#logo{
  width: 235px;
  height: 33px;
  background-image: url(img/logo.png);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  padding: 0 0 6px 3px;
}

#logo h1{
  display: none;
}

#mainmenu{
  font-size: 13px;
  padding-top: 5px;
  border-bottom: 1px solid #3e5059;
  
}

#mainmenu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  float: left;
}

#mainmenu ul li{
  float: left;
  text-align: left;
  padding-right: 15px;
/*  border-top: 1px solid #3e5059;
  border-left: 1px solid #3e5059;
  border-right: 1px solid #3e5059;*/
}

#mainmenu ul li a{
  padding: 6px 0 6px 0;
  display: block;
  float: left;
  text-decoration: none;
  color: #ced2d9;
}

#mainmenu ul li a:hover{
  border-bottom: 3px solid #007788;
}

#mainmenu ul li.active a{
  color: #ced2d9;
  border-bottom: 3px solid #007788;
}

#mainmenu .information{
  float: right;
}

#mainmenu .information li {
  padding: 0;
}

#last{
  border-bottom: 1px solid #222;
}

#content{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  /*-moz-opacity: 0.8;
	Filter: Alpha(opacity=80);
  opacity: 0.8;
  z-index: 3;*/
}

.pic{
  /*-moz-opacity: 1;
	Filter: Alpha(opacity=100);
  opacity: 1;
  position: relative;
  z-index: 5;*/
}

#content a{
  text-decoration: none;
  color: #2097a8;
}

#content a:hover{
  text-decoration: underline;
  color: #40b7c8;
}

#content ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#content ul li a{
  display: block;
  height: 167px;
  border: 8px solid #000;
  color: #EEE;
}

#content ul li a:hover{
  text-decoration: none;
  /*border: 8px solid #007788;*/
  /*border: 8px solid #004455;*/
  border: 8px dashed #272727;
  color: #EEE;
}

#content ul li a img{
  border: 0;
  margin-right: 10px;
}

#content ul li a em{
  display: block;
  margin-top: 10px;
}

.record{
  width: 800px;
  margin-top: 20px;
  /* border: 8px solid #000; */
  /*background-color: #000;*/
  color: #FFF;
  background-image: url(img/black_bg.png);
}

.record:hover{
  /*border: 8px solid #007788;*/
}

.record img{
  padding: 0;
  margin: 0;
  float: left;
}

.record span{
  display: none;
}

#newsbox{
  width: 780px;
  padding: 10px;
  margin-top: 20px;
  border-top: 1px solid #3e5059;
  border-bottom: 1px solid #3e5059;
  /*background-color: #000;*/
  color: #EEE;
  background-image: url(img/black_bg.png);
}

#newsbox h2{
  font-style: italic;
  text-align: center;
}

#myspace{
  margin-left: 130px;
  width: 200px;
  text-align: center;
  float: left;
}
#facebook{
	width: 200px;
	text-align: center;
	float: left;
	margin-left: 100px;
}

h1, h2, h3{
  margin: 0;
  padding: 0;
  font-family: "Georgia", serif;
  font-weight: normal;
  /*text-transform: uppercase;*/
}
#content h2{
  padding-bottom: 10px;
}

.clearer{
  clear: both;
}

#sleeve{
  margin-top: 10px;
  padding: 10px;
  /*background-color: #000;*/
  width: 780px;
  border-top: 1px solid #3e5059;
  border-bottom: 1px solid #3e5059;
  background-image: url(img/black_bg.png);
}

#maininfo{
  margin-top: 10px;
  /*background-color: #000;*/
  color: #EEE;
  padding: 10px;
  font-size: 13px;
  border-top: 1px solid #3e5059;
  border-bottom: 1px solid #3e5059;
  background-image: url(img/black_bg.png);
}

.maininfo{
  margin-top: 10px;
  /*background-color: #000;*/
  color: #EEE;
  padding: 10px;
  font-size: 13px;
  border-top: 1px solid #3e5059;
  border-bottom: 1px solid #3e5059;
  background-image: url(img/black_bg.png);
}

#artistinfo{
  float: left;
  width: 440px;
  text-align: justify;
}

#contactform{
  float: left;
  width: 300px;
  /*background-color: #000;*/
  color: #EEE;
  padding: 10px;
  margin-top: 10px;
  font-size: 13px;
  border-top: 1px solid #3e5059;
  border-bottom: 1px solid #3e5059;
  background-image: url(img/black_bg.png);
}
#contactform input, input[type=submit]{
  width: 280px;
  border: 0;
  border-bottom: 1px solid #444;
  background-color: #000;
  color: #999;
  padding: 5px;
}

#contactform textarea{
  width: 280px;
  border: 0;
  padding: 5px;
  border-bottom: 1px solid #444;
  background-color: #000;
  color: #999;
}

#contactform  input[type=submit]{
  text-transform: uppercase;
}

#flashPlayer{
  float: left;
  margin-right: 10px;
}

#buy{
  float: left;
  width: 300px;
  /*background-color: #000;*/
  color: #EEE;
  padding: 10px;
  margin-top: 10px;
  font-size: 13px;
  border-top: 1px solid #3e5059;
  border-bottom: 1px solid #3e5059;
  background-image: url(img/black_bg.png);
}

#reviews{
  float: left;
  margin-top: 10px;
  margin-left: 19px;
  width: 440px;
  /*background-color: #000;*/
  color: #EEE;
  padding: 10px;
  font-size: 13px;
  border-top: 1px solid #3e5059;
  border-bottom: 1px solid #3e5059;
  background-image: url(img/black_bg.png);
}

.tracklist{
  width: 250px;
  float: left;
  padding-right: 20px;
  font-size: 11px;
}

#htmlTracks{
  display: none;
}

#footer{
  border-top: 1px solid #3e5059;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #EEE;
  text-align: right;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
}

#footer a{
  text-decoration: none;
  color: #2097a8;
}

#footer a:hover{
  text-decoration: underline;
  color: #40b7c8;
}

#offer{
  width: 487px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.msg_success{
  color: #009900;
  background-color: #AAFFAA;
  border: 1px solid #00FF00;
  padding: 10px;
}
.msg_error{
  color: #990000;
  background-color: #FFAAAA;
  border: 1px solid #FF0000;
  padding: 10px;
}