#body_center h2
{
  display:             block;
  width:               500px;
  font-size:           18px;
  color:               #817f80;
  padding:             20px 20px 5px 20px;
  margin:              0px 0px 0px 0px;
  background:          #f2f2f2 url(/img/layout/bg_body_p_top.gif) no-repeat top left;
  float:               left;
}

#body_center p
{
  display:             block;
  width:               500px;
  margin:              0px 0px 5px 0px;
  padding:             10px 20px 20px 20px;
  background:          #f2f2f2 url(/img/layout/bg_body_p_bottom.gif) no-repeat bottom;
  clear:               both;
  list-style-position: inline;
  list-style-image:    url('/img/layout/bg_body_left_a.gif');
}

#body_center ul
{
  display:             block;
  width:               500px;
  margin:              0px 0px 5px 0px;
  padding:             10px 20px 20px 20px;
  background:          #f2f2f2 url(/img/layout/bg_body_p_bottom.gif) no-repeat bottom;
  clear:               both;
  list-style-position: inline;
  list-style-image:    url('/img/layout/bg_body_left_a.gif');
}

#body_center ul li 
{
  margin-bottom:       10px;
}

#body_center .floatleft 
{
  display:             block;
  float:               left;
  width:               164px;
  margin:              0px 20px 0px 0px;
  border:              none;
}

#body_center .clear
{
  clear:               both;
  height:              1px;
}

