body {
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(media/bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 0px;
	margin-top: 0px
}
a:link {
	color: #572700;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #572700;
}
a:hover {
	text-decoration: underline;
	color: #F08906;
}
a:active {
	text-decoration: none;
	color: #5AC3FA;
}

#sidebar {
	position: fixed;
	width: 250px;
	left: 0px;
	top: 0px;
}

#sidebar table tr td a {
	text-decoration: none;
	color: #5A2400;
	font-size: 14px;
}
#maincontent {
	position: absolute;
	left: 251px;
	top: 100px;
	list-style-type: none;
	overflow: auto;
	visibility: visible;
	z-index: auto;
}

#maincontent table tr td p {
	font-weight: bold;
	color: #572700;
	text-align: center;
}

#maincontent table tr td ul li {
	font-size: 14px;
	color: #DA7C04;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 24px;
	text-align: justify;
	list-style-type: none;
	padding-left: 35px;
}

.priceItalic {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #572700;
}

.MenuHeader {
	font-weight: bold;
	color: #572700;
	text-align: center;
}
.MenuItem {
	font-size: 14px;
	color: #DA7C04;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 24px;

}

