body {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-color: #010101;
	color: #3C3932;
	font-weight: normal;
}

#wrap {
	width: 1000px;
}
#footer {
	margin-bottom: 80px;
	text-align: center;
	color: #938E7B;
	text-decoration: none;
	font-size: 90%;
}
#footer a {
	color: #938E7B;
	text-decoration: none;
}

#content_wrap {
	float: left;
	width: 1000px;
	background-image: url(images/tile_main.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#content_wrap_sec {
	float: left;
	width: 1000px;
	background-image: url(images/tile_base.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#content_left {
	float: left;
}
#content_main {
	float: left;
	width: 721px;
}
#content_sec {
	float: left;
	width: 560px;
	padding-bottom: 30px;
}
.content_images {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.content_images_large {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
#content_copy {
	float: left;
	width: 211px;
	font-size: 95%;
}
#page_text { 
	background-color:#bcb6a6;
}

#calendar {
	text-align: center;
	background-image: url(images/calendar_slice.jpg);
	background-repeat: repeat-y;
	background-position: center top;

}
#calendarTile {
	background-image: url(images/calendar_slice.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
#calendarBase {
	background-image: url(images/calendar_base.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#calendarDates {


}
.inactive {
	height: 27px;
	width: 40px;
	background-color: #656052;
	text-align: center;
	color: #BCB6A6;
}
.active {
	height: 27px;
	width: 40px;
	background-color: #524E43;
	text-align: center;
	color: #BCB6A6;
}
.eventInfo {
	text-align: left;
}

#calendarHeader {

}

#content_right {
	float: right;
}
h1 {
	font-weight: bold;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}

.headline {
	font-weight: bold;
	font-size: 105%;
}
.headline_list {
	font-weight: bold;
	font-size: 105%;
	float: left;
	clear: right;
}
#content_main_columnOne {
	float: left;
	width: 360px;
}
.italicized_copy {
	font-style: italic;
}
#content_main_columnOne p {
	padding-right: 20px;
	padding-left: 70px;
}
#content_main_columnTwo {
	float: right;
	width: 361px;
}
#content_main_columnTwo p {
	padding-right: 70px;
	padding-left: 25px;
}
#title {
	margin-bottom: 10px;
}
.no_bullets {
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.list_right  {
	clear: right;
	padding-top: 2px;
	float: right;
}
a {
	color: #391810;
}

