#layout,
#content {
	position: relative;
	width: 100%;
}

#main_content {
	margin: 0 -100px 0 10em;
	min-width: 635px;
	position: relative;
	width: 60%;
}

/**
 * Events
 */
#content .events {
	position: relative;
}

#content .events .image {
	margin: 1.5em 0 3em -40px;
	max-width: 870px;
	min-width: 690px;
	position: relative;
}

#content .events .image .description {
	background: #fff;
	padding: 10px;
	position: absolute;
	right: -10px;
	top: 1.5em;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.923em;
	font-style: normal;
}

#content .events .image .notice {
	background: #fff;
	color: #808080;
	font: italic .923em Georgia, serif;
	padding: 10px;
	position: absolute;
	right: -10px;
	top: 1.5em;
	width: 300px;
}

