/***************************************************************
 * HOME CONTENT
 */

.pamphlet-section {
	clear:both;
	margin-bottom:15px;
}

.pamphlet-section.even {
	background-color:#DEE6D2;
}

#content .pamphlet-section .info h2 {
	margin-top:0px;
	padding:0px 0px 5px 0px;
	color:#000;
}

.pamphlet-section .info{
	width:400px;
	float:left;
	margin-right:40px;
}


.pamphlet-section img.image{
	float:left;
	border:1px solid #000;
}


.top { 
  background: url(ne.gif) no-repeat top right; 
}
.top div { 
  font-size: 0;
  height: 10px; 
  background: url(nw.gif) no-repeat top left; 
}
.bottom { 
  background: url(se.gif) no-repeat bottom right; 
}
.bottom div { 
  font-size: 0;
  height: 10px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.section-content {
  padding: 0px 10px 0px 10px;
}


