﻿#ContentContainer {
	background-image:url('/images/bg_EventsPage.jpg');}
.Events {
	color:rgb(88,75,41);
	font-family:Arial;
	/*height:399px;*/
	width:456px;
	table-layout:fixed;
	position:relative;
	top:105px;
	left:308px;}
.Events tr {
	height:52px;}
.EventHeader {
	font-family:Arial;
	font-size:16pt;
	font-weight:bold;
	padding-right:5px;
	text-align:left;
	width:430px;}
.EventDesc {
	font-family:Arial;
	font-size:13pt;
	padding-right:5px;
	text-align:left;
	overflow:hidden;
	width:430px;}
.NoEvents {
	font-family:Arial;
	font-size:16pt;
	padding-right:5px;
	text-align:center;
	overflow:hidden;
	width:430px;}
