@import url(base.css);


#left
{
	display: none;
}

#right
{
	display: none;
}

img.heading
{
	display: none;
}

#middle hr 
{
  height: 1px;
  width: 80%; 
  text-align: center; 
  color: #C3C3C3;
  background-color: white;
  margin: 15px auto 15px auto;
 }
 
#middle p.read_more
{
	display: none;
}

/* BUG: This container is needed because IE has a problem drawing bullets "outside". The padding takes care of this. */
#news_list
{
	display: none;
}

#middle img.ad
{
	display: none;
}
