* {
	padding: 0px;
	margin: 0px;
}
body, html {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
body {
	background-color: #580000;
}
#containerDiv {
	margin: 0px auto;
	padding: 0px;
	width: 744px;
	height: 864px;
	background-image: url(images/mainbg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
}
#menu {
	float: right;
	text-align: right;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	padding-top: 140px;
}
#menu ul li {
	list-style: none;
	background-image: url(images/menu-arrow-plain.png);
	background-position: right;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#menu ul li:hover {
	background-image: url(images/menu-arrow-hover.png);
}
#menu ul li a {
	color: #580000;
	text-decoration: none;
	width: 80px;
	height: 22px;
	padding-right: 22px;
	display: block;
	border: none;
}
#menu ul li a:hover {
	color: #FFFFFF;
}
#contentDiv {
	width: 460px;
	height: 433px;
	margin: 0px;
	position: relative;
	left: 139px;
	top: 150px;
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #c;
	text-align: justify;
	overflow: hidden;
}
	#contentDiv>div {
		width: 460px;
		height: 433px;
		overflow-y: auto;
		overflow-x: hidden;
	}
#siteHeader {
	background-image: url(images/title.png);
	width: 392px;
	height: 115px;
	position: relative;
	left: 171px;
	top: 130px;
}
#siteHeader span {
	display: none;
}
#contentDiv p {
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 10px;
}
.addressInfo {
	margin-left: 30px;
	text-align: left;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 15px;
	margin-left: 45px;
}
.menuPage h2 {
	float: left;
	width: 248px;
}
.menuList {
	margin-left: 45px;
	list-style: none;
	clear: both;
}
.menuList .title {
	font-style: italic;
	font-size: 16px;
	float: left;
}
.menuList .priceInfo {
	float: right;
	margin-right: 40px;
}
.menuList .description {
	display: block;
	clear: both;
	font-size: 12px;
	width: 300px;
	line-height: normal;
	margin-bottom: 6px;
}
.menuList .extraInfo {
	padding-top: 5px;
	margin-right: 40px;
}
.childMenu {
	clear: both;
	margin-left: -45px;
}
.childMenu p {
	font-size: 12px;
	font-style: italic;
}
.menuSectionList {
	list-style-type: upper-roman;
	margin-left: 170px;
	padding-top: 5px;
}
a {
	color: #580000;
	text-decoration: none;
	border-bottom: 1px dotted #580000;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #580000;
}
#contentDiv p.googleMapsInfo {
	font-size: 12px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
.topLink {
	font-size: 10px;
	font-weight: normal;
	margin-right: 40px;
	float: right;
	margin-top: 15px;
}
.groupMenuPage ul {
	margin-left: 60px;
	padding-right: 40px;
}
.groupMenuPage ul ul {
	font-size: 12px;
	line-height: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 35px;
}

/* jQuery-jScrollpane styles */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 33px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 33px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: url(images/scrollbar-line.png) repeat-y;
	position: relative;
	cursor: pointer;
}

.jspDrag
{
	background: url(images/scrollbar-drag.png) no-repeat;
	position: relative;
	top: 0;
	left: 0;
	height: 74px;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
