#top-wrap{
  width: 90%;
  overflow:hidden;
}

#top-h1{
  background: url('headline-bg.gif') repeat-x;
  text-align:left;
}

#top-con{
  background: url('garde_bg.gif') repeat;
  border-radius:25px;
  padding:25px 25px 0;
  margin-top:5px;
}

#top-left{
  float:left;
}

#top-right{
  padding-top:50px;
  float:right;
  width:75%;
}


@media (min-width: 100px) and (max-width: 730px) {

#top-con{
padding-top:0;
}

#top-right{
  float:none;
  width:100%;
  padding:0 auto 50px;
}

#top-left {
  float:none;
  margin:50px auto  20px 10%;

}

#top-left .comment{
  font-size:13pt;
}

#top-left .comment td{
  padding: 8px 15px;
  white-space:nowrap;
}

#top-left .subtitle{
  font-size:16pt;
}

}
