body {
	background-color: #FFF ;
}
.container {
	background-color: #FFFFFF ;
	padding: 1.5em; /* once finished, remove this and add .box to container div*/
}
a {
	text-decoration: none;
	color: #875757;
}
a.visited {
	color: #875757;
}
#header {
	text-align: center;
	/*margin-top: 1.5em;
	margin-bottom: 1.5em;*/
}	
#header h1 {
	font-size: 5em;
	font-variant: small-caps;
	font-style: italic ;
	font-weight: bold;
	color: #875757;
}
#nav {
	background-color: #875757;
	vertical-align: middle;
	border-bottom: 6px solid #B07272;
}
#nav a {
	display: block;
	text-decoration: none;
	background-color: #875757;
	color: #FEE8E8;
	text-align: center;
	padding: 20px 0 18px 0;
	font-size: medium;
}	
#nav a:hover {
	background-color: #B07272 ;
}
#nav a:visited {
	color: #FEE8E8;
}
#main, #menu_view {
	height: 430px;
	overflow: auto;
}
#main_directions {
	height: 430px;
	overflow: auto;
	/*padding: 10px 10px 10px 10px;*/
	text-align: center;
	border-left: 2px solid #875757;
}
#main_about {
	margin-right: 0px ;
	border: 2px solid black ;
	padding: 10px ;
	overflow: auto;
}
#main img {
	width: 100%;
	height: 100% ;
	
}
#main h2 {
	font-weight: bold;
}
#main h3 {
	font-style: italic;
}
#big_menu ul, #big_menu li {
	margin: 0 0 5px 0 ;
	padding: 0;
	list-style-type: none;
}
#big_menu a {
	height: 140px;
}
#footer {
	text-align: center;
	color: #000000;
	font-weight: bold;
}
#menu_view ul {
	list-style: none;
}
#menu_view li {
	margin-bottom: 10px;
}
#menu_view h3 {
	width: 580px;
	border: 1px;
	cursor: pointer;
	height: 30px;
	padding: 0.5em 0 0 0.5em ;
	background-color: #FFFFFF;
	border: 2px solid black;
}
#menu_view h3:hover {
	background-color: #B07272;
	/*#D0D0D0 ;*/
}
/*.hide_menu_text {
	font-size: small ;
	text-align: right ;
	font-style: italic;
}*/
.menu_body {
	width: 580px;
	display: none;
	padding: 0.5em 0.5em 0 0.5em ;
}
#mailing_list {
	width: 450px; ;
	height: 430px;
	overflow: auto;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
#mailing_list textarea {
	height: 150px ;
}
#main_gallery {
	padding: 10px 0px 10px 0px;
	/*width: 950px;*/
	
}
#gallery_img {
	width: 600px;
	height: 400px;
}