div.event_container
{
	border: thin solid;
	margin: 40px;
	padding: 30px;
	background-color: #FEFEFE;
	box-shadow: 2px 2px 10px;
}
h1.event
{
	font-weight: bold;
	color: red;
}

div.event { width: 100%;}
