body {
  background-color: #000;
  color: #fff;
  text-align: center;
}

table#main {
  font-family: arial, verdana, sans-serif;
  width: 782px;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: left;
}

td#leftCell, td#topCell {
  padding: 0px;
  margin: 0px;
}

td#rightCell {
  font-size: 13px;
  padding: 10px;
  vertical-align: top;
}


td#leftCell {
  width: 242px;
  vertical-align: top;
}

td#rightCell a, td#rightCell a:visited {
  color: #fff;
}

td#leftCell div.box div.heading {
  background-color: #000;
  color: #fff;
  padding: 3px;
  border-bottom: 1px solid #f00;
}

td#leftCell div.box a, td#leftCell div.box a:visited {
  color: #f00;
}

td#leftCell div.box div.body {
  padding: 2px;
}

td#leftCell div.box div.body td{
  background-color: #fff;
  color: #000;
}

td#leftCell div.box {
  border: 1px solid #f00;
  background-color: #fff;
  padding: 0;
  margin-top: 8px;
  color: #000;
  font-size: 11px;
  width: 225px;
}

td#leftCell div.box ul {
  padding: 0;
  margin: 0;
}

/* statics */
div.static div.heading {
  font-size: 19px;
}

/* news */
div.news div.illustration {
  text-align: right;
  float: right;
  padding: 5px;
}

td#rightCell div.news div.heading {

  padding-top: 3px;
  font-size: 17px;
}

td#rightCell div.news div.body {
  padding: 5px 0px 5px 0px;
}

td#rightCell div.news {
  margin-top: 8px;
}

td#rightCell div.news div.published {
  text-align: left;
  font-style: italic;
  font-size: 11px;
}

div.newslist {
  border-top: 1px solid #f00;
  clear: both;
}

/* contact form */
form#contact input.email, form#contact input.subject {
  width: 400px;
}

form#contact textarea.body {
  width: 400px;
  height: 200px;
}

form#contact td.FormLeft {
  white-space: nowrap;
}

/* gallery */
div.imagecategories ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;

}

div.imagecategories ul li {
  border: 1px solid #f00;
  margin-bottom: 3px;
}

div.imagecategories ul li a {
  display: block;
  width: 544px;
  padding: 3px;
  text-decoration: none;
}

div.imagecategories ul li span.selected {
  font-weight: bold;
}

div.imagecategories ul li a:hover, div.imagecategories ul li span.selected {
  display: block;
  width: 544px;
  padding: 3px;
  background-color: #222;
}

div.imagebrowser {
  text-align: center;
}

div.imagebrowser div.heading {
  font-size: 1.7em;
}

div.imagebrowser div.copyright, div.imagebrowser div.imageselector span.dead {
  color: #666;
}

div.imagebrowser div.imageselector a {
  text-decoration: none;
}

div.imagebrowser div.body {
  padding: 5px;
}

div.imagebrowser span.positionmarker {
  color: #f00;
}

/* links */
div.linkblock div.heading {
  border: 1px solid #f00;
  padding: 3px;
  width: 546px;
}

div.linkblock ul.links a {
  text-decoration: none;
}

div.linkblock div.description {
  color: #666;
  font-size: 0.9em;
}

div.linkblock ul.links li {
  margin-bottom: 3px;
}

/* forms */
table.FormTable td.FormLeft {
  width: 80px;
}

input.email, input.subject, textarea.body {
  border: 1px solid #f00;
  background-color: #ddd;
}

/* artists */
div.artist div.artistname {
  border: 1px solid #f00;
  width: 546px;
  padding: 3px;
  margin-bottom: 3px;
}

div.artist div.heading {
  font-size: 1.8em;
}

div.artistinfo, div.releases {
  border: 1px solid #f00;
  padding: 3px;
  margin-top: 5px;
}

table.artistList img {
  border: 0;
}

table.artistList {
  border-collapse: collapse;
  width: 100%;
}

table.artistList td {
  vertical-align: top;
  border-bottom: 1px solid #f00;
  padding: 5px;
}

table.artistList td.leftCol {
  width: 100px; 
}

table.artistList td.rightCol {
  text-align: left;
}

a.releaseLink {
  display: block;
  border: 1px solid #f00;
  padding: 3px;
  width: 500px;
  text-decoration: none;
}

table.releaseList td, table.release td {
  vertical-align: top;
}

