* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #43280E;
	color: #fff;
	font-family: verdana;
	font-size: 70%;
}

div#body {
	width: 790px;
	margin: 0 auto;
	background: #43280E url(/_gfx/restaurant/bg.gif) top center repeat-y;
}

div#content {
	width: 790px;
	padding: 94px 0;
	background-image: url(/_gfx/restaurant/background.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

h1, h2, div#video h3, div#send-to-a-friend h3 {
	display: none;
}

h4 {
	font-size: 140%;
	margin: 10px 0;
}

p {
	margin: 10px 0;
}

a {
	color: #FCD429;
}

/* nav */

ul#nav {
	padding-top: 4px;
}

ul#nav li {
	display: inline;
}

ul#nav li#email-love { margin-left: 520px; }
ul#nav li#email-hate { margin-left: 17px; }

ul#nav li img {
	border: none;
}

/* garys recipes */

div#box {
	float: left;
	width: 449px;
	padding: 50px 0 0 30px;
}

div#box div#box-content {
	background: url(/_gfx/restaurant/box-bg.gif) 15px 100px repeat-y;
}

div#box div#box-content div#garys-recipes {
	width: 389px;
	padding: 10px 30px 0;
	background: url(/_gfx/restaurant/box-grad.gif) 15px 0 no-repeat;
}

div#box h3 {
	width: 449px;
	height: 145px;
	background: url(/_gfx/restaurant/garys-recipes.gif) 2px 0 no-repeat;
}

div#box h3 span {
	display: none;
}

div#box div#garys-recipes h4 {
	font-size: 130%;
}

div#box div#garys-recipes div.images {
	width: 180px;
	float: left;
}

div#box div#garys-recipes div.images img {
	margin: 10px 5px;
}

div#box.menu img {
	margin-top: 10px;
}

div#box div#garys-recipes div.content {
	width: 200px;
	float: right;
}

div#box div#box-footer {
	height: 95px;
	margin: 0 0 0 15px;
	background: url(/_gfx/restaurant/garys-recipes-footer.gif) 0 0 no-repeat;
}

div#box div#garys-recipes div.images a {
	text-decoration: none;
	color: #dfc799;
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 3px 0 3px 35px;
	background: url(/_gfx/restaurant/arrow.gif) left center no-repeat;
}

div#box.menu h4 {
	text-align: center;
	color: #dfc799;
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.1em;
}

div#box.menu p {
	border-top: 1px dashed #d8d187;
	padding-top: 5px;
}

/* menu */

div#menu {
	float: right;
	width: 226px;
	height: 185px;
	margin: 69px 40px 0 0;
	_margin-right: 20px;
	padding: 90px 15px 0;
	background: url(/_gfx/restaurant/menu.gif) top left no-repeat;
}

div#menu ul {
	list-style: none;
}

div#menu li {
	padding: 5px 0 5px 35px;
}

div#menu li a {
	text-decoration: none;
	color: #dfc799;
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.1em;
}

div#menu li.active {
	background: url(/_gfx/restaurant/arrow.gif) left center no-repeat;
}

/* footer */

div#footer {
	clear: both;
	margin-top: -56px;
	height: 22px;
	padding-top: 34px;
	background: url(/_gfx/restaurant/footer.gif) 15px 0 no-repeat;
}

div#footer a {
	margin: 0 30px;
	color: #fff;
}

div#footer ul {
	float: right;
	padding: 0 30px;
}

div#footer ul li {
	display: inline;
	border-right: 1px solid #fff;
	margin-right: 16px;
	padding-right: 20px;
}

div#footer ul li.last {
	border: none;
	margin: 0;
	padding: 0;
}

div#footer ul li a {
	margin: 0;
}

