@charset "utf-8";
/* CSS Document */


#column1 {
	float:left;
	width:250px;
	
}
#column2 {
	float:left;
	width:250px;	
}

#column3 {
	float:left;
	width:250px;
}
#column4 {
	float:left;
	clear:right;
	width:250px;
}
.testimonialboxes {
	width:217px; 
	margin:auto; 
	margin-top:0px; 
	margin-bottom:0px;
	background-color:#333; 
	padding:4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
}

.productboxes {
	width:217px; 
	margin:auto; 
	margin-top:0px; 
	margin-bottom:0px;
	padding:4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}
