body {
	text-align: center;
	background-color: #85c4fe;
	color: #000;
	font-family: "times new roman", serif;
	font-size: 12px;
	line-height: 18px;
}

a	{
	color: #0000bb;
	text-decoration: none;
}
a:hover	{
	color: #0000bb;
}
a.current	{
	color: #0000bb;
}

h1 {
	font-size: 2.7em;
	line-height: 1em;
	margin: 5px 0;
	color: #000;
}

h2 {
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	color: #535353;
	margin: 5px 0;
}



.rm {
	position: absolute;
	left: -999999px;
}

#wrap {
	margin: 0 auto;
	width: 950px;
}
#masthead {
	background-color: #FFF;
	border-bottom: 5px solid #FFF;
	width: 950px;
	top: 0;
	overflow: hidden;
}

#page {
	background-color: #fff;
	background-image: url(images/bunny-background.jpg);
	background-repeat: no-repeat;
	width: 950px;
	overflow: hidden;
	text-align: left;   
}
#page #logo {background-image: url(../img/logo.png);
	   background-repeat: no-repeat;
	   margin: 0 0 0 283px ;
	   height: 207px;
	   width: 384px;
	
}
/**  Opacity layer		
		
		#page #overlay-construction {
		background-color: #fff;
		color: #2a6355;
		opacity: .85;
		text-align: center;
		margin: 20px 200px 0 200px;
		padding: 5px;
		} 
**/
		#overlay-hours {
		position: absolute;
		background: #fff;
		border: pink 5px solid;
		opacity: .65;
		color: #000;
		text-align: center;
		width: 225px;
		margin-left: 665px;
		margin-top: -195px;
}
		#page #overlay-construction {
		background: #fff;
		border: pink 5px solid;
		opacity: .65;
		color: #000;
		text-align: center;
		margin: 5px 50px 0 400px;
		padding: 5px;
		}
		#page img {
		text-align: center;
		margin: 0 10px 0 280px;
		float: left;
		}
		#page #content {
		text-align: center;
		margin: -15px 435px 0 200px;
		float: right;
		}

#footer {
	background-color: #FFF;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	overflow: hidden;
	padding: 6px 16px;
}
	#footer a {
		color: #083a64;
		text-decoration: none;
	}
	#footer .hcard {
		width: 200px;
		float: left;
		text-align: left;
	}
	#footer .developer {
		margin-top: 36px;
		width: 200px;
		float: right;
		text-align: right;
	}
	#footer .legal {
		margin-top: 54px;
	}