@charset "UTF-8";

.home #content {
	float: none;
	width: 960px;
}

.home #header {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 80px;
}
.home #logo {
	margin-bottom: 60px;
}
.home #content {
	text-align: center;
}

#content .section {
	margin-bottom: 10px;
}

.home #content .infoContainer {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
.home #content .infoContainer .title {
	border: 5px solid #3a5f8b;
	background-color: #4f81bd;
	color: #fff;
	font-size: 20px;
	padding: 15px 20px;
	margin: 0px;
}
.home #content .infoContainer .content {
	margin: 0px;
	border: 2px solid #d9d9d9;
	border-top: 0px solid #d9d9d9;
	padding: 15px 25px;
}

.home #content .infoContainer ul {
	margin-bottom: 0px;
}
