@charset "utf-8";
/* CSS Document */

.column-1 {
width: 170px;
margin-right: 20px;
float:left;
}
.column-2 {
width: 170px;
float:right;
}

.column-3 {
width: 170px;
float:right;
margin-right: 20px;
}
.hero-image {
width: 360px;
float:left;
margin-bottom:25px;
}
.hero-image-title {
	background-image:url(../images/background/hero-image-background.gif);
	width: 340px;
	float:right;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px;
}
