/*** Modifications to exsisting styles from common.css ***/
ul{
	width: 130px;
}
h3{
	width: 96%; 
	text-align: center;
}
#leftColumn h3{
	margin-bottom: 0px;
}
/******************** Special Classes ********************/
div.row{
	background:  url(../images/package_bg.gif);
	height: 215px;
	width: 440px;
	padding-top: 10px;
	margin-bottom: 20px;
}
div.leftBox {
	clear: left;
	float: left;
	width: 185px;
	padding-left: 35px;
}

div.rightBox{
	clear: right;
	float: right;
	width: 185px;
	padding-left: 35px;
}

img.orderButton{
	margin-left: 35px;
	border: none;
}