
body#index #flashintro {
  margin: 0;
  padding: 0;
  float: left;
}

body#index #bodytext {
  padding: 1em;
  margin: 0 0 0 360px;
}

body#index #main {
  background: white url(/images/stripes-right-360.png) repeat-y;
  margin: 0;
  padding: 0;
}
/* IE win hack \*/
* html body#index #main { height: 290px; }
* html body#index #content { height: 1%; }
/* */

body#index #main p {
  margin-top: 0;
  min-height: 0;
}

body#index #attorneys {
  clear: both;
  padding: 1em;
  border-top: 2px solid #036;
  background: #ccc;
}
body#index #attorneys {
  text-align: center;
}
body#index #attorneys blockquote {
  margin-bottom: 0;
}
body#index #attorneys img {
  margin: 2px;
  border: 1px solid #036;
}
body#index #attorneys a:hover img {
  margin: 0;
  border: 3px solid #036;
}

body#index #attorneys :link, body#index #attorneys :visited { border-bottom: none; }
