/**
 * Global
 **/
body {
   background:#f8e000 url("../img/bkg.gif") repeat left top;
}

/**
 * Frame
 **/
#frame {
   border: 1px solid #fdcd25;
   width: 760px;
   background:#fff url("../img/diag.gif") repeat left top;
}

/**
 * Header
 **/
#header {
   text-align: center;
   height: 132px;
   background: #fff;
}
#header #pix {
   background: #fff url("../img/header/random.php") no-repeat top left;
}

#fontsize {
   float: right;
}

/**
 * Navigation Menu
 **/
#nav {
   vertical-align: top;
   width: 200px;
   list-style: none;
   border: none;
   margin: 0px;
   padding: 0px;
}
   #nav ul.navlist1 {
      list-style-type: none;
      margin-left: 0px;
      padding-left: 0px;
   }
   #nav ul.navlist2 {
      list-style-type: none;
      margin-left: 0px;
      padding-left: 20px;
   }
   #nav ul.navlist1 {
      margin-top: 20px;
   }
   #nav li {
      text-decoration: none;
      font-weight: bolder;
   }
   #nav a {
      display: block;
      text-decoration: none;
      padding: 5px 0px 5px 8px;
   }
   #nav a, #nav a:visited {
      text-decoration: none;
      color: #000;
   }
   #nav a:hover, #nav a.current:hover {
      text-decoration: underline;
      background-color: #fdcd25;
      color: #000;
   }
   #nav a.current {
      background-color: #fdcd25;
      color: #000;
   }
