.header{     
     position: absolute;
     top: 35px;
     font: bold 24px "Calisto MT", "Book Antiqua", Palatino, Georgia, serif;
     letter-spacing: 8px;
     color: #8c8c8c;
}

.subhead{
     font: bold 16px "Calisto MT", "Book Antiqua", Palatino, Georgia, serif;
     color: #8c8c8c;
}

a.bookinglink:link{
     color: #000033;
}

a.bookinglink:visited{
     color: #000033;
}

a.bookinglink:hover{
     color: white;
}

a.bookinglink:active{
     color: #cc0033;
}

.mainbox{
     position: absolute;
     top: 75px;
     padding: 10px;
     width: 90%;
     height: 4000px;
     font: 12px "Trebuchet MS", Helvetica, Verdana, Geneva, "Lucida Sans Unicode", sans-serif;
     color: #8c8c8c;
     background-color: #383838;
     border: solid 1px #8c8c8c;
}

.mainboxcell{
     padding-top: 10px;
     padding-bottom: 20px;
     border-bottom: dotted 1px #8c8c8c;
}

