
body
{
	margin: 0;
	padding: 0;
 	font: 100 10pt 'Palatino Linotype';
	color: #000000;
	background-color: #54331D;
	background-image: url('images/bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	text-align: left;
}

	#container
	{
		width: 100%;
		text-align: left;
	}
		
		#navigation
		{
			margin: auto;
			width: 900px;
			height: 185px;
		}
			
		#body  
		{
			margin: auto;
			width: 900px;
			background-image: url('images/main-bg.png');
			background-repeat: repeat-y;
			background-position: center bottom;
			min-height: 550px;
		}
		
		#footer
		{
			margin: auto;
			width: 100%;
			height: 200px;
			background-image: url('images/footer.png');
			background-repeat: no-repeat;
			background-position: center top;
		}

td
{
 	font: 100 10pt 'Palatino Linotype';
	text-align: left;
}

a, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #833C23;
	background-color: transparent;
}

a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #833C23;
	background-color: transparent;
}

a.footer, a.footer:visited, a.footer:hover
{
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
	background-color: transparent;
}

span.price
{
	float: right;
	font: 100 10pt 'Palatino Linotype';
	font-weight: bold;
	font-style: italic;
	color: #990000;
}
		
p
{
	margin: 0px;
	text-align: left;
	color: #000000;
	background-color: transparent;
}

p.center
{
	margin: 0px;
	text-align: center;
	color: #000000;
	background-color: transparent;
}

p.right
{
	margin: 0px;
	text-align: right;
	vertical-align: middle;
	color: #000000;
	background-color: transparent;
}

p.bold
{
	margin: 0px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

p.redbold
{
	margin: 0px;
	text-align: left;
	font-weight: bold;
	color: #990000;
	background-color: transparent;
}

p.italics
{
	margin: 0px;
	text-align: left;
	font-style: italic;
	color: #000000;
	background-color: transparent;
}

p.footer
{
	margin: 0px;
	text-align: center;
	font: 100 10px Arial;
	color: #FFFFFF;
	background-color: transparent;
}

p.specialsred
{
	font: 100 12px 'Palatino Linotype';
	font-weight: bold;
	color: #990000;
}

p.specialsblack
{
	font: 100 11px 'Palatino Linotype';
	font-weight: bold;
	color: #000000;
}

p.dailyspecial
{
	font: 100 14px 'Palatino Linotype';
	font-weight: bold;
	color: #FDB713;
	filter: Shadow(Color=#222222,Direction=135,Strength=2);
}

p.managerspecial
{
	text-align: center;
	font: 100 30px 'Palatino Linotype';
	font-weight: bold;
	color: #990000;
	filter: Shadow(Color=#222222,Direction=135,Strength=2);

}

	/* Shadow for Internet Explorer */
	p.managerspecialshadow {
		text-align: center;
		font: 100 30px 'Palatino Linotype';
		font-weight: bold;
		color: #000000;
		margin: -40px 0px 0px 0px;
		filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='1', MakeShadow='true', ShadowOpacity='0.20');
	}

p.managerspecialsub
{
	text-align: center;
	font: 100 20px 'Palatino Linotype';
	font-weight: bold;
	color: #FDB713;
	filter: Shadow(Color=#222222,Direction=135,Strength=2);
}

	/* Shadow for Internet Explorer */
	p.managerspecialsubshadow {
		text-align: center;
		font: 100 20px 'Palatino Linotype';
		font-weight: bold;
		color: #000000;
		margin: -27px 0px 0px 1px;
		filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='1', MakeShadow='true', ShadowOpacity='0.15');
	}

h1
{
	text-align: left;
	font: 100 30px 'Palatino Linotype';
	font-weight: bold;
	color: #990000;
	filter: Shadow(Color=#222222,Direction=135,Strength=2);
}

	/* Shadow for Internet Explorer */
	h1.shadow {
		text-align: left;
		font: 100 30px 'Palatino Linotype';
		font-weight: bold;
		color: #000000;
		margin: -40px 0px 0px 0px;
		filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='1', MakeShadow='true', ShadowOpacity='0.20');
	}

h2
{
	margin: 0px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	filter: Shadow(Color=#222222,Direction=135,Strength=2);
}

	/* Shadow for Internet Explorer */
	h2.shadow {
		text-align: center;
		font: 100 20px 'Palatino Linotype';
		font-weight: bold;
		color: #000000;
		margin: -27px 0px 0px 1px;
		filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='1', MakeShadow='true', ShadowOpacity='0.15');
	}
	
