@charset 'utf-8';

/*event*/
section.event
{
	width:100%;
	position:relative;
}
section.event h1 {
	background:url('../../images/event_h1bar.png') no-repeat;
height:60px;
text-indent:-9999px;
margin-bottom:10px;
}
section.event h2
{
	background:#272727;
	padding:5px;
	color:#fafafa;
}
section.event .description
{
	padding:10px;
	white-space:normal;
}
section.event .division
{
	clear:both;
	margin:10px 5px;
}