body {
	background: #808080;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
ul {
	text-align: left;
	font: 90% Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
th {
	font: bold 9pt Georgia, "Times New Roman", Times, serif;
	border: 1px solid #000000;
	text-align: center;
	color: #000000;
	padding-top: 6px;
	padding-bottom: 6px;
}
td {
	font: 9pt Georgia, "Times New Roman", Times, serif;
	border: 1px solid #000000;
	text-align: center;
	color: #000000;
	padding: 6px;
}
#header {
	background: url(images/background-header.jpg) no-repeat 0px 0px;
	height: 450px;
	width: 740px;
	margin: 0px auto;
}
#navbox {
	height: 150px;
	width: 150px;
	float: right;
	margin-top: 220px;
	margin-right: 100px;
	display: inline;
}
#photobox {
	float: right;
	background: url(images/photo-bg.jpg) no-repeat 0px 0px;
	height: 264px;
	width: 340px;
	display: inline;
	margin: 12px 65px 12px 10px;
}
#listbox {
	margin-left: 100px;
}
#content {
	height: auto;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: url(images/background-content.jpg) repeat-y 0px 0px;
}
#content p {
	color: #000000;
	text-align: justify;
	font: 90% Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 2px 80px;
}
#footer {
	height: 172px;
	width: 740px;
	margin: 0px auto;
	background: url(images/background-footer.jpg) no-repeat 1px 0px;
}
.photo {
	margin-top: 16px;
	margin-left: 16px;
}
.parahead {
	width: 580px;
	text-align: left;
	margin: 14px auto;
	clear: right;
	background: #E7E7E7;
	border-top: 2px solid #74192B;
	border-bottom: 2px solid #74192B;
	height: auto;
}
.dropcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-right: 0.1em;
	margin-left: 0.8em;
}
a:link {
	color: #222484;
	text-decoration: underline;
}
a:visited {
	color: #222484;
	text-decoration: underline;
}
a:hover {
	color: #116D3D;
	text-decoration: underline;
}
h4 {
	margin-bottom: 0px;
	margin-top: 0px;
}
