/*
 * General
 */
body {
	background: #ffe064 url(homebkgd.gif) center top no-repeat;
/*	background: #f5d465 url(homebkgd.gif) center top no-repeat; */
	text-align: center;
}
body * {
	text-align: left;
}

/*
 * Header
 */
div#header {
	width: 692px;
	margin-left: auto;
	margin-right: auto;
}
div#header img#logo {
	margin: 8px 0 0 0;
}

/*
 * Top Navigation
 */
ul#topnav {
	position: absolute;
	top: 0px;
	right: 10px;
	text-align: right;
	font-size: 11px;
	list-style: none;
	white-space: nowrap;
	padding: 5px 12px 6px 0;
	background: white url(hometopnavbr.gif) right bottom no-repeat;
}
ul#topnav li {
	display: inline;
}
ul#topnav li a {
	padding: 0 10px;
	border-left: 1px solid #666;
	color: #666;
	text-decoration: none;
}
ul#topnav li a:hover, ul#topnav li a.active {
	color: black;
}
ul#topnav li#topnavhome a {
	border-left: 0;
}

/*
 * Content
 */
div#content {
	width: 692px;
	margin-left: auto;
	margin-right: auto;
}
div#content div.homeimg {
	position: absolute;
	height: 253px;
	width: 363px;
	top: 40px;
	left: -52px;
	background: url(homecircles.jpg) left top no-repeat;
}

/*
 * Primary Navigation
 */
ul#prinav {
	font-size: 12px;
	list-style: none;
	position: relative;
}
ul#prinav li {
	position: absolute;
	display: block;
	background: url(homenavbkgd.gif) 0px 14px no-repeat;
	width: 363px;
	left: 319px;
	top: 268px;
	background-image: url(homenavbkgd.gif);
	height: 127px;
}
* html ul#prinav li a {
	height: 112px;
	height: 42px;	
}
ul#prinav li a {
	background-position: left top;
	background-repeat: no-repeat;
	height: 42px;
	padding-top: 70px;
	padding-left: 118px;
	display: block;
	float: left;
	white-space: nowrap;
	text-decoration: none;
	color: #7A6A32;
}
ul#prinav li#prinavfrag {
	z-index: 399;
	top: 0px;
	left: 410px;
}
ul#prinav li#prinavfood {
	z-index: 398;
	top: 115px;
	left: 350px;
}
ul#prinav li#prinavconf {
	z-index: 397;
	top: 208px;
	left: 257px;
}
ul#prinav li#prinavcfrs {
	z-index: 396;
	top: 208px;
	left: 257px;
}

ul#prinav li#prinavculinaryResearch {
	z-index: 397;
	top: 292px;
	left: 153px;
}

ul#prinav li#prinavfrag a {
	background-image: url(homenavfraglg.gif);
}
ul#prinav li#prinavfood a {
	background-image: url(homenavfoodlg.gif);
}
ul#prinav li#prinavconf a {
	background-image: url(homenavconflg.gif);
}
ul#prinav li#prinavcfrs a {
	background-image: url(homenavcfrslg.gif);
}

ul#prinav li#prinavculinaryResearch a {
	background-image: url(culinary.gif);
}
	
ul#prinav li a span.arrows {
	font-weight: bold;
	color: white;
}
ul#prinav li a:hover {
	background-position: left bottom;
	color: black;
}
