body, td, div, li, p, input, textarea, select {
  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
  FONT-SIZE: 11px;
  margin: 0;
}

body {
  background-color:  #E5E5CC;
  text-align: center;
  margin-bottom: 20px;   
  COLOR: #000000;  
}

div#head {
  background-color: #A6A680;
  height: 130px;
  text-align: right;
}

.logo {
  margin-top: 30px;
  margin-right: 30px;
}

a:link, a:visited, a:active {
  COLOR: #868572;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div#content {
  width: 550px;
  text-align: left; 
  clear: both  
}

div#navrow {
  background-color: #61614B;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  margin: 0;
  padding: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

div#nav {
  padding: 0;
  margin: 0;
  width: 555px;
  height: 21px;
  border: none;
}

div#navrow ul {
  list-style-type: none;
}

div#navrow li {
  float: left;
  margin: 2px 0px 2px 2px;
}

div#navrow a:link, div#navrow a:active, div#navrow a:visited {
  color: #868572;
  float: left;
  margin: 0px 0px 0px 2px;
  padding: 3px 22px 3px 22px;
  background-color: white;
  font-weight: bold;
  display: block;
  border: none;
}

div#navrow a:hover, div#navrow a:active {
  color: white;
  background-color: #A6A680;
  text-decoration: none;
}

h1 {
  FONT-SIZE: 20px;
  font-weight: bold;
  color: #868572;
  margin-top: 20px;
  margin-bottom: 20px;
}

h2 {
  FONT-SIZE: 15px;
  font-weight: bold;
  color: #868572;
  margin-top: 15px;
  margin-bottom: 15px;
}

p {
  margin-top:0px;
  margin-bottom:0px;
  padding-top:8px;
}

.fontkl {
  FONT-SIZE: 8px;
  COLOR: #CCCCCC;
}

.imglayer {
  display:block;
  float:right;
  margin-left:20px;
  margin-bottom:20px;
  width:220px;
  text-align:right;
}

.cell {
   background-color:#DCDCC5;
}

.bookinglink {
   background-color:#DCDCC5;
   height:20px;
   width:200px;
   text-align:center;
   padding-top:3px;
   margin-left:20px;
   display:block;
}

.line {
  margin-top: 7px;
  border-top: 1px solid #A6A680;
}

ul {
  list-style-position: inside;
  list-style-type: none;
  text-indent: 0px;
  padding: 0;
  margin: 0;
}

li { 
  margin: 0;
  padding: 0;
}

#artistcloud {
  width: 350px;
  height: 150px;
  color: #666666;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: lowercase;
  vertical-align: text-bottom;
  background-color: #D4D4BF;
}

#artistcloud ul li {
  float: left;
  vertical-align: bottom;
  white-space: nowrap;
}

#artistcloud a:hover {
  color:#000000;
  text-decoration:underline;
}

#artistcloud ul li a {
  color:#333333;
  line-height:28px;
  padding:0px 7px;
  text-decoration:none;
  text-transform:none;
  vertical-align:bottom;
}

.text {
  width: 440px;
}
