html {
	font-family: "Arial";
	font: 10pt "Arial", serif; 
}	

#column {
	width: 780px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	color: #ddd;
	background-color: rgb(0, 93, 255);
	padding: 0;
	margin: 0;
}

#navigation {
}

#logo {
	position: relative;
	float: left;
	width: 400px;
}
#menu {
	position: relative;
	font-family: "Arial";
	font: oblique 12pt "Arial", serif; 
	font-stretch: condensed;
	float: right;
	width: 375px;
}

#menu ul {
	list-style: none;
}

#menu ul a {
	text-decoration: none;
	color: #00f;
}

#menu ul a:visited {
	color: #00f;
}

#menu ul .highlight a:visited {
	color: #fff;
}

#menu ul .highlight {
	background-color: rgb(0, 93, 255);
	color: #fff;
}

#menu ul:hover .highlight {
	background-color: rgb(0, 93, 255);
	color: #fff;
}

#menu li:hover {
	/* background-color: rgb(239, 252, 255); */
	background-color: rgb(207, 247, 255);
}

#footer {
	width: 100%;
	color: #ddd;
	background-color: rgb(0, 93, 255);
	padding: 0;
	margin: 0;
}

#content {
	clear: both;
	background-color: rgb(239, 252, 255);
	padding: 20px;
	padding-top: 0px;
	margin: 0;
}

#content h2 {


}

table.venue {
	border: 0;
	width: 100%;
}

table.venue td {
	border-bottom: 1px dashed #000;
}

table.venue td.smaller {
	font-size: 0.8em;
}

table.programme {
	background-color: #fff;
	width: 90%;
	margin: 0;
	padding: 0;
}

table.programme th {
	width: 15%;
	background-color: rgb(102, 153, 52);
	border-bottom: 2px solid #fff;
}

table.programme td {
	width: 85%;
	background-color: #fff;
	border-bottom: 2px solid rgb(102, 153, 52);
}

table.programme td.last {
	width: 85%;
	background-color: #fff;
	border-bottom: 2px solid #fff;
}

table.contact {
	background-color: #fff;
	width: 90%;
	margin: 0;
	padding: 0;
}

table.contact thead {
	/* background-color: rgb(207, 247, 255); */
}

table.contact tbody tr th {
	background-color: rgb(102, 153, 52);
}

h1,h2,h3 {
	background-color: rgb(0, 93, 255);
	color: #fff;
}
