body{
  margin: 0;
  background-color:#ffffcc;
  
  font-family: "Candara","Book Antiqua";
  font-size: 16px;
}
img{
  border: 0;
  margin: 0;
}

a{
  color: #cc0000;
  font-style: italic;
  text-decoration: none;
}
a:hover{
  color: #0000cc;
}

h1{
  font-style: italic;
  color: #cc0000;
}
h2{
  color: #cc0000;
  text-align: center;
}
h3{
  font-size: 14px;
  font-style: italic;
  color: #336699;
}
h4{
  color: #cc0000;
  font-size: 24px;
}

#frame{
  top: 0px;
  width: 800px;

  background-image:url('images/background_800.png');
  background-repeat: repeat-y;
}

#content{
  text-align: left;
  
  margin-left: 5px;
  margin-right: 3px;

  padding:0;
  border:0;
}
