body { 
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  color: #656565;
  background: #d2d2d2;
}

#main {
  width: 850px;
  height: 100%;
  margin-top: 50px;
  text-align: left;
}

#logo {
  height: 62px;
  text-align: center;
  vertical-align: top;
}

#content { 
  padding-top: 15px;
  border-top: solid 1px #424242; border-bottom: solid 1px #424242;}
#content h1 { font-size: 14px; font-weight: normal; margin-bottom: 12px; color: #424242; }
a { color: #656565; text-decoration: none; }
a hover { color: #656565; text-decoration: underline; }

#text { display: block; float: left; width: 410px; padding-right: 15px; }
*html #text { width: 425px; }
#images {display: block; float: left; width: 425px; }

#images img { float: left; margin: 0 0 15px 0;}

#footer td { padding-top: 10px; font-size: 11px; }
