body {
  font-family: Trebuchet MS;
  font-size: 1em;
  background-image: url(../images/body_background.jpg);
}
#frame {
  width: 690px;
  margin-left: 50px;
  margin-top: 50px;
}
#page {
  background-color: black;
  color: white;
}
#top {
  background-color: black;
  color: white;
  width: 880px;
}
#logo {
  background-repeat: no-repeat;
  width: 190px;
  float: left;
  background-color: white;
  background-image: url(../images/phew.png);
  background-position: center top;
  height: 250px;
}
#leftcol {
  background-position: center top;
  background-repeat: no-repeat;
  float: left;
  min-height: 250px;
  width: 190px;
  background-color: white;
  margin-top: 203px;
}
#leftcol h1 {
  font-weight: bold;
  font-style: italic;
  font-family: Arial;
  font-size: 3em;
  color: #ff6900;
}
#Leftcol h2 {
  font-family: Arial;
  font-style: italic;
  font-size: 1em;
  color: #ff9900;
}
#menu1 {
  float: left;
  width: 180px;
  padding-top: 10px;
  margin-top: 230px;
}
#menu1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: Trebuchet MS;
  float: left;
  color: white;
  font-weight: normal;
  font-size: 1em;
}
#menu1 li {
  display: inline;
  background-color: black;
  float: left;
}
#menu1 a {
  border-bottom: 1px solid #eeeeee;
  display: block;
  float: left;
  color: black;
  background-color: black;
  padding-top: 5px;
  padding-left: 10px;
  width: 180px;
}
#menu1 a:link {
  float: left;
  text-decoration: none;
  color: white;
}
#menu1 a:visited {
  text-decoration: none;
  float: left;
  color: white;
}
#menu1 a:hover {
  color: black;
  float: left;
  background-color: #ff9900;
}
#content {
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
  min-height: 580px;
  margin-left: 210px;
  width: 670px;
}
#content h1 {
  background-color: white;
  color: #f36917;
  padding-left: 5px;
  font-family: Trebuchet MS;
  font-size: 1.3em;
  font-weight: normal;
}
#content h2 {
  color: white;
  padding-left: 5px;
  font-family: Trebuchet MS;
  background-color: black;
  font-size: 1.1em;
  font-weight: normal;
}
#buttom {
  text-align: center;
  width: 710px;
  color: white;
  font-family: Trebuchet MS;
  background-color: #f36917;
  padding-bottom: 5px;
  margin-left: 260px;
  font-size: 0.75em;
  clear: both;
}
