/* Styles for the Tesseract pages */
HTML {
  background: #ffffff url("images/paper6.jpeg");
}  

BODY { 
  color: #000000; 
  font-family: arial, helvetica, sans-serif; 
  font-size: 12px; 
  width: 885px;
  padding: 0;
  margin: 0;
}
A {
  color: #333344; 
}
A IMG {
  border: 0;
}
H2 {
  font-size: 18px;   
  color: #444444;
  text-shadow: #bbbbcc 2px 2px;
  margin-top: 30px;
  margin: 24px 0 12px;
}
H3 {
  font-size: 14px;
  color: #eeeecc;
  background-color: #747474;
  padding: 0 0 0 4px;
  border-top: solid 1px black;
  border-left: solid 1px black;
  margin: 24px 0 12px;
}
#header {
  background: #ffffff url("images/paper6.jpeg");
  margin-left: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 72px;
  width: 885px;
}
#header img {
  margin-left: 258px;
}
#menu {
  font-family: arial, helvetica, sans-serif; 
  font-size: 15px; 
  font-weight: bold;
  position: fixed;
  top: 120px;
  left: 0px;
  width: 100px;
  border: 0;
  text-align: center;
}
#menu UL {
  display: block;
  list-style: none;
  padding: 0;
  border: 0;
  margin: 0;
}
#menu UL A {
  text-decoration: none;
  color: #dddddd;
  background-color: #444444;
  display: block;
  clear: both;
  height: 21px;
  padding 0;
  border: solid 1px #000000;
  margin: 4px 8px;
}

#menu UL A:hover {
 color: yellow
}
.main {
  width: 720px;
  padding: 10px 5px 0 20px;
  margin: 72px 0 0 100px;
}
.footer {
  display: none;
  clear: both;
  width: 860px;
  padding: 2px 10px 2px 10px;
  border-top: solid 1px #555555;
}
.photo {
  border: solid 1px black;
}
.bandcredit {
  text-align: center;
  width: 170px;
  height: 40px;
  padding: 10px 5px;
  border: solid 1px #888888;
}
.bandcreditright {
  text-align: left;
}
.bandcreditleft {
  text-align: right;
}
.redwood {
  text-align: center;
  margin: 20px;
}
.ckphotos {
  text-align: center;
}
.songcredits {
  padding-left: 36px;
}
.center {
  text-align: center;
}
.albumlisting {
  list-style: none;
  padding-left: 18px;
}
.albumfloat {
  float: left; 
  margin: 18px
}
.indent {
  margin: 10px 36px;
}
.review {
  font-style: italic;
  margin: 18px 72px 8px 36px;
}
.reviewbyline {
  text-align: right;
  margin: 8px 80px;
}
  