.banner
{
	border: 1px solid #C0C0C0;
	width: 700px;
	height: 200px;
}
.col
{
	float: left;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border: 1px solid #C0C0C0;
	width: 215px;
	height: 140px;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #F5F5F5;
	text-align: center;
	padding: 5px;
	display: inline;
}
.byline
{
	text-align: center;
	margin-top: 10px;
	width: 700px; 
	color: #000000;
	font-size: 16px;
}
.packages
{
	width: 800px;
	height: 165px;
	clear: left;
}
