#page { background-color: #d1d1d1; width: 1200px; margin: 0 auto; }
#page p { background-color: white; margin-bottom: 12px
 }
#page .subheader { background-color: white; margin: 5px 0 5px 0
 }
#page .title { font-weight: bold
; background-color: white; }
#page .large { font-size: 16px
; background-color: white; }
#page h2 {
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: bold
}
#page h4 {
	margin-top: 0;
	margin-bottom: .5em
}
#page .date {
	font-weight: bold;
}
#page .red {
	color: red;
	font-weight: bold
}
#page div.clearleft {
	clear: both;
	float: left
}
#page div.left {
	float: left;
	width: 50%
}
#page div.right {
	float: right;
	width: 50%
}
#page #events {
	margin: 0 auto;
	width: 1200px
}
#page .event_box {
	float: left;
	width: 320px;
	margin: 5px;
	padding: 8px;
	min-height: 180px;
	background: #D9E7DD
}
#page .event_box p {
	text-align: justify
}

#directions_form {
	margin-bottom: 10px;
}
#directions_form input[type="text"] {
	border: 1px solid #000;
	font-size: 14px;
	color: #000
}