﻿body
{
	/*background-color: #7c7c7c;*/
	background-color: #a5a4a4;
	font-family: Arial;
}
.PageContainer
{
	width: 100%;
	height: 100%;
}
.PageBackgroundTop
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 800px;
	background-repeat: repeat-x;
	background-image: url(   'WebImages/Page/backgroundBottom.gif' );
}
.ContentContainer
{
	width: 905px;
	position: relative;
	margin: auto;
}

.ContentTop
{
	width: 900px;
	height: 210px;
	background-repeat:no-repeat;
	background-image: url(   'WebImages/Page/topMenu3.png' );
}
.ContentMenu
{
	width: 100%;
	height: 40px;
	background-color: #666666;
}
.ContentMenuDivider
{
	float: left;
	width: 2px;
	height: 33px;
	background-repeat: no-repeat;
	background-image: url(   'WebImages/Page/topMenu3.gif' );
}
.ContentMenuText
{
	float: left;
	height: 33px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	vertical-align: middle;
	background-repeat: repeat-x;
	font-size: 10pt;
	font-weight: bold; /*background-image: url(  'WebImages/Page/topMenu2.gif' );*/
	cursor: pointer;
}

.ContentTopInner
{
	width: 100%;
	height: 100%;
	padding-left: 20px;
}

.ContentMenuContainer
{
	width: 500px;
	height: 32px;
	color: #000000;
}
.ContentMainLeft
{
	position:relative;
	float: left;
	min-height: 500px;
	width: 648px;
	font-size: 10pt;

}

.ContentMainRight
{
	position:relative;
	float: right;
	min-height: 500px;
	width: 250px;

}

.ContentClear
{
	clear: both;
}
.MainWindowTop
{
	position:absolute;
	top:0px;
	width: 100%;
	height: 19px;
	background-repeat: no-repeat;
	background-image: url(   'WebImages/Page/mainWindowTop.png' );
}
.MainWindowMiddle
{
	
}
.MainWindowBottom
{
	position:absolute;
	bottom:0px;
	width: 100%;
	height: 17px;
	background-repeat: no-repeat;
	background-image: url(   'WebImages/Page/mainWindowBottom.png' );
}

.SideWindowTop
{
	position: relative;
	width: 100%;
	height: 43px;
	background-repeat: no-repeat;
	background-image: url(   'WebImages/Page/sideWindowTop.png' );
}
.SideWindowMiddle
{
	width: 100%;
	min-height: 50px;
	padding: 0px 10px 0px 8px;
	background-repeat: repeat-y;
	background-image: url(   'WebImages/Page/sideWindowMiddle.png' );
}
.SideWindowBottom
{
	width: 100%;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(   'WebImages/Page/sideWindowBottom.png' );
}

.SideBoxTop
{
	position: relative;
	width: 228px;
	height: 4px;
	background-repeat: no-repeat;
	background-image: url(   'WebImages/Page/sideBoxTop.png' );
}
.SideBoxMiddle
{
	width: 228px;
	min-height: 30px;
	font-size: 10pt;
	background-repeat: repeat-y;
	background-image: url(   'WebImages/Page/sideBoxMiddle.png' );
	cursor: pointer;
}
.SideBoxBottom
{
	width: 228px;
	height: 4px;
	background-repeat: no-repeat;
	background-image: url(   'WebImages/Page/sideBoxBottom.png' );
}

.EventText
{
	position: absolute;
	width: 100%;
	height: 32px;
	top: 6px;
	left: 30px;
	background-repeat: no-repeat;
	background-image: url(   'WebImages/Page/eventText.png' );
}
.OpeningText
{
	position: absolute;
	width: 100%;
	height: 32px;
	top: 7px;
	left: 30px;
	background-repeat: no-repeat;
	background-image: url(   'WebImages/Page/openinghours.png' );
}

.MenuStart
{
	/*background-image: url(  'WebImages/Page/openinghours.png' );*/
	padding-top: 11px;
}

.MenuTopHeading
{
	font-size: 12pt;
	width:100%;
	text-align:center;
	padding-bottom:5px;
	font-weight:bold;
}
.MenuTopHeadingSmall
{
	font-size: 12pt;
	width:100%;
	text-align:center;
	padding-bottom:5px;
}
.MenuHeading
{
	font-size: 10pt;
	float: left;
}
.MenuPrice
{
	font-size: 10pt;
	float: right;
	padding-right:20px;
}
.MenuText
{
	font-size: 8pt;
	color: #666666;
	padding-bottom:4px;
}
