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

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #94D2DA;
}
	.col1,
	.col2,
	.col3,
	.col4{
	float:left;
	position:relative;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	width: 184px;
	margin-top: 11px;
	background-image: url(../images/frontpage/box_top_cut.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: "Times New Roman", Times, serif;

	}
a {
	color: #000;
	text-decoration: none;
}

.col_top {

}
.col_bdy {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	margin: 2px;
	padding: 5px;
	height: 175px;
}
.col_top h6 {
	font-size: 11px;
	color: #FFF;
	margin-top: 11px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
}
.col_top img {
	padding: 2px;
}
.read_more {
	color: #900;
	text-align: right;
	float: right;
}


.col2,
	.col3,
	.col4{
	margin-left: 10px;		
	}

.col1{
	background-color: #96BDA2;
}
.col2{
	background-color: #B0A6C9;
}
.col3
{
	background-color: #498F99;
}
.col4{
	background-color: #B1C570;
}
