body	{
	background-color: black;
	color: white;
	font-size: 11pt;
	line-height: 15pt;
	font-family: "Arial Narrow", Arial, sans-serif;
	}
h2 {
	font-size: 16pt;
}
#container {
	margin: 135px auto 0px auto;
	width: 775px;
	border: 2px solid white;
	z-index: 0;
	text-align: center;
}	
#logo {
	z-index: 1;
	margin-top: -70px;
	margin-left: 50px;
	padding: 5px 15px 0px 15px;
	float: left;
	background-color: black;
}
/** START NAVIGATION **/
#topnav {
	text-align: right;
	width: 775px;
	margin: 50px auto -115px auto;
	padding-right: 12px;
	color: white;
	font-family: "Arial Narrow", Arial, sans-serif;
	font size: 10px;
	z-index: 1;
}
#secondnav {
	text-align: right;
	margin-top: 5px;
	margin-right: 25px;
	color: white;
	font-family: "Arial Narrow", Arial, sans-serif;
	font size: 10px;
	z-index: 2;
}
#topnav ul, #secondnav ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	display: inline;
}
#topnav ul li, #secondnav ul li {
	margin-left: 0;
	padding: 0px 3px;
	list-style: none;
	display: inline;
}
#topnav ul li a, #topnav ul li a:visited, #secondnav ul li a, #secondnav ul li a:visited {
	color: white;
	text-decoration: none;
}
#topnav ul li a:hover, #secondnav ul li a:hover {
	text-decoration: underline;
}
#secondnav ul li {
	border-left: 1px solid white;
	padding-left: 8px;
}
#secondnav ul li#secondnavfirst {
	border-left: 0;
}
#secondnav ul li#secondnavlast img {
	vertical-align: middle;
	padding-left: 10px;
}

/** END NAVIGATION **/

#content {
	width: 697px;
	height: 446px;
	margin: 0px auto;
	text-align: center;
}
div#content.about {
	background: url(images/About_block.jpg);
}
div#content.menu {
	background: url(images/Menu_block.jpg);
}
div#content.catering {
	background: url(images/Catering_block.jpg);
}
div#content.press {
	background: url(images/Press_block.jpg);
}
div#content.directions {
	background: url(images/Directions_block.jpg);
}
div#content.giftcertificates {
	background: url(images/GiftCertificates_block.jpg);
}
div#content.contact {
	background: url(images/Contact_block.jpg);
}
div#content.whatsnew {
	background: url(images/WhatsNew_block.jpg);
}
div#content.newsletter {
	background: url(images/Newsletter_block.jpg);
}
#content-inner {
	width: 380px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	padding: 10px;
	color: black;
	font-family: "Arial Bold", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
#footer1 {
	width: 100%;
	text-align: center;
	font-size: 13pt;
}
#footer2 {
	width: 775px;
	margin: 10px auto 0px auto;
	text-align: center;
	}
