BODY {
 background-color: #000000;
  font: 11px Verdana;
  color: #4F270F;
}

td {
	font: 11px Verdana;
}

#container {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -440px;
  margin-top: -290px;
  height: 580px;
  width: 850px;
  background: url("/pic/back.gif") top left no-repeat;
}

#contact {
  position: absolute;
  left: 0px;
  top: 65px;
  height: 55px;
  width: 186px;
  background: url("/pic/contact.gif") top left no-repeat;
}

#sheet {
  position: absolute;
  left: 421px;
  top: 12px;
  width: 405px;
}

div#menu {
  padding-left: 15px;
  background: url("/pic/back-top.gif") top left no-repeat;
  height: 28px;
}

div.menuitem {
  margin-top: 11px; 
  height: 16px;
  float: left;
  border-bottom: 1px dashed #D1AC7E;
}

div.menuitem a {
  font-weight: bold;
  color: #BA8543;
  padding-left: 5px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-decoration: none;
}

div.menuitem a:hover {
  background-color: #BA8543;
  color: #472219;
}

div#contentframe {
  background: url("/pic/back-middle.gif") top left repeat-y; 
  z-index: -5;
}


div#content {
  padding-right: 15px;
  padding-left: 15px;
  z-index: 0;
  background: url("/pic/sheetoverlay.gif") 0px 165px no-repeat; 
}

div#footer {
  position: relative;
  height: 25px;
  width: 500px;
  background: url("/pic/back-bottom.gif") top left no-repeat;
  
}

div#clear {
  height: 5px;
}

div#next {
  float: right;
  position: relative;
  right: 0px;
}

div#prev {
  float: left;
  position: relative;
  left: 0px;
}

div#copyright {
  position: absolute;
  top: 555px;
  left: 180px;
  font: 10px Verdana;
  color: #BA8543;
}


div#SVGStats {
  width: 365px;
  height: 150px;
  margin-bottom: 5px;
}

h1 {
  margin-top: 0px;
  padding-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  border-bottom: 1px dotted #4F270F;
  margin-left: 20px;
  width: 75%; 
}

h2 {
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  border-bottom: 1px dotted #4F270F;
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #4F270F;
}

p {
  text-indent: 20px;
  line-height: 16px;
  text-align: justify;
  margin-bottom: 5px;

}

span.p {
  font: 11px Verdana;
  color: #4F270F;
}

table.st td {
  height: 13px;
}

div.sp {
  line-height: 16px;
  color: #4F270F;
  text-align: justify;
  margin-bottom: 5px;
}

hr {
  border: 1px dotted #4F270F;
  height: 1px;
}

a {
  font-weight: bold;
  color: #BA8543;
  text-decoration: underline;
}

a:hover {
  background-color: #BA8543;
  color: #472219;
}

img {
  border: 1px solid #472219;
  padding: 2px;
  width: auto;
}

#overlay{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5000;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
}

#box{
    display:none;
    position: absolute;
    top:50%;
    left:50%;
    z-index:9999;
    background: url("../pic/boxback.jpg");
    border: 2px solid #4F270F;
    padding: 5px;
}

div#indicator {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -50px;
  height: 100px;
  width: 200px;
  visibility: hidden;
  z-index: 10000;
  background-color: black;
  -moz-opacity: 0.3;
  opacity:.30;
  filter: alpha(opacity=30);  
}

#indicatorimg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 126px;
  height: 22px;
  z-index: 10200;
  visibility: hidden;
  margin-left: -63px;
  margin-top: -11px;
}



#box div.closebox {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

