* {
	margin: 0;
	padding: 0;
}

h1,h2,h3,p,iframe,li,dl,ul {
	margin: 0.5em;
}

blockquote {
	font-style: italic;
	margin: 1.5em;
}

body {
	background-color: #008;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 76%;
}

div.infobox {
}

div#content {
	background-color: #087;
	background-image: url("./images/content_background.png");
	border-top: 1px solid #054;
	color: #fff;
	font-size: 1.2em;
	padding: 0.5em;
}

	div#content a {
		color: #ff3;
	}

	div#content ul {
		margin-left: 1.5em;
	}

div#footer {
	background-color: #008;
	background-image: url("./images/footer_background.png");
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px solid #003;
	clear: both;
	color: #fff;
	padding: 0.5em;
}

	div#footer a {
		color: #ff3;
	}

div#header {
	background-color: #fff;
	background-image: url("./images/header_background.png");
	padding: 1px;
}

dl.stafflist dt {
	margin-top: 0.5em;
	font-weight: bold;
}

dl.stafflist dd {
	margin-left: 1em;
}

h1 {
	background-image: url("./images/bridgelogo.jpg");
	float: right;
	height: 155px;
	margin-right: 0.3em;
	margin-top: 0.3em;
	width: 240px;
}

iframe#calendar {
	border: solid 2px #032;
	border-bottom: solid 2px #054;
	border-right: solid 2px #054;
	height: 358px;
	width: 640px;
}

ol {
	margin-left: 1.5em;
}

p.strapline {
	font-size: 1.2em;
	font-style: italic;
	margin-left: 1em;
}

span.headingtext {
	display: none;
}

ul#menu {
	padding-top: 30px;
	padding-bottom: 1em;
}

	ul#menu li {
		border-bottom: 1px solid #003;
		border-left: 1px solid #003;
		font-size: 1.2em;
		list-style-type: none;
		padding-bottom: 0.1em;
	}

	ul#menu a {
		background-color: #087;
		background-image: url("./images/button_end.png");
		background-position: top right;
		background-repeat: no-repeat;
		border-left: 0.2em solid #087;
		color: #ff3;
		display: block;
		padding: 0.2em 0.4em 0.2em 0.2em;
		text-decoration: none;
		width: 10em;
	}

		ul#menu a:hover {
			border-left: 0.2em solid #ff6;
			color: #ff6;
		}
