body {
  margin: 0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  background-color: #fff;
}

h1 {
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  background-color: #DFDFDF;
  height: 37px;
  color: #1773AB;
  padding: 9px;
  font-size: 16px;
}

h3 {
  margin: 0;
  color: #1773AB;
  font-size: 12px;
  font-weight: bold;
}

a {
  font-weight: bold; 
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #074788;
  text-decoration: underline;
}

#page{
  position: absolute;
  height: 500px; 
  width: 700px;
  margin: -250px 0px 0px -350px;
  top: 50%; 
  left: 50%;
  overflow: auto;
}

#line {
  position: absolute;
  height: 500px;
  border-left: 1px solid #069B4A;
  left: 667px;
}

#photo {
  background-color: #1773AB;
  width: 200px;
  height: 410px;
  float: left;
}

#logo {
  display: block;
  float: left;
}

#content {
  padding: 18px 51px 18px 18px;
  width: 431px;
  height: 270px;
  float: right;
}

#footer {
  clear: both;
  border-top: 1px solid #069B4A;
  padding: 9px;
}

