#main {
	border: 0;
	padding-left: 0;
	padding-right: 0;
	width: 744px;
}

.warning {
	font-weight: normal;
	background-color: #5e3930;
	border: 2px ridge white;
	width: 740px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

table {
	border: 2px ridge white;
	border-collapse: separate;
	border-spacing: 0;
	padding: 0;
	text-align: center;
	width: 744px;
	vertical-align: bottom;
}

th {
	background-color: #672614;
	background-image: url(../images/table_background_picture_2.jpg);
	height: 40px;
	font-size: 1.2em;
}

td {
	border: 1px ridge white;
	border-left: 0;
	background-color: #5e3930;
}

.event_date {
	width: 110px;
	font-size: 0.8em;
}

.event_type {
	width: 77px;
}

.event_description {
	text-align: justify;
	width: 415px;
}

.smaller_text {
	font-style: italic;
}

.event_status {
	width: 70px;
}

.event_link {
	border-right: 0;
	width: 22px;
}

#footer {
	background-image: url(../events/header.jpg);
	background-position: 0 -45px;
}
