


h1, h2, h3, h4, h5 {
	font-family: helvetica, arial, sans;
}

h1 {
	font-size: 5px;
	color: #333;
	font-weight: bold;
	width: 200px;
	height: 130px;
}

h1 span {
	position: absolute;
	width: 200px;
	height: 130px;
	background-image: url(../images/city_logo.jpg);
	background-repeat: no-repeat;
}

h2 {
	font-size: 40px;
	color: #CCC;
	font-weight: bold;
}

#logo_container {
	position: relative;
	float: left;
	width: 200px;
	margin: 70px auto auto 50px;
}

#blurb_container {
	position: relative;
	float: left;
	width: 400px;
	margin: 68px auto auto 15px;
}

