
strong {
	font-weight: bold;
}


#header {
	background-image: none;
	padding: 20px 25px;
}

.content {
	background-image: none;
}

#springInfo {
	margin: 50px;
	text-align: center;
}




.archive {
	width: 900px;
	margin: 100px auto 50px;
	padding: 0;
}
	.archive h2 {
		margin-bottom: 13px;
		font-weight: bold;
		font-size: 14px;
		color: #4D4D4D;
	}

.archive li {
	float: left;
	width: 450px;
	height: auto;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1.5em;
}
	.archive li img {
		float: left;
		padding-right: 5px;
	}


#date {
	text-align: center;
}


#techoPage {
	width: 900px;
	margin: 25px auto;
}
	#techoPage .button {
		padding-right: 10px;
	}
	#techoPage li {
		letter-spacing: 0;
		line-height: 17px;
	}

#footer,
#footerNav {
	background-image: none;
}

#footer {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#footerNav {
	padding-left: 0;
	padding-right: 0;
}
	#footerNav ul {
		width: 100%;
	}
	
	#footerNav #copyright {
		float:right;
		height: 30px;
		margin: 0;
		padding: 0;
	}




