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

#nycMarathon {
	text-align: left;
	width: 500px;
	float: left;
}
#nycMarathon p {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 5px 0px 0px;
}
div.footer_wrapper {
		float: none;
}
#nycMarathon h2 {
	font: 16px Verdana, Geneva, sans-serif;
	color: #425BAB;
	margin: 0px;
	padding: 0px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

