body {
	background-image: url(Untitled-1.jpg);
	background-repeat: repeat;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#header, #footer {
	background-image: url(images/stripe.jpg);
	background-repeat: repeat-x;
	height: 40px;
	margin-top: 20px;
	clear: both;
}
.flt-rt {
	float: right;
	margin-top: 50px;
}
.flt-lt {
	float: left;
}
#main {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#leftcolumn {
	float: left;
	width: 525px;
	clear: left;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
a {
	font-weight: bold;
	color: #671F1D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #D78A26;
}
#rightcolumn {
	float: right;
	width: 355px;
	clear: right;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#events {
	background-color: #B77E5B;
	border: 1px solid #FF9900;
	padding: 20px;
	min-height: 250px;
}
