body {
  margin: 0;
  padding: 0;
  font: 95% arial, hevetica, sans-serif;
  text-align: left;
  color: #333;
  background: #fff;
  }

#container {
  margin: 1em auto;
  width: 100%;
  background-color: #EEE;
  background-image: url(http://gabe.helou.org/images/bg/black.png);
  background-repeat: repeat-y;
  }

#header {
  height: 88px;
  width: 100%;
  position: relative;
  text-align: left;
  color: #000;
  background: #AAA url(http://gabe.helou.org/images/bg/looking.png) no-repeat 0 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  }

#header h1 {
  position: absolute;
  left: 190px;
  top:  5px;
  }

#header h2 {
  position: absolute;
  left: 190px;
  top:  35px;
  }

#menu {
  float: left;
  width: 164px;
  text-align: right;
  color: #EEE;
  background: #000;
  padding-left: 3px;
  padding-right: 8px;
  }

#menu a {
  color: #EEE;
  }

#menu a:visited {
  color: #EEE;
  }

#menu p {
  margin-top: 0; 
  }

#contents {
  padding-top: 1em;
  margin: 0 2em 2em 200px;
  background: #EEE;
  }

#contents h1 {
  font: 150% times-roman, courier;
  color: #F22
  }

#contents h2 {
  font: 110% times-roman, courier;
  color: #F22
  }

#contents h3 {
  font: 90% times-roman, courier;
  color: #F22
  }

#contents p {
  margin-top: 0; 
  }

#photoblockl {
  float: left;
  margin: 1em 1em 1em 0; 
  padding: 10px;
  text-align: center;
  background: #CCC;
  }

#photoblockr {
  float: right;
  margin: 1em 0 1em 1em; 
  padding: 10px;
  text-align: center;
  background: #CCC;
  }

#footer {
  clear: both;
  text-align: right;
  padding: 2px;
  padding-right: 15px;
  color: #000;
  background: #AAA;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  }

img {
  border: 0;
  }
