div#right_sidebar { 
display:none;
}
div#content {
width:550px;
}
#contents_page {
padding-right: 10px;
}

#contents_page ul#lead_articles {
margin-top: 10px;
}

#contents_page ul#lead_articles li {
border-bottom: 1px solid black;
padding: 10px 10px 0 10px;
}


#contents_page ul#lead_articles li.odd {
border-right: 1px dashed #777;
}

#contents_page ul#lead_articles li.even {
border-left: 1px dashed #777;
background-color: #eee;
}


#contents_page ul#lead_articles li.first {
}
#contents_page ul#lead_articles li hr {
width: 80%;
height: 1px;
border: 0;
clear: both;
color: none;
background-color:none;
margin: 15px 50px;
}
#contents_page ul#lead_articles li .summary {
  width:410px;
}
#contents_page ul#lead_articles li.first .summary {
  width: 310px;
}
#contents_page h2.title {
  margin: 0px 0px 0px 10px;
  width: 100%;
}

