#wrapper {
	width:980px;
	text-align:left;
	margin:0 auto;
}
BODY
{
	margin										:		0;
	background								:		#000000;
	font-family								:		tahoma;
	font-size									:		12px;
	color										:		#FFFFFF;
	behavior									: 		url(csshover.htc);
	text-align:center;
}

A
{
	font-family								:		tahoma;
	font-size									:		1em;
	color										:		#D3CA89;
	text-decoration						:		none;
}

A:Active
{
	font-family								:		tahoma;
	font-size									:		1em;
	color										:		#D3CA89;
	text-decoration						:		none;
}

A:Visited
{
	font-family								:		tahoma;
	font-size									:		1em;
	color										:		#D3CA89;
	text-decoration						:		none;
}

A:Hover
{
	font-family								:		tahoma;
	font-size									:		1em;
	color										:		#A29835;
	text-decoration						:		underline;
}

TD.CONTENT
{
	margin										:		0;
	padding-top								:		5;
	padding-bottom						:		5;
	padding-left								:		10;
	padding-right							:		10;
	background								:		#FFFFFF;
	font-family								:		tahoma;
	font-size									:		1em;
	color										:		#000000;
	text-align									:		left;
	vertical-align							:		top;
}

A.CONTENT
{
	font-family								:		tahoma;
	font-size									:		1em;
	color										:		#0000FF;
	text-decoration						:		none;
}

A.CONTENT:Active
{
	font-family								:		tahoma;
	font-size									:		1em;
	color										:		#0000FF;
	text-decoration						:		none;
}

A.CONTENT:Visited
{
	font-family								:		tahoma;
	font-size									:		1em;
	color										:		#0000FF;
	text-decoration						:		none;
}

A.CONTENT:Hover
{
	font-family								:		tahoma;
	font-size									:		1em;
	color										:		#FF0000;
	text-decoration						:		underline;
}

TD.FOODLIST
{
	margin										:		0;
	padding-top								:		0;
	padding-bottom						:		0;
	padding-left								:		0;
	padding-right							:		0;
	background								:		#000000;
	font-family								:		tahoma;
	font-size									:		1em;
	color										:		#000000;
	text-align									:		center;
	vertical-align							:		top;
}

A.GETLISTED
{
	font-family								:		tahoma;
	font-size									:		1em;
	font-weight								:		normal;
	color										:		#000000;
	text-decoration						:		none;
	width										:		100%;
	text-align									:		center;
}

A.GETLISTED:Active
{
	font-family								:		tahoma;
	font-size									:		1em;
	font-weight								:		normal;
	color										:		#000000;
	text-decoration						:		none;
	width										:		100%;
	text-align									:		center;
}

A.GETLISTED:Visited
{
	font-family								:		tahoma;
	font-size									:		1em;
	font-weight								:		normal;
	color										:		#000000;
	text-decoration						:		none;
	width										:		100%;
	text-align									:		center;
}

A.GETLISTED:Hover
{
	font-family								:		tahoma;
	font-size									:		1em;
	font-weight								:		bold;
	color										:		#000000;
	text-decoration						:		none;
	width										:		100%;
	text-align									:		center;
}

A.GETLISTED2
{
	font-family								:		tahoma;
	font-size									:		1em;
	color										:		#D3CA89;
	text-decoration						:		none;
}

A.GETLISTED2:Active
{
	font-family								:		tahoma;
	font-size									:		1em;
	color										:		#D3CA89;
	text-decoration						:		none;
}

A.GETLISTED2:Visited
{
	font-family								:		tahoma;
	font-size									:		1em;
	color										:		#D3CA89;
	text-decoration						:		none;
}

A.GETLISTED2:Hover
{
	font-family								:		tahoma;
	font-size									:		1em;
	color										:		#A29835;
	text-decoration						:		none;
}

FONT.GETLISTED
{
	font-family								:		tahoma;
	font-size									:		.8em;
	color										:		#A29835;
}

#menu1										/* Menu Container */
{
	width										: 		180px;
	padding-left								: 		0px;
	padding-right							: 		0px;
	padding-top								: 		0px;
	padding-bottom						: 		0px;
	border-left								: 		#FFFFFF 0px solid;
	border-top								: 		#FFFFFF 0px solid;
	border-right								: 		#FFFFFF 0px solid;
	border-bottom							: 		#FFFFFF 0px solid;
	z-index										:		10;
}

