@charset "UTF-8";
/* CSS Document */


body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	color: #000000;
}

p{
margin: 1 0 1 0;
padding: 0px;
}

h1{
margin: 0px;
padding: 0px;
}

h4 {
	font-size: 16px;
	margin: 0px 7px 0px 7px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	text-align:center;
	background-color:#F6F6F6;
}


img {border-style: none;}

.picture-left {
	float: left;
	vertical-align: middle;
	position: relative;
}	
.picture-right {
	float: right;
	vertical-align: middle;
}

#intro p{
font-size:24px;
margin-bottom:0ox;
padding-bottom:0px;
}

#intro img{margin-top: 8px;}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#fb-announce {
    margin-bottom: 10px;
	padding: 5px 30px; 
	border: solid;
	border-color: #3b5998;
	background-color: #dfe3ee;
}

#fb-announce p{
	font-size:22px;
}

/* unvisited link */
a:link {
    color: #0B0080;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #0B0080;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #326f32;
	text-decoration: underline;
}

/* selected link */
a:active {
    color: #326f32;
	text-decoration: underline;
}


/* Book Now Button */

.button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E6F9E6;
	padding: 10px;
	font-size: 16px;
	font-family: Helvetica;
  
  
  }
  
 .button a {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009900;
	padding: 10px;
	font-size: 16px;
  
  
  }
