#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	color: #FFF;
}
#header {
	height: 172px;
	width: 100%;
}
#content {
	padding-right: 20px;
	padding-left: 20px;
	color: #000;
	width: 531px;
	height: 860px;
}
#photos {
	float: right;
	height: 600px;
	width: 229px;
}
#footer {
	background-color: #FDD948;
	height: 18px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0A00D5;
	border-bottom-color: #0A00D5;
	font-size: 12px;
	color: #311802;
}
#footer a {
	color: #00F;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#menu {
	background-color: #FDD948;
	height: 18px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0600D3;
	border-bottom-color: #0600D3;
	color: #361701;
	font-style: italic;
}
body {
	background-image: url(images/background_deepblue.gif);
	background-repeat: repeat;
	margin-top: 0px;
}
#content h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}
#content h3 {
	font-size: 24px;
	font-style: italic;
	margin-bottom: 20px;
	padding-bottom: 0px;
	margin-top: 20px;
	padding-top: 0px;
}
#general_info {
	font-size: 12px;
	border: 1px solid #000;
	padding-right: 10px;
	padding-left: 10px;
	height: 245px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#general_info a:link , a:hover, a:visited{
	color: #F00;
}
#general_info p {
	margin-top: 5px;
	margin-bottom: 10px;
}
.red {
	color: #F00;
}
.right_aligned {
	float: right;
	padding-left: 30px;
	padding-right: 20px;
}

