body
{
  background-color: #120f14;
  color: white;
  font-family: Arial;
}
/*
body.common
{
  background-image: url(../images/common/background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left bottom;
}
*/
table
{
  margin:0px;
  padding:0px;
  vertical-align: top;
}

td
{
  margin:0px;
  padding:0px;
}

td.navigation,
td.navigation a,
td.navigation a:hover
{
  color: white;
  background-color: #990033;
  padding: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  text-align: right;
  text-decoration: none;
}

td.navigation
{
  width: 800px;
}

td.navigation a:hover
{
  text-decoration: underline;
}

form
{
  margin:0px;
  padding:0px;
}

strong
{
  /*color: #990033;*/
  font-style:italic;
}

.start table
{
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.start a
{
  color: #990033;
  text-decoration: none;
}

.start a:hover
{
  color: #990033;
  text-decoration: underline;
}

.common a
{
  color: #990033;
  text-decoration: none;
}

.common a:hover
{
  color: #990033;
  text-decoration: underline;
}

.common a img
{
  border: none 0px black;  
}

.common hr
{
  color: #990033;
}

td.header
{
  width: 800px;
  overflow: hidden;
}

.header img
{
  /*position: relative;
  left: -81px;
  right: -81px;*/
  /*width: 850px;*/
  /*z-index: 3;*/
  border: none 0px black;
}

.start img
{
  border: none 0px black;
}

.startbanner img
{
  border: none 0px black;
  vertical-align: middle;  
}

td.left
{
  border-right: solid 10px transparent;
  padding: 10px;
  text-align: left;
  width: 575px;
  word-wrap: break-word;
}

table.right
{
  border: 0px solid black;
  margin: 0px;
  padding: 0px;
}

td.righttop
{
  border-left: solid 0px black;
  height: 100px;
  padding: 10px;
  width: 175px;
}

td.rightbottom
{
  border-top: solid 0px black;
  border-left: solid 0px black;
  padding: 10px;
  width: 175px;
}

table.discography
{
  margin-left: -10px;
}

.discography td
{
  padding: 10px;
}

div.guestbook
{
  text-align: left;
  word-wrap: break-word;
}

.list td
{
  padding-right: 7px;
}

.content h1
{
  font-family: Verdana, Arial;
  font-size: 14px;
  border-bottom: dashed 1px #990033;
}

.content td
{
  background-color: transparent;
  color: white;
  font-size: 12px;
  vertical-align: top;
}

.contact td
{
  vertical-align: middle;
}

.contact td img
{
  margin-right: 10px;
}

img.contentleft
{
  border: none 0px black;
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
}

img.contentright
{
  border: none 0px black;
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
}

img.contentright_noborder
{
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
}

img.pics
{
  border: 1px solid white;
}

td.footer
{
  color: gray;
  font-size: 10px;
  text-align: center;
}

.footer a
{
  color: gray;
  font-size: 10px;
}

input.newsletteraddress
{
  border: 1px solid black;
  background-color: white;
  color: black;
  font-size: 10px;
  width: 175px;
}

input.newslettersubscribe
{
  border: 1px solid white;
  background-color: #120f14;
  color: white;
  font-size: 10px;
  margin-right: 10px;
  width: 80px;
}

input.newsletterunsubscribe
{
  border: 1px solid white;
  background-color: #120f14;
  color: white;
  font-size: 10px;
  width: 80px;
}

.guestbookform td
{
  padding: 2px;
}

input.guestbookdata
{
  border: 1px solid black;
  background-color: white;
  color: black;
  font-size: 10px;
  width: 175px;
}

textarea.guestbookmessage
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  border: 1px solid black;
  background-color: white;
  color: black;
  height: 200px;
  width: 400px;
}

input.guestbookbutton
{
  border: 1px solid white;
  background-color: #120f14;
  color: white;
  font-size: 10px;
  margin-right: 10px;
  width: 80px;
}



