body {
background-image: url(images/bg.png);
text-align: center;
margin-left:auto;
margin-right:auto;
margin-top:0;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 0.5;
}

img:hover{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
-moz-opacity: 1;
}

#container {
	width: 809px;
	margin: 0 auto; 
    border: 0; 

} 

#header-left {
	background-image:url(homepageimages/homepage-header-left.png);
	background-repeat:no-repeat;
	width: 536px;
	height: 139px;
	float:left;
}


/* Begin menu.htm */

#header-right {
	background-image:url(menuimages/menuimages_02.png);
	background-repeat:no-repeat;
	width: 265px;
	height: 139px;
	float:right;
}


#separate {
	background-image: url(menuimages/menuimages_03.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 809px;
}

#maincontainer {
		width: 786px;
		float: left;
}

#buttoncontainer {

float: left;

}

#home {
	height: 63px;
	width: 171px;
	float: left;
}

#schedule {
	height: 63px;
	width: 171px;
	float: left;
}

#rates {
	height: 64px;
	width: 171px;
	float: left;
}

#photos {
	height: 64px;
	width: 171px;
	float: left;
}

#menu {
	height: 63px;
	width: 171px;
	float: left;
}

#location {
	height: 61px;
	width: 171px;
	float: left;
}

#contact {
	height: 129px;
	width: 171px;
	float: left;
}


#content {
	background-image: url(menuimages/menuimages_05.png);
	background-repeat: no-repeat;
	height: 507px;
	width: 615px;
	float: right;
	
}

#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b5645b;
	text-align: left;
	width: 570px;
	margin-top: 30px;
	margin-left: 30px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	padding-left: 165px;		
	
}

/*  End menu.htm */

