#domain{
   float: right;
   padding-right: 0.5em;
}

#header{
   padding-left: 0.4em;
   padding-top: 0.15em;
   padding-bottom: 0.15em;
}

#footer{
   margin-top: 2.5em;
   padding-top: 0.2em;
   border-top: #000000 1px solid;
   font-size: 80%;
}

#panel{
   display: none;
}

#content
{
   top: 2.5em;
   position: absolute;
   width: 95%;
   left: 1em;
}

.panelheading{
   display: none;
}

.panelbody{
   display: none;

}

.panelsection{
   display: none;
}

BODY{
}

H1{
   font-size: 150%;
}

H1 A{
   color: #000;
   text-decoration: none;
}

H2{
   font-size: 120%;
}

.phototable{
   padding-left: 0.75em;
   cellpadding: 5em;
}

.photocell{
   padding-left: 0.25em;
   padding-right: 0.25em;
}

A IMG{
    border: 0px;
}

A{
   text-decoration: none;
}

.img_left{
   float: left;
   border: 1px solid #ccc;
   margin-right: 0.5em;
}

.img_right{
   float: right;
   border: 1px solid #ccc;
   margin-left: 0.5em;
}

.quote {
   font-style: italic;
}

.quote_source {
   color: #999;
}

