/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat;
}

#outside_container {
	width: 100%;
	background-image: url(images/bkgd_strip.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #485578;
	border-left: 3px solid black;
	border-right: 3px solid black;
}

.content {
	width: 800px;
	background-image: url(images/content_bkgd.jpg);
	background-repeat: no-repeat;
}

.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: white;
	text-align: center;
}

.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: white;
}

.content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

.menu {
	width: 600px;
	height: 26px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #485578;
	background-color: white;
	border: 3px solid #485578;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
}

.menu a:link, .menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #485578;
	padding-top: 6px;
	text-decoration: none;
}

.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00CCFF;
	padding-top: 6px;
	text-decoration: none;
}

.photo {
	border: 3px solid white;
}

.heritage {
	padding: 10px 0px 5px 0px;
	font-family: arial, helvetica;
	font-size: 10px;
	color: white;
	text-align: center;
}

.heritage a {
	padding: 10px 0px 5px 0px;
	font-family: arial, helvetica;
	font-size: 10px;
	color: white;
	text-align: center;
	text-decoration: none;
}

.login {
	padding: 10px 0px 5px 0px;
	font-family: arial, helvetica;
	font-size: 10px;
	color: white;
	text-align: center;
	text-decoration: underline;
}

.login a {
	padding: 10px 0px 5px 0px;
	font-family: arial, helvetica;
	font-size: 10px;
	color: white;
	text-align: center;
	text-decoration: underline;
}