/* CSS Document */
body {
  background-image: url(http://www.alt-recordings.com/images/dottybg.gif);
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#container.pos_abs {
  width: 1000px;
  padding: 5px;
  background-color: #FFFFFF;
  float: inherit;
  border: 1px solid #C5C5C5;
  position: absolute;
  left: 150px;
  top: 50px;
}
#header {
  width: 990px;
  height: 180px;
  padding: 5px;
  float: none;
  text-align: center;
  border-bottom: 1px solid #C5C5C5;
}
#leftcol {
  float: left;
  width: 270px;
  height: auto;
  padding: 5px;
  padding-right: 4px;
  border-right: 1px solid #C5C5C5;
}
#leftcolhead {
  width: 250px;
  height: 60px;
  padding: 5px;
}
#leftcolmain {
  height: auto;
  width: 250px;
  padding: 5px;
  text-align: left;
}
#linkhead {
  width: 250px;
  height: 60px;
  padding: 5px;
  text-align: left;
}
#linkmain {
  height: auto;
  width: 250px;
  padding: 5px;
  text-align: left;
}
#content {
  float: left;
  width: 700px;
  height: auto;
  padding: 5px;
  padding-left: 10px;
}
#contenthead {
  width: 650px;
  height: 60px;
  padding: 5px;
  text-align: left;
  float: right;
}
#releasecover {
  width: 310px;
  height: 330px;
  padding: 5px;
  float: right;
  background-color: #FFFFFF;
}
#releasetracks {
  width: 330px;
  height: 330px;
  float: right;
  padding: 5px;
  background-color: #FFFFFF;
  text-align: left;
}
#releasephotos {
  width: 280px;
  height: 330px;
  padding: 5px;
  float: right;
  background-color: #FFFFFF;
  vertical-align: middle;
}
#releasetext {
  width: 360px;
  height: auto;
  float: right;
  padding: 5px;
  background-color: #FFFFFF;
  text-align: left;;
}
#footer {
  clear: both;
  width: 990px;
  padding: 5px;
  text-align: center;
  border-top: 1px solid #C5C5C5;
}
h1 {
  color: #C5C5C5; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 20px; 
  font-weight: bolder; 
}
h2 {
  color: #000000; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 20px; 
  font-weight: bolder; 
}
.style1 {
  color: #000000; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  text-align: left;
  font-weight: 700;
}
.style2 {
  color: #000000; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  text-align:right;
  font-weight: 700;
}
.style3 {
  color:#000000; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size:12px; 
  text-align:left;
}
.style4 {
  color:#000000; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  text-align: right;
}
.style5 {
  color: #000000; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 45px; 
  font-weight: bolder; 
  text-align: left;
}
a:link {
  color: #000000; 
  text-decoration: underline;
}
a:visited {
  text-decoration: underline; 
  color: #000000;
  }
a:hover {
  text-decoration: underline; 
  color: #000000;
  }
a:active {
  text-decoration: underline; 
  color: #000000;
}
