body {
  margin-left: auto;
  margin-right: auto;
  background: #ffffff none repeat scroll 0%;
}
#header {
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  background-image: url(Images/banner.png);
  width: 900px;
  height: 120px;

}
#menu {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 0 0px;
  width: 850px;
  height: 45px;
  font-size: 12px;
  color: #aa0000;
  font-family: sans-serif;
  background-image: url(Images/menu.png);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center; /*center in IE */
}
a:link, a:visited, a:active {
  text-decoration: none;
  color: #aa0000;
}
a:hover {
  color: #808080;
  text-decoration: none;
  text-align: justify;
}
h1 {
  margin: 0px;
  padding: 20px 10px;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
}
h2 {
  margin: 0px;
  padding: 20px 10px;
  color: #808080;
  font-size: 11px;
  font-family: helvetica, arial; 
  font-weight: normal;
}
h3 {
  margin: 0px;
  padding: 20px 10px;
  color: #808080;
  font-size: 14px;
  font-family: helvetica, arial; 
  font-weight: bold;
}
#stuff {
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  text-align: justify;
  width: 850px;
  height: 100%;
}
#bottom {
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  background-image: url(Images/bottom.png);
  width: 900px;
  height: 60px;
  background-repeat: no-repeat;

}
