body {
  margin: 0px;
  padding: 0px;
  background: #F6F6F7;
}

#container {
  width: 800px;
  background: #ffffff;
  align: center;
}

#header {
  background: #ffffff;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

#leftcol {
  background: #ffffff;
  float: left;
  text-align: left;
  width: 20%;
  padding-left: 8px;
}

#contentindex {
  background: #f6f6f7 url('../image/background_index.gif') no-repeat;
  float: left;
  width: 800px;
  text-align: left;
}

#contentlinks {
  background: #f6f6f7 url('../image/background_links.gif') no-repeat;
  float: left;
  width: 800px;
  text-align: left;
}

#contentatty {
  background: #f6f6f7 url('../image/background_about.gif') no-repeat;
  float: left;
  width: 800px;
  text-align: left;
}

#contentalex {
  background: #f6f6f7 url('../image/background_alex.gif') no-repeat;
  float: left;
  width: 800px;
  text-align: left;
}

#contentblair {
  background: #f6f6f7 url('../image/background_blair.gif') no-repeat;
  float: left;
  width: 800px;
  text-align: left;
}

#contentfrank {
  background: #f6f6f7 url('../image/background_frank.gif') no-repeat;
  float: left;
  width: 800px;
  text-align: left;
}

#contentmichael {
  background: #f6f6f7 url('../image/background_michael.gif') no-repeat;
  float: left;
  width: 800px;
  text-align: left;
}

#contentcontact {
  background: #f6f6f7 url('../image/background_contact.gif') no-repeat;
  float: left;
  width: 800px;
  text-align: left;
}

#contentpractice {
  background: #f6f6f7 url('../image/background_practice.gif') no-repeat;
  float: left;
  width: 800px;
  text-align: left;
}

#contentreported {
  background: #f6f6f7 url('../image/background_reported.gif') no-repeat;
  float: left;
  width: 800px;
  text-align: left;
}

#footer {
  background: #FFFFFF;
  clear: both;
  width: 100%;
}