/* CSS Document */

div.center{
  margin: 0px auto;
  font: normal 11px/25px arial;
  color: #323333;
  text-align: left;
}
div.center h2.ctitle{
  display: block;
  clear: both;
  float: none;
  color: #03839D;
  font: bold 14px/30px arial;
  height: 30px;
  text-align: left;
  margin: 0 auto;
  width: 500px;
  padding: 10px 0;
}
div.center img{
  float: left;
  padding: 0 0 0 10px;
  margin: 0px 20px 10px 0px;
  border: none;
  height: 115px;
  width: 250px;
}
