body {
	background-image: url(images/left_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 14px;
	font-family: Verdana, Trebuchet, Helvetica, Arial, sans-serif;
}

#mainContent {
	float: left;
	overflow: auto;
	width: 50%;
	margin-top: 15px;
	margin-left: 10px;
}

#mainContent2 {
	float: left;
	border: 1px solid #999999;
	overflow: auto;
	height: 500px;
	height: 800px;
	width: 50%;
	margin-top: 15px;
	margin-left: 10px;
}

#mainContentFull {
	float: left;
	width: 70%;
	overflow: auto;
	margin-top: 15px;
	margin-left: 10px;
}

#leftNavContainer{
	float: left;
}

#contentContainer {
	float: left;
	width: 100%;
}

#rightContainer{
	margin-top: 120px;
	clear: none;
	float: right;
	width: 150px;
	background-color: #E9E0EA;
	font-size: 12px;
	margin-right: 13px;
}

#rightContainer span{
	display: block;
	background-color: #9368A1;
	color: #FFF;
	padding: 2px;
}

#rightContainer p{
	padding: 3px;
	margin: 0px;
	border: 0px;
}

#rightContainer strong{
	color: #9368A1;
}

#thumbnailsGallery {
	float: left;
}

#mainPhoto {
	float: left;
	height: 460px;
	width: 450px;
	margin-left: 15px;
}

div.infoContainer {
	padding: 2px;
}

span.eventName {
	font-weight: bold;
	color: #cc6699;
	display: inline-block;
	width: 30%;
	margin-right: 10px;
	padding: 2px;
}

span.eventDate {
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}

div.eventDescription {
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}


