
body {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size:13px;
  }

h1  {
  font-weight:bold;
  font-size:138.5%;
}

h2  {
  font-weight:bold;
  font-size:123.1%;
}

h3  {
  font-weight:bold;
  font-size:108%;
}

/* heading images*/

/*h3.instigator {
  text-indent:-9000px;
  background: url(../images/footlogo.jpg) no-repeat center center;
}*/

li {
  }

p {
  text-align:justify;
  font-size:108%;

}
#wrapper {
  margin:auto;
  width:960px;
  border: 1px solid grey;
}

#nav {
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
}

#nav li {
  display: inline;
  padding-left:15px;
}

#main_body {
  min-height:500px;


}

#main_body h2 {
  text-align:center;
}

#right_media {
  float:right;
  width:300px;
  margin-left:10px;
}

#footer {
  font-size:10px;
  text-align: center;
  border-top: 1px solid grey;
  clear:both;
}
#maintext {
  background: url(../images/footlogo.jpg) no-repeat center center;

  overflow:auto;
  margin:5px;
  min-height:443px;
}

#artist_music_image {
  float:right;
  margin:0px 10px;
}
.covers  {
  clear:both;
  border-top: 1px solid grey;
}

.covers .imageSingle {
  float: left;
  margin: 5px 0px;
  width:25%;
  text-align:center;

}
.covers .imageSingle .image {

  height:150px;
}
.covers .imagefooter {
  text-align:center;
  /*border:solid 1px #333; */
  color:#999;
  font-size:10px;
  padding-top: 5px;
  padding-bottom:5px;
  margin-top: 10px;
  /*background: #ccc;*/
}

.right {
  float:right;
  margin-left:10px;
}

.left {
  float:left;
}

.clearboth {
  clear:both;
}