body {
   background-color: #FFFFFF;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 80%;
   margin: 0%;
   padding: 0%;
}

div#header {
   background-color: #FFFFFF;
/*   border-bottom: 1px dotted #A9A9A9;*/
   clear: both;
   color: #336699;
   padding: .5em;
}

div#navi    { display: none; }


#navi li
{
   list-style-type: none;
}

div#content {
   background-color: #FFFFFF;
   left: 240px;
   padding: .5em;
   padding-bottom: 1em;
   padding-left: 1em;
   padding-right: 1em;
   position: absolute;
   /* width: 67%; */
}

div.img
{
   position: absolute;
}

div#footer {

   clear: both;
   font-size: 80%;
   text-align: right;
   border-top: 1px dotted #A9A9A9;
}

#catalog_item
{
    border-bottom: 1px solid black;  
 
}

h1, h2, h3, h4, h5
{
   font-family: Georgia, "Times New Roman", Times, serif;
   font-weight: normal;
}

h2
{
    border-bottom: 1px solid #336699;  
}


