/** home-page specific modifications to existing styles */
#spotlights {
  margin:8px 0 0 0;
  padding:0 0 0 0;
  width:100%;
  z-index:100;
  display:block;
  position:relative;
  float:left;
  clear:both;
	background:url(/images/framework/home_spotlights_bg_top.gif) top left no-repeat;
}

#content { 
	width:765px;
	float:left;
	margin:0 0 10px 0;
  padding:0 0 6px 0;
  background:url(/images/framework/home_spotlights_bg_bottom.gif) bottom left no-repeat;
}

#content .spotlight {
	display:block;
  float:left;
	width:172px;
	margin:0;
  padding:8px 6px 4px 13px;
}

#content .spotlight h2 {
  font-size:1.2em;
  font-weight:bold;
  margin:0;
  padding:0;
}

#content .spotlight p {
  margin:0;
  font-size:0.9em;
  padding:5px 0 2px 0;
}
