#banner
{
	background-image: url('../images/bannerbg.jpg');
	height: 265px;
}

#banner p
{
	color: #33586f;
	font-size: 1em;
	padding: 130px 0 0 30px;
}

#left
{
	float: left;
	width: 310px;
	border-right: 1px dotted #91c1e0;
	margin-top: 15px;
	padding-right: 4px;
}

#middle
{
	float: left;
	width: 300px;
	border-right: 1px dotted #91c1e0;
	padding: 10px 15px 0 15px;
	margin-top: 15px;
}

#right
{
	float: left;
	width: 210px;
	margin-top: 15px;
	padding-left: 15px;
}