BODY
{
	margin: 0px;
	padding: 0px;

	background-color:Black;
	text-align: center;
	height: 100%;
	width: 100%;
	display: block;
}

#main
{
	position: relative;
	width: 700px;
	height: 100%;
	background-color: black;
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

#manu
{
    position: absolute;
    top: 0px;
    left:0px;
    float: right;
    width:135px;
    display:inline;
    float: right;
    background-color: Black;
    width: 200px;
    padding-left:10px;
    padding-top:10px;
}

#gr
{
    position: absolute;
    top: 0px;
    right:0px;
    float: right;
    width:135px;
    display:inline;
    float: left;
    width: 200px;
    background-color: Black;
    padding-right:10px;
    padding-top:10px;
    
}

#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	margin: 2;
	height: 125px;
	color: red;
	background-color: black;
	background-image: url(images/header.jpg);
}

#menu
{
	position: absolute;
	top: 125px;
	left: 0px;
	width: 700px;
	margin-left: 30;
	height: 30px;	
}


.leftMenuBtn, .rightMenuBtn
{
	height: 30px;
	width: 30px;
	float: left;

}

.leftMenuBtn
{
	background-image: url(images/leftCornerBtn.gif);
}

.backMenuBtn
{
	height: 30px;
	background-image: url(images/backBtn.gif);
	float: left;
}

.rightMenuBtn
{
	background-image: url(images/rightCornerBtn.gif);
}

.menuItem
{
	color: white;
	width: 75px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	float: left;
	margin-top: 7px;
}

#content
{
	position: absolute;
	top: 10px;
	left: 0px;
	margin-top: 160px;
	background-color: black;
	width: 700px;
	height: 100%;
}

#primary
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 475px;
float: right;
}

.primeContent
{
	margin-left: 35px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 32px;
	color: white;
	font-family: arial, tahoma, sans-serif;
}

#secondary
{
	position: relative;
	top: 0px;
	left: 475px;
	width: 180px;
	height: 245px;
	float: left;
	margin: 10px;
	background-color: #000033;
	/*background-image: url(images/pool3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;*/
}

#secItems
{
	
	color: white;
	font-family: arial, tahoma, sans-serif;
	font-size: 11px;
	padding: 20px;
	background-color: #000033;
}

#secItems .heading
{
	font-size: 12px;
	font-weight: bold;
}

.panelTopLeft, panelTopRight, panelBtmLeft, panelBtmRight
{
	width: 20px;
	height: 20px;
	display: block;
}

.panelTopLeft
{
	background-image: url(images/topLeftPanel.gif);
	float: left;

}

.panelTopRight
{
	background-image: url(images/topRightPanel.gif);
	float: right;
	width: 20px;
	height: 20px
}


.panelBtmLeft
{
	background-image: url(images/btmLeftPanel.gif);
	float: left;
	width: 20px;
	height: 20px;
}

.panelBtmRight
{
	background-image: url(images/btmRightPanel.gif);
	float: right;
	width: 20px;
	height: 20px;
}

A
{
	text-decoration: none;
	color: white;
}

.menuPrice
{
	font-size: 14px;
	color:  silver;
	float: right;
}

.menuItems
{
	font-size: 14px;
	line-height: 24px;
	color: white;
}

.menuItemDescription
{
	font-size: 12px;
	line-height: 24px;
	color: white;
	float: right;
}

.menuHeader
{
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	color: yellow;
}

#events
{
	margin: 25px;
	color: white;
	font-family: arial, tahoma, sans-serif;
	width: 420px;
	padding: 25px;
	font-size: 12px;
	vertical-align: top;
	border: 3px double white;
}

.eventHdrDate
{
	width: 100px;
	padding: 4px 0px 4px 5px;
	font-size: 14px;
}

.eventHdr
{
	margin-left: 25px;
	font-size: 14px;
}

.date
{
	width: 100px;
	padding: 4px 0px 4px 5px;
	vertical-align: top;
}

.event
{
	width: 220px;
	padding: 4px 0px 4px 5px;
	vertical-align: top;
}

.eventFullSpan
{

	padding: 4px 0px 4px 5px;
	vertical-align: top;
}
.time
{
	width:80px;
	font-size: 12px;
	padding: 4px 0px 4px 5px;;
	vertical-align: top;
}

A HREF
{
    border:0px;
}








