body{
  /*border: 6px outset blue ;*/
}

#container_home{
    min-width:1108px;
}
#container{
    min-width:950px;
}

#left {
  float: left;

}
#right {
  text-align: center;
  float: left;
  width: 150px;
}
#center{
  margin-left: 40px;
  margin-right: 20px;
  float: left;
  width: 590px;
}
#content{
  font-family: verdana,arial,helvetica;
  font-size: 10pt;
  text-align: left;
  clear: left;
  width: 570px;
}

#header{
  text-align: center;
  width: 570px;
}
#footer{
  clear: left;
  width: 570px;
}
  #center_home{
      float:left;
      width:740px;
      margin-left:20px;
      margin-right:20px;   
  }
  #header_home{
   text-align:center;
   width:740px;   
  } 
  #content_home
  {
    clear:left;
    font-family:verdana,arial,helvetica;
    font-size:10pt;
    text-align:left;
    width:740px;    
  }
  
  /* JPA / Dec 2009 */
  .break {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
  }

/*merchants page */
#m_page_center_under{
     float:left;
     width:100%;
} 



