body {
	background: #161a1e url('../images/footer.png') repeat-x bottom left;
	font-family: helvetica;
}

#wrapper {
	width: 786px;
	margin: -10px auto;
}

p {
	font-family: georgia, times, serif;
}

ul {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

li {
	font-size: 18px;
}

img {
	margin: 25px 0 0 0;
	border: none;
	float: left;
}

/* navigation */
#nav {
	width: 126px;
	padding: 45px 0 60px 0;
	background: #2f77ad url('../images/navBot.png') repeat-x bottom left;
	position: absolute;
}

ul li a:hover {
	margin-left: -20px;
	padding-left: 20px;
	background: url('../images/navHover.png') no-repeat;
	padding-bottom: -20px;
}

ul#list li {
	padding-left: 25px;
}

ul#sublist li {
	padding-left: 35px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

ul#sublist li a {
	color: #161a1e;
}

ul li.active {
	display: block;
	margin: -3px 0 3px -4px;
	padding: 3px 0 0 0;
	background: #ffffff;
	width: 110px;
	height: 16px;
}

ul#list li.active a {
	color: #2f77ad;
	padding-left: 4px;
}

ul#sublist li.active {
	padding: 3px 0 0 0;
	width: 135px;
	height: 16px;
}

ul#sublist li.active a {
	padding-left: 39px;
	color: #2f77ad;
}
/* -- */
/* content */
#content {
	width: 620px;
	background: #ffffff url('../images/contentBot.png') repeat-x bottom left;
	margin-bottom: 70px;
	float: right;
}

#culinaryBox img {
	margin-top: -2px;
	padding: 7px;
}

#thumbBar img {
	border-bottom: 3px solid #ffffff;
}

#thumbnails img {
	margin: 10px 1px 0 1px;
	padding-bottom: 2px;
	width: 110px;
	height: 70px;
}

#thumbnails a:hover img {
	border-bottom: 3px solid #7E7E7E !important;
	position: relative;
}

#thumbBar {
	display: block;
	width: 610px;
	margin: 0 auto;
}

#filler {
	height: 10px;
	clear: both;
}

#header {
	padding-top: 1px;
	margin: 0 0 0 0;
	height: 65px;
	width: 620px;
	background: #1e455f;
	color: #ffffff;
}

h1 {
	width: 100%;
	height: 40px;
	display: block;
	text-align: center;
	margin-bottom: auto;
}

h2 {
	padding: 0 0 0 15px;
	font-size: 21px;
}

#culinaryInfo p {
	margin-top: -15px;
	padding: 0 25px 40px 25px;
}

p {
	color: #294f68;
	font-size: 16px;
	line-height: 22px;
}
/* -- */

li, h1, h2 {
	text-transform:uppercase;
}

#footer p {
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}

#footer {
	clear: both;
}

.active a:hover {
	display: block;
	margin-left: 0;
	background:none;
}