

body {
	margin:0;
	padding: 10px;
	text-align: center;
	background-color: rgb(197,179,142);
	}

#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	text-align: left;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color: rgb(210,194,161);

	}


p {
	
	color: rgb(109,77,60);
	text-indent: 30px;
	background-color: rgb(210,194,161);

	}

#header {
	width: 900px;
	height: 275px;
	background-color: rgb(177,155,111);
	border-bottom: solid 1px black;

	}

#nav {
	clear: both;
	float: left;
	width: 175px;
	height: 520px;
	padding: 5px;
	margin-top: 20px;
	background-color: rgb(210,194,161);
	background-image: url(img/spine.jpg);
	background-repeat: no-repeat;
	background-position: center;
		
	}

#content {
	
	float: left;
	width: 650px;
	padding: 20px;
	padding-bottom: 50px;
	background-color: rgb(210,194,161);
	
	}

#image {
	text-align:center;
	}

#footer {
	clear: both;
	width: 900px;
	border-top: solid 1px black;
	text-align:center;
	background-color: rgb(210,194,161);

	}

h1 {

	font-style: italic;
	font-weight: bold;
	color: rgb(109,77,60);
	text-align: center;
	}

h2 {

	font-style: italic;
	font-weight: bold;
	color: rgb(109,77,60);
	text-align: center;
	}

h3 {
	font-style: italic;
	font-weight: bold;
	color: rgb(109,77,60);
	text-align: center;
	}


#nav ul {
	list-style: none;
	margin: 10px;
	padding-top: 25px;
	}

#nav li {
	padding-bottom: 25px;
	}
	


#nav a {
	display:block;
	width: 125px;
	height:40px;
	background-image: url(img/button.jpg);
	background-repeat: no-repeat;
	text-align:center;
	line-height:40px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	color: rgb(109,77,60);
	}

#nav a:hover {
	background-image: url(img/button_over.jpg);
	background-repeat: no-repeat;
	}

ul {
	color: rgb(109,77,60);
	}

ol#privacy {
	color: rgb(109,77,60);
	list-style-type: lower-alpha;
	}
	
li#hours {
	list-style: none;
	color: rgb(109,77,60);
	text-align:center;
	font-weight: bold;
	}
