﻿/* CSS layout */
body {
	background-position: center top;
	margin: 0 0px 0 0px;
	padding: 0;
	background-color: #8AAEAB;
	background-image: url(../images/otherpages/otherbckgrnd2.jpg);
	text-align: center;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #165A70;
}
#container {
	min-width: 600px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	height: 1050px;
}
.photobox {
	border: 1px solid #D97F43;
	background-color: #A3CCCB;
}
.hfooter {
	font-size: 10pt;
	font-weight: bold;
}
.copyright {
	font-size: 8pt;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #165A70;
}
a:hover {
	font-weight: bold;
	color: #d97f43;
	text-decoration: none;
}

