body {
	background: Silver url(background.jpg) no-repeat fixed center top; /* fixed = photo stays put; doesn't scroll */
	height: 100%; /* make sure background goes all the way to the bottom, even if content falls short*/
}
a {
	color: navy;
}
p, li, td {
	font-family: Arial,Helvetica,sans-serif;
}
td.event-date, td.event-name {
	font-weight: bold;	
}
td.event-detail {
	padding-left: 20px;
}
a.results {
	display: block;
}
div#outermost {
	media="screen"; /* don't print or show on mobile devices */
	text-align: center; /* hack needed to get div#page to centre in IE pre V7 */
}
div#page {
	width: 600px;
	margin: 0 auto;
	text-align: left; /* undo hack in div#outermost */
}
div#logo {
	float: left;
	width: 220px;
	height: 250px;
}
div#menu {
	float: right;
	width: 340px;
	height: 250px;
	padding-left: 40px;
}
p.menu {
	border: medium outset black;
	background: black;
	margin: 5px;
	padding: 0;
	text-align: center;
}
a.menu {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: medium;
	color: red;
	font-weight: bold;
	font-style: normal;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
}
p#menu-this {
	border: medium outset black;
	background: black;
	margin: 5px;
	padding: 0;
	text-align: center;
	font-size: medium;
	color: white;
	font-weight: bold;
	font-style: normal;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
}
div#content {
	float: top;
	width: 600px;
}
