/**
*	file:  suppliedlife.css
*	styles particular to the suppliedlife
**/


#suppliedlife {
	/*background-color: #DFC580;  Gold color */
	margin:10px;
	padding:7px;
}

#suppliedlife h2 {
	margin:10px;
	text-align:center;
}

#suppliedlife p {
	margin: 10px 20px;
	text-align: justify;
	height: 100%;
	/*background-color: #DFC580;*/
}

hr{
  border: 0;
  width: 80%;
	color: #623322;
	text-align:center
}

