@charset "utf-8";
body {
	background-color: #001E48;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}
#header {
	width: 780px;
	height: 210px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
#content {
	border-left: 20px solid #000000;
	border-right: 20px solid #000000;
	width: 740px;
	background-color: #FFFFFF;
}
#padding {
	width: 730px;
	padding: 5px;
}
#padding p {
	margin-top: 0px;
	padding-top: 0px;
}
#padding h1 {
	margin-top: 10px;
	padding-top: 10px;
	font-size: 14px;
}
#padding img {
	margin: 0px;
	padding: 0px;
}
#footer {
	width: 780px;
	height: 91px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#navigation {
	float: right;
	background-color: #D03021;
	color: #FFFFFF;
	width: 740px;
	margin-bottom: 10px;
}
#navtext {
	padding: 5px;
	text-align: center;
}
#navtext a:link {
	color: #FFFFFF;
	font-weight: bold;
}
#navtext a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
#navtext a:hover {
	color: #000000;
	font-weight: bold;
}
#schedule {
	width: 300px;
	height: 300px;
	float: right;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #000000;
	margin: 5px;
}
#photohead {
	width: 635px;
	margin-top: 10px;
	background-color: #D03021;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#photohead span {
	text-align: center;
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
}
#photos {
	width: 635px;
	height: 300px;
	overflow: auto;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#photos img {
	border: 0px;
}
.underlined {
	text-decoration: underline;
}
.clearfloat {
	line-height: 0px;
	clear: both;
}