﻿div.event
{
	width:inherit;
	height:auto;
}


div.eventsBody
{
	width: inherit;
	margin: auto;
}

div.eventBody
{
	width: 750px;
}

/* Contains the image, the text and the header */
div.eventContainer
{
	width: 750px;
	margin-bottom:15px;
}

div.eventBodyText
{
	font:inherit;
	width: inherit;
	text-align:justify;
}

div.left
{
	float:left;
}

div.right
{
	float:right;
}

/* The div containing the image of the event */
div.eventImage
{
	width:100px;
	height:100px;
	float:inherit;
}

div.eventHeader
{
	float:inherit;
}

span.eventHeader
{
	font-size:large;
}

div.subEventTypes
{
	width:inherit;
	margin-bottom:20px;
	text-align:center;
}

span.subEventTypes
{
	font-size:larger;
	font-weight:bolder;
	text-align:center;
}