/* compositions*/
div.composition {
  margin-left: 20px;
  width: 325px;
  border-bottom: 1px dotted #BA8543;
  padding-bottom: 3px;
  padding-top: 3px; 
  }
  
 div.savecomposition {
  width: 30px;
  height: 30px;
  margin-bottom: 3px;
  text-align: center;
/*  padding-top: 6px;*/
  float: left;
  }
 
 div.savecomposition img {
   margin-top: 8px;
 }
 
 div.compositionData {
  height: 30px;
  } 
  
 div.compositionComposer {
  padding-left: 3px;
  font: 11px Verdana;
  line-height: 15px;
  color: #4F270F;
  }
  
 div.compositionName {
  padding-left: 3px;
  font: 12px Verdana;
  line-height: 15px;
  color: #833F2E;
  font-weight: bold;
  text-transform: uppercase;
  } 
 
table.composition {
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.composition td {
  padding-top: 2px;
  padding-bottom: 2px;
  font: 11px Verdana;
  color: #4F270F;
}

div.compositionDownloads {
  float: left;
  width: 161px;
  padding-left: 2px;
  padding-right: 2px;
  margin-right: 3px;
}

div.compositionNext {
  float: right;
  text-align: right;
  font: 11px Verdana;
  color: #4F270F;
}

div.compositionPrev {
  float: left;
  text-align: left;
  font: 11px Verdana;
  color: #4F270F;
}

div.downloadRow {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 161px;
  border-bottom: 1px dotted #BA8543;
}

div.downloadPicture {
  padding-left: 3px;
  height: 30px;
  line-height: 30px;
  float: left;
}

div.downloadCaption {
  font: 11px Verdana;
  line-height: 15px;
  color: #4F270F;
}

div.downloadStats {
  font: 11px Verdana;
  line-height: 15px;
  color: #4F270F;
}

/* gallery */
.galleryEntry {
	text-align: center;
  float: left;
  width: 125px;
  height: 100px;
  margin-bottom: 10px;
}

div.pictureTitle {
  position: absolute; 
  text-align: center;
  width: 100%;
  bottom: 5px;
}

/* guestbook */

div.guestbookEntry {
  border: 1px solid #4F270F;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
}

div.guestbookHead {
  background-color: #4F270F;
  padding-left: 5px;
  padding-right: 5px;
  height: 17px; 
}

div.guestbookWho {
  float: left;
  font: 11px Verdana;
  line-height: 15px;
  font-weight: bold;
  color: white;
}

div.guestbookWhen {
  float: right;
  font: 11px Verdana;
  line-height: 15px;
  color: white;
}

div.guestbookText {
  font: 11px Verdana;
  line-height: 15px;
  color: #4F270F;
  padding-left: 5px;
  padding-right: 5px;
  background: #F4EDE3;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);  
  text-align: left;
}

.text {
  font: 11px Verdana;
  line-height: 15px;
  color: #4F270F;
}

div.feedback {
  padding-left: 20px;
  margin-bottom: 15px;
  font: 11px Verdana;
  line-height: 15px;
  color: #4F270F; 
}

textarea {
  border: 1px solid #4F270F;
  background: #F4EDE3;
  -moz-opacity: 0.8;
  opacity:.80;
  color: #4F270F;
  filter: alpha(opacity=80);  
  font: 11px Verdana;
  line-height: 15px;
}

input {
  border: 1px solid #4F270F;
  background: #F4EDE3;
  -moz-opacity: 0.8;
  opacity:.80;
  color: #4F270F;
  filter: alpha(opacity=80);  
  font: 11px Verdana;
  line-height: 15px;
}

#firstPageSurvey {
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
}

#survey {
	display: none;
}

#surveyQuestion {
	padding-top: 10px;
	padding-left: 10px;
}

div.nextQuestion {
    position: absolute;
    bottom: 20px;
    right: 20px;
  text-align: right;
  font: 11px Verdana;
  color: #4F270F;
  float: right;
}
#surveyAnswers {
	padding-left: 50px;
	padding-top: 10px;
}

div.surveyAnswerDiv {
  font: 11px Verdana;
  line-height: 15px;
  color: #4F270F;
}

div.groupAnswers {
	float: left;
	padding-right: 50px;
}