#menu1 UL									/* Level 0 Container */
{
	width										:		100%;
	margin										: 		0px;
	padding-left								: 		0px;
	padding-right							: 		0px;
	padding-top								: 		0px;
	padding-bottom						: 		0px;
	border-left								: 		#FFFFFF 0px solid;
	border-top								: 		#FFFFFF 0px solid;
	border-right								: 		#FFFFFF 0px solid;
	border-bottom							: 		#FFFFFF 0px solid;
	list-style-type							: 		none;
	z-index										:		11;
}

#menu1 LI 									/* Level 0 Item */
{
	width										:		100%;
	position									: 		relative;
	z-index										:		12;
}

#menu1 UL UL 							/* Level 1 Container */
{
	width										:		100%;
	position									: 		absolute;
	left											:		0px;
	z-index										:		13;
}

#menu1 UL LI								/* Level 1 Item */
{
	width										: 		100%;
	float											: 		left;
	z-index										:		14;
}

#menu1 A 									/* Links */
{
	width										:		100%;
	margin										: 		0px;
	padding-left								: 		5px;
	padding-right							: 		0px;
	padding-top								: 		0px;
	padding-bottom						: 		0px;
	border-left								: 		#FFFFFF 0px solid;
	border-top								: 		#FFFFFF 0px solid;
	border-right								: 		#FFFFFF 0px solid;
	border-bottom							: 		#FFFFFF 0px solid;
	text-align									:		left;
	display										: 		block;
	background								: 		#FFFFFF;
	color										: 		#000000;
	text-decoration						: 		none;
	font-family								:		tahoma;
	font-size									:		.85em;
	font-weight								:		normal;
	z-index										:		15;
}

#menu1 A:hover 							/* Links Hover */
{
	background								: 		#000000;
	color										: 		#CCCCCC;
}

#menu1 H2 									/* Headings */
{
	width										: 		100%;
	margin										: 		0px;
	padding-left								: 		0px;
	padding-right							: 		0px;
	padding-top								: 		0px;
	padding-bottom						: 		0px;
	border-left								: 		#FFFFFF 0px solid;
	border-top								: 		#FFFFFF 0px solid;
	border-right								: 		#FFFFFF 0px solid;
	border-bottom							: 		#FFFFFF 0px solid;
	text-align									:		center;
	vertical-align							:		top;
	display										: 		block;
	background								: 		url('images/bottombg.jpg');
	color										: 		#FFFFFF;
	font-family								:		tahoma;
	font-size									:		.85em;
	font-weight								:		bold;
	text-transform							: 		none;	/* PV: uppercase, lowercase, none */
	cursor										:		hand;
	z-index										:		16;
}

/* Menu Actions */
DIV#menu1 UL UL 						{display	:	none}
DIV#menu1 UL LI:hover UL 		{display	:	block}
DIV#menu1 UL LI:hover UL UL 	{display	:	none}

#menu2										/* Menu Container */
{
	width										: 		180px;
	padding-left								: 		0px;
	padding-right							: 		0px;
	padding-top								: 		0px;
	padding-bottom						: 		0px;
	border-left								: 		#FFFFFF 0px solid;
	border-top								: 		#FFFFFF 0px solid;
	border-right								: 		#FFFFFF 0px solid;
	border-bottom							: 		#FFFFFF 0px solid;
	z-index										:		1;
}

#menu2 UL									/* Level 0 Container */
{
	width										:		100%;
	margin										: 		0px;
	padding-left								: 		0px;
	padding-right							: 		0px;
	padding-top								: 		0px;
	padding-bottom						: 		0px;
	border-left								: 		#FFFFFF 0px solid;
	border-top								: 		#FFFFFF 0px solid;
	border-right								: 		#FFFFFF 0px solid;
	border-bottom							: 		#FFFFFF 0px solid;
	list-style-type							: 		none;
	z-index										:		2;
}

#menu2 LI 									/* Level 0 Item */
{
	width										:		100%;
	position									: 		relative;
	z-index										:		3;
}

