#fw-container table {
   font-family: Arial,Helvetica,Geneva;
   font-color: #CDB38B;
   font-size: 18;
   font-style: italic;
}

#fw-container td {
  text-align:left;
}

#content_menuframe {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 200;
  width: 99%;
  height: 180px;
}

#content_mainframe {
  position: absolute;
  left: 0px;
  top: 169px;
  z-index: 100;
  width: 99%;
  height: 79%;
}

#content_backgroundframe {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 99%;
  height: 99%;
}

html {
   margin: 0px;
   padding: 0px;
   font-family: arial,sans-serif;
}

a:visited {
   color: #000066;
   text-decoration: none;
}

a:link {
   color: #000066;
   text-decoration: none;
}

a:hover {
   color: #CD7F32;
/*   font-weight: bold; */
   text-decoration: underline overline;
}

/* IE6 fix */
.clears { 
   clear: both;
}


