body {
	background: #f1edd4 url(images/wrapper.jpg) top center repeat-y;
	font: 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}
	
	img { border: 0; }
	.clearfix { overflow: hidden; width: 100%; }
	
	#wrapper {
		width: 866px;
		margin: 5px auto;
	}
	
	#top { background: #c39257; }
	#top img { display: block; }
	#top ul.image_menu { list-style: none; padding: 0; margin: 0; }
	#top ul.image_menu li { float: left; } 
	
	#container { margin-top: 5px; }
	
	#sidebar {
		width: 230px;
		float: left;
		background: #e0e0e0;
		padding-bottom: 20000px;
		margin-bottom: -20000px;
	}
	
	#content {
		width: 630px;
		float: right;
		background: #e0e0e0;
		padding-bottom: 20000px;
		margin-bottom: -20000px;
	}
	
	div.inner { padding: 10px; }
	
	span.page_title {
		display: block;
		padding: 10px;
		background: #e0e0e0 url(images/line.jpg) left bottom repeat-x;
		font-size: 13px;
		font-weight: bold;
		color: #777;
		margin-bottom: 1px;
	}
	
	#footer {
		background: #cd9f61;
		padding: 5px;
		text-align: center;
		color: #fff;
		margin-top: 5px;
	}
	
	h1, h2 {
		font-size: 21px;
		color: #000;
		margin: 0;
		padding: 10px 0;
	}
	h2 { font-size: 17px; }

ul.submenu, ul.calendar_event_overview {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.submenu li {
	border-bottom: 1px solid #fff;
	padding: 10px 0;
font-size: 13px;
font-weight: bold;
}
ul.submenu li ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 5px 10px;
}
ul.submenu li ul li {
	border-bottom: 0;
	padding: 3px 0;
	font-size: 10px;
	font-weight: normal;
}


ul.calendar_event_overview li { margin: 10px 0; }
ul.calendar_event_overview li span.date { font-size: 12px; display: block; font-weight: bold; }
ul.calendar_event_overview li span.breaker { display: none; }
	
	a:link, a:visited {
		text-decoration: none;
		color: #993300;
	}
	a:hover {
		text-decoration: underline;
		color: #CC6600;
	}

.entry_info span.time{
	padding-left: 0.5em;
}
	
