* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #FAF3D8;
	text-align: center;
	font: small Georgia, "Times New Roman", serif;
	color: #333;
	line-height: 1.5em;
}

img {
	border: none;
	}
	
a, a:visited {
	color: green;
	text-decoration: none;
	}

a:hover, a:active {
	color: #de9737;
	}
	
a.active, a:hover.active {
	color: #de9737;
	}

#wrapper {
	margin: 1em auto;
	width: 747px;
	border: 1px solid #333;
	background: white;
	text-align: left;
	}
	
#nav {
	float: left;
	margin-left: 15px;
	width: 190px;
	}

#logo {
	padding: 5px;
}

#navigation {
	list-style: none;
	line-height: 2em;
	font-size: 120%;
	text-align: center;
	margin-bottom: .3em;
	}
	
#hours {
	text-align: center;
	border-top: 1px solid #333;
	}

#hours p {
	margin: .5em 0;
	}

#main {
	padding: 15px;
	margin-left: 190px;
	}
	
#header {
	text-align: center;
	}	
	
#pageImage {
	float: right;
	margin-right: 2em;
	padding: 1.5em;
	}

#content {
	margin: 2em;
}

#content p {
	margin: 1em;
	font-size: 95%;
	}

#footer {
	height: 163px;
	clear: both;
	}
	
#GoogleMapsiFrame {
	border: 1px solid #333;
	margin-left: 1em;
	}

#GoogleMapsLargerView {
	display: block;
	font-size: 95%;
	margin-left: 1.1em;
}