@charset "UTF-8";
/* CSS Document */
#wrapper {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	height: 432px;
	width: 960px;
	background-color: #FFF;
}
#content {
	background-color: #FFF;
	width: 960px;
	height: 830px;
}
#leftcolumn {
	background-color: #FFF;
	width: 220px;
	margin-right: 10px;
	height: 800px;
	float: left;
	margin-top: 10px;
}
#box1 {
	height: 395px;
	width: 710px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #FFF;
	float: left;
	margin-right: 10px;
}
#box2 {
	height: 395px;
	width: 710px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #FFF;
	float: left;
	margin-right: 10px;
}
#box2header {
	background-color: #FFF;
	height: 40px;
	width: 710px;
	font-size: 30px;
	color: #30C;
	font-style: italic;
	font-weight: bold;
}
#column1 {
	background-color: #FFF;
	height: 355px;
	width: 170px;
	margin-right: 5px;
	float: left;
}
#column2 {
	background-color: #FFF;
	height: 355px;
	width: 170px;
	margin-right: 5px;
	float: left;
	margin-left: 5px;
}
#column3 {
	background-color: #FFF;
	height: 355px;
	width: 170px;
	margin-right: 5px;
	float: left;
	margin-left: 5px;
}
#column4 {
	background-color: #FFF;
	height: 355px;
	width: 170px;
	margin-left: 5px;
	float: left;
}
span.years {
	color:#F60;
	font-size:25px;
}