
body
{
  background-color: #feffa6;
}

div
{
  font-family: Comic Sans MS, Arial, Verdana;
}

#frame
{
  position: absolute;
  width: 640px;
  left: 50%;
  margin-left: -320px;
  top: 0px;
}

#header
{
  border: none;
  width: 639px;
  height: 267px;
}

#cartoon
{
  position: absolute;
  top: 300px;
  left: 0px;
  width: 640px;
  height: 358px;
}

#footer
{
  position: absolute;
  top: 750px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 11px;
  text-decoration: none;
  color: black;
}

#navigation
{
  position: absolute;
  top: 680px;
  width: 100%;
  left: 0px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

#navigation a
{
  color: black;
  text-decoration: underline;
}

#navigation a:hover
{
  text-decoration: none;
}

.gray
{ 
  color: #666666; 
}

#footer a
{
  font-weight: bold;
  color: black;
  text-decoration: underline;
}

#footer a:hover
{
  text-decoration: none;
}

#global_footer
{
  position: absolute;
  top: 800px;
  left: 0px;
  width: 100%;
  width: 100%;
  text-align: center;
}
