@charset "utf-8";
#agenda_container {
	background-color: #040707;
	height: auto;
	width: 750px;
	overflow: auto;
	margin-bottom: 20px;
}
#agenda_container #title {
	height: 18px;
	width: 740px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 5px;
}
#agenda_container #flyer {
	height: auto;
	min-height: 150px;
	width: 150px;
	height: auto;
	border: 1px solid #CCC;
	margin: 10px;
	float: left;
	padding: 0px;
}
#agenda_container #content {
	height: auto;
	width: 430px;
	margin: 10px;
	float: left;
	color: #FFF;
}
#agenda_container #content p {
	color: #FFF;
}
#agenda_container #content a {
	color: #FFF;
}
#agenda_container #content a:hover {
	color: #FFF;
	text-decoration: underline;
}

