@CHARSET "UTF-8";



html, body
{
  width: 100%;
  height: 100%;
}

body
{
  text-align: center;
  background-color: #fff7e2;
  font: normal normal 0px sans-serif;
}

div#centerArea
{
  position: relative;  
  width: 980px;
  margin: 0px auto;
  text-align: left;
}


div#headerArea
{
  position: relative;
  width: 980px;
  height: 80px;
  background: url(graphics/headerLogo.jpg) no-repeat;
}

div#menuArea
{
  position: relative;
  width: 100%;
  height: 20px;	
  font: normal normal small sans-serif;
}

div#mainArea
{
  position: relative;
  width: 980px;
  font: normal normal small sans-serif;
  text-align: left;
}