#menu2 UL UL 							/* Level 1 Container */
{
	width										:		100%;
	position									: 		absolute;
	left											:		0px;
	z-index										:		4;
}

#menu2 UL LI								/* Level 1 Item */
{
	width										: 		100%;
	float											: 		left;
	z-index										:		5;
}

#menu2 A 									/* Links */
{
	width										:		100%;
	margin										: 		0px;
	padding-left								: 		5px;
	padding-right							: 		0px;
	padding-top								: 		0px;
	padding-bottom						: 		0px;
	border-left								: 		#FFFFFF 0px solid;
	border-top								: 		#FFFFFF 0px solid;
	border-right								: 		#FFFFFF 0px solid;
	border-bottom							: 		#FFFFFF 0px solid;
	text-align									:		left;
	display										: 		block;
	background								: 		#FFFFFF;
	color										: 		#000000;
	text-decoration						: 		none;
	font-family								:		tahoma;
	font-size									:		.85em;
	font-weight								:		normal;
	z-index										:		6;
}

#menu2 A:hover 							/* Links Hover */
{
	background								: 		#000000;
	color										: 		#CCCCCC;
}

#menu2 H2 									/* Headings */
{
	width										: 		100%;
	margin										: 		0px;
	padding-left								: 		0px;
	padding-right							: 		0px;
	padding-top								: 		0px;
	padding-bottom						: 		0px;
	border-left								: 		#FFFFFF 0px solid;
	border-top								: 		#FFFFFF 0px solid;
	border-right								: 		#FFFFFF 0px solid;
	border-bottom							: 		#FFFFFF 0px solid;
	text-align									:		center;
	vertical-align							:		top;
	display										: 		block;
	background								: 		url('images/bottombg.jpg');
	color										: 		#FFFFFF;
	font-family								:		tahoma;
	font-size									:		.85em;
	font-weight								:		bold;
	text-transform							: 		none;	/* PV: uppercase, lowercase, none */
	cursor										:		hand;
	z-index										:		7;
}

/* Menu Actions */
DIV#menu2 UL UL 						{display	:	none}
DIV#menu2 UL LI:hover UL 		{display	:	block}
DIV#menu2 UL LI:hover UL UL 	{display	:	none}

.StyledScroll
{
	scrollbar-track-color				:		#DBD57F;
	scrollbar-face-color					:		#CCCCCC;
	scrollbar-highlight-color			: 		#920001;
	scrollbar-3dlight-color				: 		#000000;
	scrollbar-shadow-color			: 		#000000;
	scrollbar-darkshadow-color		: 		#000000;
}

.scrollerplay
{
	layer-background-color			: 		#000000;
	background-color					: 		#000000;
	color										: 		#FFFFFF;
	text-align									:		left;
}

.scrollerstop
{
	layer-background-color			: 		#000000;
	background-color					: 		#000000;
	color										: 		#FFFFFF;
	text-align									:		left;
}

.scrollitemplay
{
	layer-background-color			: 		#000000;
	background-color					: 		#000000;
	color										: 		#FFFFFF;
	text-align									:		left;
}

.scrollitemstop
{
	layer-background-color			: 		#000000;
	background-color					: 		#000000;
	color										: 		#FFFFFF;
	text-align									:		left;
}

.scrollitemtitle
{
	font-size									: 		1em;
	font-weight								: 		bold;
}

.scrollitemdescription
{
	font-size									: 		1em;
	font-weight								: 		normal;
}

a.scrollitemlink:link
{
	font-size									: 		1em;
	font-weight								: 		bold;
	text-decoration						: 		none;
	color										: 		#FFFFFF;
}

a.item:visited
{
	font-size									: 		1em;
	font-weight								: 		bold;
	text-decoration						: 		none;
	color										: 		#FFFFFF;
}

a.scrollitemlink:active
{
	font-size									: 		1em;
	font-weight								: 		bold;
	text-decoration						: 		none;
	color										: 		#FFFFFF;
}

a.scrollitemlink:hover
{
	font-size									: 		1em;
	font-weight								: 		bold;
	text-decoration						: 		none;
	color										: 		#FFFFFF;
}

ILAYER
{
	overflow									:		hidden;
}
