#content {
	width: 394px;
	height: 349px;
	margin-left: 150px;
	overflow: auto;
}
#adminContent {
	width: 639px;
	height: 349px;
	margin-left: 110px;
	overflow: auto;
}
a, a:visited {
	color: #BB7D52;
	text-decoration: underline;
}
a:hover {
	color: #BB7D52;
	text-decoration: none;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
}
.eventTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #6E2450;
	margin: 15px 0px 3px 0px;
}
.eventDate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #6E2450;
	margin: 0;
}
.eventVenue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #6E2450;
	margin: 1px 0px 3px 0px;
}
.eventDescription {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6E2450;
	margin: 0;
}
.eventLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	display: block;
	width: 350px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #6E2450;
	margin: 3px 0px 0px 0px;
}
.eventLinkBottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0px 20px 0px;
}

label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6E2450;
	display: block;
	margin: 5px 0px 0px 0px;
}
input.field, textarea.field {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 200px;
	border: 1px solid #6E2450;
	color: #000;
	background-color: #fff;
}
input.blogfield, textarea.blogfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 200px;
	border: 1px solid #6E2450;
	color: #000;
	background-color: #fff;
}
input.smallField {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 100px;
	border: 1px solid #6E2450;
	color: #000;
	background-color: #fff;
}
input.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #6E2450;
	color: #fff;
	background-color: #6E2450;
	margin-top: 5px;
}
textarea.longField {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 500px;
	border: 1px solid #6E2450;
	color: #000;
	background-color: #fff;
}
.littleText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #6E2450;
	margin: 0;
}

.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #6E2450;
	margin: 15px 0px 3px 0px;
}

.mainBody, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6E2450;
	margin-top: 10px;
	margin-bottom: 10px;
}
