@charset "UTF-8";
h1{
	color: #036;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 1.1 em;
	line-height: .87 em;
}
h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1 em;
	color: #036;
	line-height: 1.2em;
	text-align: center;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .65 em;
	color: #FC9;
	line-height: 1.2em;
	font-weight: normal;
	text-align: center;
}
.space {
	margin-bottom: 10px;
	margin-top: 18px;
}
.blue {
	color: #009;

}
a.blue:link {color: #009; font-weight: bold;}
a.blue:active {color: #009; font-weight: bold;}
a.blue:visited {
	color: #333333;
	font-weight: bold;
}
a.blue:hover {
	color: #CC6600;
	font-weight: bold;
}


.brown {
	color: #C60;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #003;
	text-indent: 15px;
	letter-spacing: 0.04em;
	line-height: 1.2em;
	margin-left: 40px;
}
.left {
	align: center;
	color: #FFF;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 10px;
}
#container {
	width: 90%;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	clear: both;
	}
#page-main {
	float: left;
	width: 65%;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	background-color: rgba(255,255,255,.7);
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: auto;
	border: 1px solid rgba(0,153,0,1);
	border-radius:10px;
	background-image: url(../B&B_photos/white-thin.gif);
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
#fullpage {
	width: 80%;
	max-width: 800px;
	align: center
	padding: 20px;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	background-color: rgba(255,255,255,.7);
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 1px solid rgba(0,153,0,1);
	border-radius:10px;
	background-image: url(../B&B_photos/white-thin.gif);
	background-repeat: repeat;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#page-right {
	float: right;
	width: 241px;
	color: #FFF;
	padding: 5px;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	background-color: rgba(00,66,99,.7);
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 1px solid rgba(0,153,0,1);
	border-radius:10px;
	background-image: url(../B&B_photos/blue.gif);
	}
	#footer {
	bottom:0;
	width:100%;
	height:110px;			/* Height of the footer */
	background:#000;
	clear: both;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	}
	#footer p {
	margin:0;
	padding:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #FFC;
	text-align: center;
	}
