body {
   background-color : #ded;
}
div.outerframe {
   width : 55em;
   height : 50em;
   background-color : #565;
   border : 5px solid black;
   text-align : left;
   padding : 0.5em;
}
table.sidebar {
   width : 8em;
   float : left;
}
td {
   padding : 0.5em;
}
td.class {
    padding : 0px;
    width : 50%;
}
td.contact{
    font-size : 0.9em;
    width : 33%;
}
td.contact_header {
    color : #F00;
}
a {
   text-decoration : none;
   color : black;
   font-style : italic;
    font-weight : bold;
    cursor : pointer;
}
a:hover {
   color : #565;
}
div.linkframe {
   background-color : #bcb;
   text-align : center;
}
div#content {
   width : 80%;
   height : 95%;
   background-color : #fff;
   border : 5px solid green;
   padding : 1em;
   float : left;
   overflow : auto;
}
div.thumbs {
   overflow : auto;
    width : 100%;
    height : 180px;
   border : 5px solid #000;
   background-color : #aaa;
}
div#imagepanel {
    width : 95%;
   text-align : center;
   padding : 10px;
   border : 5px solid #000;
}
div.indent {
    margin-left : 2em;
}
img {
    border : 0px;
}
div.belt {
    border : 3px solid black;
    font-size : 1.1em;
    text-align : center;
    font-style : italic;
    font-weight : bold;
}

a.belt {
    text-align:center;
    text-decoration:none;
    color:#000;
    display:block;
    width:99%;
    height:1.2em;
    border:0.2em solid black;
}

a.belt:hover {
  border-color:#dfd7ca #b2ab9b;
}
