body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	background: url("/bg_body.gif") repeat-y #FF5555;
	font-size: 76%;
}

#container {
	width: 760px;
	background-color: #fff;
	/*margin: 0 auto;*/
	margin: 0 0 0 10px;
	padding: 0;
	height: auto;
}

#content {
	padding: 5px 20px 20px 20px;
	background-color: #fff;
}

h1 {
	position: relative;
	width: 760px;
	height: 250px;
	background: url("/h1_logo.gif") #fff top no-repeat;
	font-size: 0;
	text-indent: -5000px;
}
	
h1 a {
	position: absolute;
	text-decoration: none;
	width: 760px;
	height: 180px;
	top: 0;
	left: 0;
}

h4.location_name {
	font-weight: bold;
	background-color: #FFC62C;
	color: #222;
	font-size: 1.1em;
}

p.author {
	color: #666;
	text-align: right;
}

p.note {
	color: #888;
	clear: both;
}

p.photo_credit {
	text-align: center;
	color: #888;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

/*NAVIGATION
******************/

ul#nav_primary, ul#nav_primary li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	height: 30px;
}

ul#nav_primary {
	position: absolute;
	width: 586px;
	top: 170px;
	left: 184px;
}

ul#nav_primary a {
	position: absolute;
	height: 30px;
}

ul#nav_primary a span {
	display: none;
}

a#nav_cheapeats {
	background: url("/nav_cheapeats.gif") no-repeat top left;
	width: 83px;
}

a#nav_restreviews {
	background: url("/nav_restreviews.gif") no-repeat top left;
	left: 83px;
	width: 144px;
}

a#nav_marketplace {
	background: url("/nav_marketplace.gif") no-repeat top left;
	left: 227px;
	width: 97px;
}

a#nav_ingredients {
	background: url("/nav_ingredients.gif") no-repeat top left;
	width: 90px;
	left: 324px;
}

a#nav_foodmem {
	background: url("/nav_foodmem.gif") no-repeat top left;
	width: 111px;
	left: 414px;
}

a#nav_recipes {
	background: url("/nav_recipes.gif") no-repeat top left;
	width: 61px;
	left: 525px;
}

a:hover#nav_cheapeats, a:hover#nav_restreviews, a:hover#nav_marketplace, a:hover#nav_ingredients, a:hover#nav_foodmem, a:hover#nav_recipes {
	background-position: 0 -30px;
}

/*NAVIGATION - SECONDARY
******************/

ul#nav_secondary, ul#nav_secondary2 {
	list-style: none;
	padding: 10px 0 10px 10px;
	width: 45%;
	float: left;
	margin: 0;
}

ul#nav_secondary li, ul#nav_secondary2 li {
	background: url("/bullet_navsecondary.gif") no-repeat 0 .25em #fff;
	padding: 0 0 0 30px;
	margin: 0 0 .25em 0;
	width: auto;
}

/*LINK STYLES
******************/

a:link {
	color: #677E35;
}

a:visited {
	color: #A5A5A5;
}

a:hover, a:active {
	color: #FF5555;
}

img {
	border-color: #677E35;
}
