html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FCE0B8 url('/images/bg-sand.jpg') repeat;
	font: normal 13px verdana;
	}

a:link, a:visited { color: #2884E7; }
a:hover, a:active { color: #0084C2; }
	
a img { border: 0 none; }
	
#container {
	width: 100%;
	background: url('/images/bg-sky-water.jpg') repeat-x;
	}

#wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 50px;
	position: relative;
	background: url('/images/bg-sun-sand-grass.jpg') no-repeat center top;
	}
	
#top {
	width: 100%;
	height: 550px;
	text-align: center;
	}

#left-column {
	width: 500px;
	padding-right: 55px;
	float: left;
	}
	
#left-column > div { margin-bottom: 25px; }
	
#right-column {
	width: 400px;
	float: left;
	padding-top: 40px;
	}
	
#info h1 { color: #219A6B; }

#hours {
	margin: 5px 0 10px;
	padding: 0;
	list-style: none;
	}
	

#social strong {
	display: block;
	margin-bottom: 5px;
	text-align: left;
	}

#social #share-facebook { margin-right: 40px; }

#map iframe {
	display: block;
	width: 450px;
	height: 350px;
	margin: 5px 0 0;
	border: 5px solid #0084C2;
	}
	
#map span { font-size: 10px; }
	
#content .picture {
	margin-bottom: 15px;
	border: 5px solid #DC833C;
	}
	
#tweety {
	width: 400px;
	height: 97px;
	position: absolute;
	top: 454px; left: 590px;
	background: url('/images/img-social-twitter-bird.png') no-repeat;
	}
	
#tweety img { float: left; }

#tweety ul {
	width: 275px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#tweety ul li {
	margin: 0;
	padding: 4px 6px;
	font-size: 11px;
	background: #F7F7F7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
	
#tweety a:link, #tweety a:visited { color: #999; text-decoration: none; }
#tweety a:hover, #tweety a:active { color: #333; }

#tweety span a:link, #tweety span a:visited { color: #DC843C; text-decoration: underline; }
#tweety span a:hover, #tweety span a:active { color: #333; }

#footer {
	padding: 10px 0;
	text-align: center;
	}


.cfx:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.cfx { display: inline-table; min-width:1px;}
/* Hides from IE-mac \*/
*html .cfx { height: 1%; }
.cfx { display: block; }
/* End hide from IE-mac */
