body
{
	background-image:url('/res/img/background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000;
	background-attachment:fixed;
	font-family:verdana;
	font-size:12px;
	text-align:center;
}

td
{
	font-family:verdana;
	font-size:12px;
}

.page
{
	border:1px #000 solid;
}

.page td.header
{
	background-position:center bottom;
	background-image:url('/res/img/top.png');
}

.page td.body
{
	padding:5px;
	background-image:url('/res/img/background.png');
}

.page td.body a
{
	text-decoration:underline;
	color:#00a;
	font-weight:bold;
}

.page td.body a:hover
{
	color:#fff;
}

.nav td
{
	width:116px;
	text-align:left;
	background-image:url('/res/img/background.png');
}

.nav a
{
	width:115px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:10px 0 11px 0;
	background-image:url('/res/img/list.png');
	background-repeat:no-repeat;
}

.nav a:hover
{
	background-image:url('/res/img/liston.png');
}

.HomePagePost
{
	margin:10px auto;
	border:1px #000 solid;
	width:358px;
	border-spacing:0;
}

.HomePagePost tbody td
{
	padding:5px;
}

.HomePagePost thead
{
	background-image:url("/res/img/postHeader.jpg");
	background-position:center;
	font-weight:bold;
	color:#fff;
	line-height:32px;
	text-align:center;
}

.HomePagePost thead td
{
	padding:0 5px;
}

.dd
{
	display:none;
	position:absolute;
	width:115px;
	margin:0;
	padding:0;
}

.dd a
{
	width:100%;
	display:block;
	background-image:url('/res/img/dd2.png');
	background-repeat:no-repeat;
	text-decoration:none;
	color:#fff;
	line-height:8px;
	font-size:10px;
}

.dd a:hover
{
	background-image:url('/res/img/dd2on.png');
}

.dd a.topLink
{
	background-image:url('/res/img/dd2top.png');
}

.dd a.topLink:hover
{
	background-image:url('/res/img/dd2topon.png');
}

.dd a.btmLink
{
	background-image:url('/res/img/dd2bottom.png');
}

.dd a.btmLink:hover
{
	background-image:url('/res/img/dd2bottomon.png');
}

img
{
	border:0;
}

.foodTable td
{
	font-size:18px;
	line-height:34px;
}

.stdTable td
{
	font-size:18px;
}

.page td.body div.pickBtn
{
	width:300px;
	line-height:50px;
	text-align:center;
}

.page td.body div.pickBtn a
{
	display:block;
	font-family:arial black, arial;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	background-image:url('/res/img/button.png');
}

.page td.body div.pickBtn a:hover
{
	background-image:url('/res/img/buttonon.png');
}

.footerBar
{
	background-image:url('/res/img/background.png');
	width:700px;
	padding:2px 0;
	margin:5px auto;
	border:1px #000 solid;
	text-align:center;
}

.footerBar a:link, .footerBar a:visited
{
	color:#000;
}

.footerBar a:hover, .footerBar a:active
{
	text-decoration:none;
}

h1
{
	text-align:center;
}

dt
{
	font-weight:bold;
	font-size:16px;
}