body {
  
  background-color: #f1e4c8;
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0 0 50px;
  
   min-height:700px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}
h1 {
  font-size: 16px;
  color: #000000;
  font-variant: small-caps;
  text-align: center;
}

h2 {
  font-size: 16px;
  color: #c43807;
  font-variant: small-caps;
  text-align: center;
}


p {
  color: #000000;
  font-size: 12px;
}
a:link, a:visited {
   
  text-decoration: none;
  color: #000000;
  
}
a:active, a:hover {
    text-decoration: none;
  color: #000000;
  font-weight:bold;
}

#header {
  width: 100%;
  height: 122px;
  background-image: url(images/header.png);
  background-repeat: no-repeat;
  margin-left:50px;
  margin-bottom:15px;

}
#menu {
  
  margin:10 0 0 0px;
 
  }

#content {
  margin: 5px 20px;
  overflow: scroll;
  border-top: 3px solid #c43807;
  width: 500px;
  height: 500px;
}



