html, body {
	color: #333;
	font: 13px/19px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: #fff;

}

#container {
	width: 600px;
	height: auto;
	min-height: 400px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#events {
	width: 460px;
	height: auto;
	min-height: 390px;
	text-align: left;
	float: left;
	display: inline;
	background-color: #fff;
}



#events h1, #bookintro h1, #contact h1, #inthenews h1, #video h1, #quotes h1, #interview h1, #inthenews h1 {
	font-size: 18px;
	font-weight: normal;
	color: #990033;
	margin: 25px 25px 15px 25px;
}

.eventstable {
	margin: 0px 25px 0px 25px;
	font: 12px/18px Arial, Helvetica, Verdana, "Sans Serif";
}

.row1 {
	background-color: #dde8ff;
}

.row2 {
	background-color: #e9f1f9;
}

.eventcell {
	padding: 10px;	
}



#events a:link, #events a:visited, #events a:active  {
	text-decoration: none;	
	color: #3e6098;
}

#events a:hover, #events a:visited:hover {
	text-decoration: none;	
	color: #333;
}

#events td.schedulelink {
	font: bold 12px/18px Arial, Helvetica, Verdana, "Sans Serif";
	margin: 0 0 35px 0px;
}



#events td.schedulelink a:link {
	text-decoration: none;	
	color: #333;
}

#events td.schedulelink a:hover {
	text-decoration: none;	
	color: #3e6098;
}

#events td.schedulelink a:active {
	text-decoration: none;	
	color: #333;
}

#events td.schedulelink a:visited {
	text-decoration: none;	
	color: #333;
}

#events td.schedulelink a:visited:hover {
	text-decoration: none;	
	color: #3e6098;
}