* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	text-align:center;
	background-image: url('images/background.jpg');
	background-repeat:repeat;
	margin:0 auto;
	padding:0;
	font-family:georgia;
}
#wrap {
	min-height:100%;
	width:900px;
	padding-left:25px;
	padding-right:25px;
	background-color:#FFFFFF;
	text-align:center;
	margin:0 auto;
}
#content {
	position:relative;
	text-align:left;
	margin:0;
	padding:0 0 95px 0; /* padding-bottom must be same height as the footer */
} 
#menubar  {
	width: 900px;
	height: 57px;
}
#menubar a {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 225px;
	height: 35px;
	float:left;
	line-height: 35px;
	background-color: #2E3192;
	text-align:center;
}
#menubar a:hover {
	font-weight: bolder;
	font-size: 20px;
	background-color: dodgerblue;
} 
img {
	border:0;
}
div.photo
	{
	position:relative;
	float:right;
	margin-left:4px;
	clear:both;
}
div.photocentral
	{
	text-align:center;
	display:block;
	margin-left:auto;
 	margin-right:auto;
}
div.caption
	{
	position:relative;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:navy;
	text-align:center;
}
p {
	padding:0.5em 0;
}
h3, h5 {
	color:navy;
	padding:0.5em 0;
}
td {
	vertical-align:top;
}
hr {
	color:#2E3192;
}
#footer {
	position: relative;
	margin-top: -95px; /* negative value of footer height */
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	text-align:left;
	height: 95px;
	clear:both;
	background-color:#FFFFFF;
	width:900px;
	padding:0 25px;
} 
#footer img{
	float:right;
}
#footer p{
	font-size:11px;
	color:navy;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}