/* styles for columns on pricing sheet */

h2  {
	top: 10px;
	}

#columnA  {
	width: 425px;
	float: right;
	margin-right: 20px;
	}

#columnA h2  {
	left: -5px;
	}

p  {	
	padding: 0px 20px 0px 0px;
	}

#columnB  {
	clear: both;
	width: 95%;
	position: relative;
	left: 20px;
	}

