html, body {
	height: 100%;
}

body {
	font: 11pt/1.5em georgia, 'times new roman', serif;
	margin: 0;
	color: #505060;
	background: #31418a;
}

a {
	color: #4c5e99;
}

img {
	border: none;
}

img.photo {
	border: 2px solid black;
}

img.photo {
	margin: 4px 20px;
}

div#container {
	width: 876px;
	margin: 0 auto;
	background: url(../images/page-background.jpg) repeat-y;
	min-height: 100%;
	display: relative;
}

div#header {
	width: 876px;
	height: 293px;
	position: relative;
}

div#content {
	width: 760px;
	min-height: 352px;
	margin: 0 38px;
	padding: 4px 20px;
	background: url(../images/background.jpg) no-repeat 0px 0px
}

div#content span.event {
	float: left;
	font: 10pt georgia, 'times new roman', serif;
}

div#content h1 {
	font: bold 19pt helvetica, arial, sans-serif;
	color: #808090;
	border-bottom: 1px solid #e0e0e0;
	text-align: right;
}

div#content h2 {
	font: bold 17pt/1em helvetica, arial, sans-serif;
	color: #000000;
}

div#content h3 {
	font: bold 15pt/1em helvetica, arial, sans-serif;
	color: #808090;
}

div#content h4 {
	font: bold 13pt/1em helvetica, arial, sans-serif;
	color: #000000;
}

div#footer {
	width: 760px;
	margin: 0 38px;
	padding: 10px 20px;
	font: normal 9pt/1em georgia, 'times-new-roman', serif;
	color: #808090;
	text-align: center;
	clear: both;
}

div#footer p:first-child {
	border-top: 1px solid #d0d0d0;
	padding-top: 20px;
}