  /*
*	This css file was created to help the unit pages on the UP website
*/

.main-section .info-left{
	float: left; 
	text-align: center; 
	width: 8%;
}
.main-section .info-right{
	width: 90%;
}
.main-section ul{
	margin-top: -20px;
}
.clear{
	content: "";
	display: table;
	clear:both;
}