#main #header{	
  height:     167px;
}

#main #navigation {
  margin-top: -40px;
}

#main #content {
  padding:    13px 0px 0px 15px;
}

#content .newsUl  {
  margin-bottom: 10px !important;
  overflow: hidden;
}

#content .newsUl li {
  background: none !important;
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
  float: left;
/*  border: red solid 1px;*/
}

#content .newsUl .newsUlImage {
  width: 258px;
  margin-right: 20px !important;
  height: 189px;
}

.newsUl .newsUlContent {
  width: 258px;
  height: 124px;
}

.newsUl .newsUlHeadline {
  width: 520px;
  height: 30px;
}


#content .newsHr {
  border: 0px;
  border-top: 1px dotted #c8c8c8;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 520px;
  text-align: left;
}

#content .newsH2 {
  
  background: none;
  margin: 0px;
  padding: 0px;
}



#content .newsP {
  margin-right: 20px;
}

.cls {
  clear: both;
}

