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


.management {
	float: left;
	padding: 0px 10px 20px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	color: #000000;
	width: 220px;
	background-image: url(../../images/yellowgrad.png);
	background-repeat: repeat;
}
.management h1 {
	text-align: center;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 20px;
}
.management h2 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
}
.management h3 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	font-weight: lighter;
}
.history {
	padding: 1em 1em 2em 1em;
	padding: 0 20px 20px;
	width: 440px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	list-style-type: none;
	color: #000000;
	float: left;
	margin: 0px 0px 0px 10px;
	background-image: url(../../images/redGrad.png);
	background-repeat: repeat;
}
.history img {
	margin: 0px 30px;
}
