body{
  background-image: url(../img/bckgrnd01.jpg);
  background-color: #000000;
  background-repeat: no-repeat;
  font-family: Verdana, Helvetica, Arial, san-serif ; 
  font-size: 10px; 
  font-weight: normal;
  color: white; 
  line-height : 14px;
}

#menu1{
  background-image: url(../img/m_button.jpg);
  position:absolute;
  width:590px;  
  height:25px; 
  z-index:1; 
  left: 307px; 
  top: 110px; 
}

#content1{
  position:absolute; 
  width:590px; 
  height:153px; 
  z-index:2; 
  left: 308px; 
  top: 180px;
}
/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, SELECT { font-family: verdana,arial,helvetica,sans-serif; }
PRE { font-family: verdana, arial, helvetica, sans-serif; }
A  { color: yellow; text-decoration: none;}
A:hover { color: yellow; text-decoration: underline;}

FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 11px; }
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }

/******************/
/* Headers, plain */
/******************/
H1 { font-size: 14px; text-decoration: underline; }
H2 { font-size: 11px; font-weight: bold;  }
H1, H2, H3, H4, H5{ margin: 0px 0px 0px 0px; margin-top: 10px; margin-bottom: 1px; }
H1.csc-firstHeader, H2.csc-firstHeader{ margin-top: 0px; }



