html, body, div, h1, h2, h3, p, address, img, ul, li, form, table, td, th {
  border: 0;
  margin: 0;
  padding: 0;
}
body {
  color: #000;
  background: #ccc;
  font-family: "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.3;
  padding: 5% 2% 60px 2%;
  text-align: center;
}
h1 {
  color: #fff;
  background: #960018;
  font-size: 24px;
  padding: 18px;
  text-align: center;
  text-transform: uppercase;
}

div#page {
  margin: 0 auto;
  text-align: left;
  width: 900px;
}
div#header {
  height: 55px;
  position: relative;
}
div#header a {
  color: #960018;
  background: transparent;
  font-weight: bold;
  text-decoration: none;
}
div#logo {
  position: absolute;
  left: 0;
  top: 0;
}
div#links {
  position: absolute;
  right: 2px;
  bottom: 14px;
}
div#keywords {
  color: #000;
  background: #fff;
  font-weight: bold;
  height: 32px;
  padding: 20px;
  padding-right: 30px;
}
div#main {
  color: #000;
  background: #fff;
  height: 365px;
  padding: 20px;
}
div#photo {
  background: #fff url('../images/bg_photo.gif') no-repeat;
  float: left;
  padding: 10px;
  height: 309px;
  width: 215px;
}
div#menu {
  float: right;
  width: 120px;
}
div#menu ul {
  list-style-type: none;
}
div#menu li {
  height: 23px;
  margin-bottom: 9px;
}
iframe#content {
  border: 0;
  border-color: #fff;
  border: 0px solid #fff;
  height: 320px;
  margin-left: 30px;
  width: 450px;
}

div#footer {
  color: #333;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
div#footer a {
  color: #333;
  background: transparent;
  margin: 0 5px;
  text-decoration: none;
}
