﻿
body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
        font-size: 80%;
        font-weight: bold;
        background: #FFF;
        }

h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

img {
    border: none;
}

.panel {
  border: none;
  border-color: #66ffff;
  border-style:dashed;
  float: right;
  width: 95%;
  border-width: thin;
}

.smallpanel {
  border: none;
  border-color: #66ffff;
  border-style:dashed;
  float: right;
  width: 95%;
  border-width: thin;
}

.thumbnail 
{
    width: 40px;
    height: 54px;
}

.bodyDiv 
{
    float: right;
}

.horizon 
{
    top: 50%; 
    left: 0px;
    width: 100%;
    height: 5px;
    background-repeat: repeat-x;
    background-position: top;
    overflow: visible;
    visibility: visible;
    display: block;
}

/*- Menu --------------------------- */

#menu {
        width: 200px;
        margin: 10px;
        float: left;
        }

#menu li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 22px;
        text-decoration: none;
        }

#menu li a:link, #menu li a:visited {
        color: #666;
        display: block;
        background:  url(menu.gif);
        padding: 10px 0 0 35px;
        }

#menu li a:hover, #menu li #current {
        color: #000;
        background:  url(menu.gif) 0 -32px;
        padding: 10px 0 0 35px;
        }
