<!--

body 
{
   margin: 0;
}

div
{
   margin: 0;
}

div.banner
{
   width: 925px;
   height: 100px;
}

div.body
{
   width: 925px;
}

div.menulist
{
   float: left;
   width: 200px;
}

div.menu
{
   width: 150px;
   height: 35px;
   text-align: center;
}

div.menushift
{
   position: relative;
   top: 8px;
}

div.menubig
{
   width: 150px;
   height: 100px;
   text-align: center;
}

div.spacer
{
   width: 150px;
   height: 25px;
   text-align: center;
}

div.spacershift
{
   position: relative;
   top: 3px;
}

div.main
{
   float: left;
   width: 625px;
}

div.content
{
   float: left;
   width: 625px;
}

div.footer
{
   width: 625px;
   text-align: center;
   font-size: 12px;
}

div.heading
{
   position: absolute;
   top: 2px;
   left: 387px;
   width: 250px;
   height: 65px;
   text-align: center;
}

div.headingshift
{
   position: relative;
   top: 5px;
}

div.subheading
{
   position: absolute;
   top: 74px;
   left: 387px;
   width: 250px;
   height: 25px;
   text-align: center;
}

div.previous
{
   position: absolute;
   top: 2px;
   left: 347px;
   width: 50px;
   height: 65px;
   text-align: center;
}

div.next
{
   position: absolute;
   top: 2px;
   left: 627px;
   width: 50px;
   height: 65px;
   text-align: center;
}

p
{
   margin: 0;
}

p.menu
{
   font-size: 16px;
}

p.content
{
   font-size: 16px;
   font-weight: bold;
}

p.picturemenu
{
   font-size: 20px;
   margin: 17px;
}   

p.heading
{
   font-weight: bold;
   height: 2em;
   line-height: 0.9em;
   margin: 1px;
   font-size: 12px;
}

p.heading2
{
   font-size: 12px;
}

p.subheading
{
   font-size: 10px;
}

p.sequence
{
   font-size: 50px;
}

.recent 
{
   color:#FFFFFF;
   background-color:red;
}

img.thumb 
{
   border-style: double; 
   border-color: black; 
   border-width: 5px; 
   width: 100px; 
   height: 100px; 
   margin: 5px;
}

img.thumbmod
{
   border-style: double; 
   border-color: red; 
   border-width: 5px; 
   width: 100px; 
   height: 100px; 
   margin: 5px;
}
   
img.portrait 
{
   border-style: double; 
   border-width: 10px; 
   border-color: black;
   margin: 5px 0;
}

div.form
{
   font-size: 10px;
   height: 25px;
}

div.formshift
{
   position: relative;
   top: 15px;
}

div.ccover
{
   position: absolute;
   z-index: 2;
}

-->