body {
	background-color: #0649c3;
	font-family: arial,verdana,helvetica;
	color: white;
}

div#parent {
	margin: 10px 40px;
	background-color: #175AD4;
	
	width: 800px;
}

div#header {
	padding: 30px;
	background-color: black;
}

div#menu {
	float: right;
	text-align: left;
	padding: 0px 10px 10px 40px;

	background-color: black;

	display: table-cell;
}

div#content {
	text-align: left;
	padding: 24px;
	font-size: 3.8mm;
}

a.menu {
	font-size: 3mm;
	font-weight: bolder;
	text-decoration: none;
	
	margin: 4px;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

/*a:hover {
	border: dotted 1px white;
}*/

div#events {
	
}

div.event {
	border: dashed #FFB400 1px;
	padding: 10px;
	margin: 10px;
	
	width: 400px;
}

div.date {
	color: black;
}

div.desc {
	font-size: 3.5mm;
}

div.title {
	color: #FFB400;
}

div.loc {
	margin-top: 20px;
	font-weight: bolder;
}

table.about_us {
	vertical-align: top;
	padding: 30px;
}

tr.about_us {
	vertical-align: top;
}

td.about_us {
	vertical-align: top;
	padding: 30px;
}

p.about_us {
	 width: 140px;
	 text-align: left;
}

div.press {
	color: #FFB400;
	font-size: 4mm;
	margin: 20px 20px 50px 0px;
}

font.caption {
	font-size: 2.5mm;
	color: yellow;
	display: block;
	margin-bottom: 20px;
}

img.publicity_photo {
	border: solid yellow 5px;
}

img.publicity_photo:hover {
	border: dashed yellow 5px;
}