body {
	margin:0;
	background:#2e9dc9 url(../images/body.jpg) repeat-x left top;
	font-family: 'Open Sans', sans-serif;
}
div.perex {
	color:#fff;		
	padding: 0.5cm;
	margin-left: 1cm;
	margin-right: 1cm;
	background-color: 83a710;
	border-radius:2px;
}

div.crossroad p.title {
	font-weight: bold;
}
.header {
	text-align: center;
	height: 119px;
}
.header img {
	margin-top: 27px;
}

.content {
	margin:0 auto;
	width: 1000px;
}
.content h1 {
	font-size: 39px;
	font-weight: 100;
	color:#fff;
	margin-bottom: 0px;
}
.first-text {
	font-size: 21px;
	font-weight: 600;
	color:#fff;
	margin:0 0 20px;
}
.box {
	float: left;
	width: 320px;
	height: 300px;
	border-radius: 2px;	
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #83a70f; /* layer fill content */
	text-align: center;
	font-size: 18px;
}
.box:hover {
	box-shadow:0 6px 7px 0 #304876;
}
.box h2 {
	font-weight: 800;
	color: 	#394a00;
	margin: 15px 0 0;
}
.box p {
	color: 	#394a00;	
	font-size: 18px;
	font-weight: 100;
	margin:0 20px 5px;
}
.clear {
	clear: both;
}
.box.blue {
	background-color: #014965; /* layer fill content */
	margin: 0 20px;
}
.box.blue * {
	color:#fff;
}
.box h3 {
	margin:0 20px;
	border-bottom:1px solid #a2bd4b;
	text-transform: capitalize;
	text-align: left;
	padding-left: 36px;
	background: url(../images/circle.png) no-repeat left center;
	font-weight: 100;
	line-height: 33px;
}
.box.blue h3 {
	border-color: #41768c;
}
.box .ver {
	text-align: left;
	padding-left: 57px;
}
.box .ver a {
	color: #fff;
}
.box .ver.express {
	margin-bottom: 20px;
}
.date {
	text-align: right;
	color: #fff;
}