* {
	margin: 0;
	padding: 0;
}

html, body {
	margin-top: 0px;
	background: #412209;
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	height: 100%;
}

body > #wrapper {height: auto; min-height: 100%;}


a {
	outline: none;
	border: none;
	text-decoration: none;
	color: #0079c5;
}

a:active {
	outline: none;
	border: none;
	text-decoration: none;
}

a:visited {
	outline: none;
	border: none;
	text-decoration: none;
}

img {
	border: none;	
}

p {
	letter-spacing: .7px;
	line-height: 15px;
	font-size: 14px;
}

/* Wrapper */

#wrapper {
	width: 800px;
	margin: 0 auto;
	height: 100%;
}

div#header {
	/*height: 20px;*/
	clear: both;
	position: relative;	
}

div#logo {
	position: relative;
	float: right;
}

/* pNav */

#pNav {
	width: 500px;
	float: left;
	/*margin-left: 212px;*/
	margin-top: 90px;
}

#pNav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	list-style: none;

} 

#pNav ul li {
	margin-left: 0;
	padding: 3px 2px;
	/*border-left: 1px solid #000;*/
	display: inline;
}
	
		
#pNav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}


/* HR */

div.hr {
	height: 40px;
	background:url(images/line.png) no-repeat center;
}

div.hr hr {
  display: none;
}

#content {
	clear: both;
	position: relative;	
	width: 790px;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 250px;
}

#summary {
	width: 400px;
	text-align: left;
	float: left;
}

#sumImage {
	position: relative;
	float: right;	
}

h1.welcome {
	background-image: url("images/welcome.png");
  	background-repeat: no-repeat;
  	height: 52px;
	
}

#hours {
	clear: both;
	position: relative;	
	width: 350px;
	float: right;
	
}

h2.hours {
	background-image: url("images/hours.png");
  	background-repeat: no-repeat;
  	height: 65px;
}

h2.events {
	background-image: url("images/events.png");
  	background-repeat: no-repeat;
  	height: 64px;
}

h2.calendar {
	background-image: url("images/calendar.png");
  	background-repeat: no-repeat;
  	height: 64px;
}

#hours #left {
	width: 170px;
	float: left;
}

#hours #right {
	width: 170px;
	float: right;
	margin-top: 10px;
	text-align: left;
	
}

#hours #right ul {
	list-style: none;	
}

span {display:none;}

#footer {
	position: relative;
	margin-top: -250px; /* negative value of footer height */
	height: 250px;
	clear:both;
	background-color: #ffffff;
	
}

#foot {
	width: 800px;
	margin: 0 auto;
	/*background-image: url("images/palm_foot.jpg");
	background-repeat: no-repeat;
	height: 206px;*/
}

#foot p {
	margin-top: 25px;
	color: #000000;
	float: left;
}

#foot #left {width:61px;float:left;}

#foot #right {width:600px;float:right;text-align:right;}

#facebook {
	float: right;	
}

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

