/*RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*END RESET*/

body {
	background: url(../img/bodybg.jpg) no-repeat 80% -20% #b38d3b;
	margin:auto;
	width:100%;
}

#container {
	margin:auto;
	width:691px;
}



#header {
	width:100%;
	height:144px;
	background:url(../img/stripe.jpg) repeat;
	border-bottom:1px solid #7e6729;
	padding-top:46px;
}

#header h4 {
	width:428px;
	height:102px;
	background:url(../img/logo.png) no-repeat;
	text-indent:-9999px;
	margin:auto;
}

#callout {
	position:relative;
	margin-top:154px;
	width:691px;
	height:auto;
	border:2px solid #856622;
	background:#e7d2a5 url(../img/blockbg.jpg) repeat-x;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	float:left;
	display:inline;
	box-shadow:0 0 10px #786e55;
	-moz-box-shadow:0 0 10px #786e55;
	-webkit-box-shadow:0 0 10px #786e55;
}

#callout img#bread {
	position:absolute;
	top:-75px;
	left:-150px;
	float:left;
}

#callout img#sumpin {
	float:right;
	clear:left;
	padding-top:15px;
	padding-right:24px;
	display:inline;
}

#callout p {
	float:right;
	width:495px;
	padding-right:24px;
	padding-top:24px;
	font-size:14px;
	color:#470000;
	display:inline;
	padding-bottom:8px;
}

#buttons {
	clear:right;
	margin-left:172px;
	display:inline;
}

#buttons a {
	background:#b48e3c url(../img/buttonbg.jpg) repeat-x;
	padding:0 20px;
	padding-bottom:3px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border:1px solid #856622;
	margin-right:10px;
	color:#470000;
	text-decoration:none;
}

#buttons a:hover {
	background:#ae8939 url(../img/buttonhoverbg.jpg) repeat-x;
	text-decoration:underline;
}

#callout span {
	float:right;
	padding-top:35px;
	padding-right:10px;
	font-size:20px;
	color:#470000;
}

#bottom {
	width:691px;
	float:left;
	height:300px;
	margin:auto;
	display:inline;
}

.location {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#470000;
	float:left;
	height:auto;
	margin-top:14px;
	line-height:20px;
	margin-right:25px;
	display:inline;
}

.location span {
	color:#470000;
	font-size:14px;
	margin-bottom:3px;
}

.location strong {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#470000;
	font-weight:bold;
}

.location a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#470000;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

.location a:hover {
	text-decoration:underline;
}

#overlay-wrap {
	position:relative;
	text-align:center;
	padding-top:80px;
	color:#fff;
	font-size:26px;
	overflow:hidden;
}

#overlay-wrap h1 {
	font-size:30px;
	color:#470000;
}

.day {
	margin-bottom:40px;
}

#faceyelp {
	float:right;
}
