.section.main {
	float: none;
	width: 100%;
}

#section-header {
	display: none;
}

.rotating-image {
	border: 1px solid #CCC;
	float: left;
	width: 314px;
}

.section.main {
	position: relative;
}

.main-image {
	float: left;
	margin-left: 4px;
	margin-top: -52px;
	width: 638px;
}

/* Ridiculous workaround for IE6 to get the top of the Flash movie to display */

* html .main-image {
	float: none;
	left: 1px;
	margin-top: 0;
	position: relative;
	top: -52px;
}

* html #content-bubbles {
	margin-top: -47px;
}

/* Done with workarounds */

.rotating-image img, .main-image img {
	float: left;
}

.section.main img {
	border: none;
	padding: 0;
}

#content {
	margin-top: 1em;
}

#content-bubbles {
	clear: both;
	margin-top: 2px;
}

.content-bubble {
	height: 235px;
	margin-right: 4px;
	position: relative;
}

.column.third {
	width: 297px;
}

.content-bubble.community-events {
	margin-right: 0;
}

.content-bubble h2, .content-bubble h3 {
	margin: 6px 0 0 18px;
	padding: 0;
}

.content-bubble h2 {
	 font-size: 160%;
}

.content-bubble h3 {
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4;
}

.content-bubble.charity-tour table {
	border-width: 0;
	top: 100px;
	font-size: 11px;
	left: 25px;
	position: absolute;
	width: 200px;
}

.content-bubble.charity-tour table th, .content-bubble.charity-tour table td {
	background-color: transparent;
	border-width: 0;
}

.content-bubble.charity-tour table th a:link, .content-bubble.charity-tour table th a:visited {
	color: #F5FD77;
}

.content-bubble.charity-tour table td {
	color: #FFF;
}

.content-bubble p {
	color: #FFF;
	font-size: 12px;
	margin-left: 17px;
	margin-top: 14px;
	/*width: 135px;*/
}
.restaurant-fundraising p{
	width:250px;
}
#national-partners-container {
	border: 1px solid #FFF;
	text-align: center;
}

#national-partners {
	background: transparent url(/_assets/images/national-partners.gif) top center no-repeat;
	display: table;
	margin: 1em auto;
	padding: 25px 0 0 0;
	text-align: center;
}

* html #national-partners {
	display: inline-block;
}

*+html #national-partners {
	display: inline-block;
}
#national-partners a {
	margin: .2em 0;
	padding: 0;
}

#footer {
	width: 100%;
}