#content img {
	box-shadow: 3px 3px 5px #96733B;
	-moz-box-shadow: 3px 3px 5px #96733B;
	-webkit-box-shadow: 3px 3px 5px #96733B;
	}
h2 {
	font: bold 160% georgia, "times new roman", times, serif;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	}
h3 {
	font: bold 100% verdana, arial, helvetica, sans-serif;
	margin: 10px 0;
	clear: left;
	}
p {
	margin: 5px 0;
	}
/*****************************/
img#participants {
	float: right;
	margin: 10px;
	}
.prizeWinners {
	margin: 10px 0 0;
	}
.prizeWinners li {
	margin: 0 10px;
	padding-bottom: 20px;
	float: left;
	width: 27%;
	text-align: center;
	}
#sponsorSupport {
	text-align: center;
	padding-top: 30px;
	font-size: 90%;
	clear: left;
	}
/**************************************/
img#depot {
	display: block;
	margin: 20px auto 40px;
	}
.map {
	display: block;
	position: relative;
	margin: 5px auto;
	width: 597px;
	height: 400px;
	border: none;
	box-shadow: 3px 3px 5px #96733B;
	-moz-box-shadow: 3px 3px 5px #96733B;
	-webkit-box-shadow: 3px 3px 5px #96733B;
	}
#directions p {
	text-align: center;
	}
	#directions p.directions-text {
		text-align: left;
		text-indent: 2em;
		}
	#directions p.caption {
		clear: left;
		}
#sidebar p {
	text-align: left;
	}
#sidebar {
	float: right;
	width: 11em;
	_width: 10em;
	}
/*************************************/
@media print {
	#content {
		margin-left: 0;
		}
	#content img {
		display: block;
		}
	.prizeWinners li {
		_margin: 0 5px;
		}
	}
