@charset "UTF-8";
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 20px 0px 0px;
	margin: 0px;
	background-image: url(images/design/bkgd.jpg);
	background-repeat: repeat-x;
}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: auto;
	width: 810px;
	border: 1px solid #214332;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(images/design/fade.jpg);
	background-position: bottom left;
}
#header {
	width: 810px;
	text-align: center;
	background-color: #214332;
	margin: 0px 0px 10px 0px;
}

#photos {
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
	height: 310px;
}
#photos img {
	margin: 0px 5px;
	float: left;
	height: 300px;
	width: 150px;
}
#text {
	width: 810px;
	clear: both;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
#text p {
	font-size: 0.69em;
	margin: 0px 0px 10px 0px;
	color: #333333;
	line-height: 1.4;
	padding: 0px 170px;
}
#text h1 {
	font-size: 1em;
	color: #333333;
	margin: 0px 0px 10px 0px;
	padding: 0px 170px;
}
#text h2 {
	font-size: 0.69em;
	color: #214332;
	margin: 0;
}

#text a {
	text-decoration: underline;
	color: #333333;
}
#text a:hover {
	color: #660000;
	text-decoration: underline;
}
#footer {
	text-align: center;
	padding: 15px 0px;
}
#footer p {
	font-size: 0.69em;
	color: #333333;
}

#footer a {
	text-decoration: underline;
	color: #333333;
}
#footer a:hover {
	color: #660000;
	text-decoration: underline;
}
