/*---------- Document ----------*/
body {
	margin: 0 0 10px 0;
	padding: 0;
	background: black;
	font-family: Georgia, "Times New Roman" , serif;
	text-align: center;
 }
 #wrapper {
	width: 760px;
	margin: 0 30px;
	padding: 0;
	background: url('../images/bg_peat.jpg') top center repeat-y;
	text-align: left;
}
div.form {
	float: left;
	width: 350px;
	border-right: 2px dotted #fdb757;
}
div.hours {
	float: right;
	width: 220px;
	margin-left: 5px;
}
div.empty {
	clear:both;
}
.menu-items {
	border-bottom: 1px dashed #fdb757;
}
.menu-left {
	float: left;
	width: 48%;
}
.menu-right {
	float: right;
	width: 48%;
}
#content h4 {
	font-size: .9em;
}
.price {
	font-weight: bold;
	font-style: italic;
}
#image {
	margin: 0 0 0 109px;
	border: 3px double #999;
}
#imggallery {
	width: 330px;
	margin: 30px auto;
}
dt {
display: inline;
}
#imggallery a img {
	border: none;
}

#imggallery a {
	border: 1px solid #a52a2a;
	display: block;
	float: left;
	width: 150px;
	height: 75px;
	margin: 2px;
}

#imggallery a:hover {
	border: 1px solid white;
}
.empty {
	clear: both;
}
div#form {
	float: left;
	width: 350px;
	border-right: 2px dotted #fdb757;
}
dt {
	margin-top: 10px;
}
dd {
	margin-left: 0;
}
#hours_tbl {
	margin: 50px 0 0 0;
	width: 220px;
}
#hours_tbl td {
	padding: 2px;
}
h2 {
	margin: 0;
	padding: 0;
}
.dark {
	background-color: #fdb757;
}
.light {
	background-color: #fbd6a1;
}
#joke {
	width: 730 px;
	margin: 0 auto;
}

 
 /*---------- Navigation -------*/
 #nav ul {
	 margin: 0;
	 padding: 4px 0 0 80px ;
	 text-align: left;
 }
 
 #nav li {
	 margin: 0px;
	 padding: 0px 6px ;
	 display: inline;
 }
 #nav #last {
	 border: none;
 }
 #nav a:link {
	 color: #ffffff;
	 text-decoration: none;
 }
 #nav a:visited {
	 color: #ffffff;
	 text-decoration: none;
 }
 #nav a:hover {
	 color: #e61e1e;
	 text-decoration: none;
 }
 #nav a:active {
	 color: #000;
	 text-decoration: none;
}
 /*---------- Content ----------*/
 #content {
 	 padding: 50px 90px 60px 90px;	
	 font-family: "Trebuchet MS" , Verdana, sans-serif;
 }
 
 #content h2 {
   	 color: #ffffff;
	 font-size: 1.4em;
	 padding: 0px 0 0 0;
	 margin: 0px 0 0 0;
 }
 
 #content h3 {
	 color: #ffffff;
	 font-size: 1em;
 }
 
 #content p {
   	 color: #ffffff;
	 font-size: .8em;
	 line-height: 1.3em;
 }
 
 #content li {
	 color: #ffffff;
	 font-size: .8em;
 }
 .center {
	 text-align: center;
 }
 

/*---------- Header ----------*/
#header {
	height: 173px;
	background: url('../images/head.jpg') top left no-repeat;
}
#header h1 {
	display: none;
}
#nav {
	height: 22px;
	background: url('../images/navi.jpg') top center no-repeat;
}
#top {
	margin: 0;
	padding: 0;
	background:url('../images/tp.jpg') top center no-repeat;
}
#bottom {
	margin: 0;
	padding: 0;
	background: url('../images/bottm.jpg') bottom center no-repeat;
}
