body
{
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  background: url('bg.gif') repeat-y #fff;
}

#header
{
  background: #006DAC;
  height: 166px;
  background: url('../images/filler.gif');
}

#header #headImg
{
  background: url('../images/header.gif');
  height: 166px;
  width: 800px;
}

#header #headLogo
{
  background: url('../images/logo.gif');
  width: 124px;
  height: 131px;
  position: absolute;
  top: 10px;
  right: 10px;
}

#header h1
{
  margin: 0px;
  color: #fff;
  font-size: 30px;
  padding: 50px 0px 0px 170px;
  display: none;
}

#nav
{
  width: 150px;
  background: #006DAC;
  position: absolute;
  left: 0px;
  top: 166px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

#nav li
{
  width: 100%;
  height: 30px;
  padding: 0px;
  margin: 0px;
}

#nav li a
{
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 7px 0px 7px 0px;
  text-decoration: none;
  width: 100%;
  padding-left: 3px;
}

#nav li a:hover
{
  color: #006DAC;
  background: #ffea00;
}

#content
{
  margin: 0px 10px  0px 160px;
}