@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	margin: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/main-bg.jpg);
	background-position: center center;
	background-attachment: fixed;
}

#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
	min-height: 100%;
}
#navigationDiv {
	width: 800px;
	height: 768px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -239px;
	margin-left: -400px;
}
.smallText10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
#bottomNav{
	width: 745px;
	height: 20px;
	background-image:url(../images/bottom-nav.png);
	margin: 0px auto 10px auto;
	padding-top: 6px;
	padding-bottom: 0px;
	color: #FFFFFF;
}
/* small links */
a.smallLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a.smallLink:link {
	text-decoration: none;
}
a.smallLink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.smallLink:hover {
	text-decoration: underline;
}
/* Menu Link */
a.smallLink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a.smallLink2:link {
	text-decoration: none;
}
a.smallLink2:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.smallLink2:hover {
	text-decoration: underline;
}
#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 768px;
	margin-top: -386px; /* half of the height */
	margin-left: -400px; /* half of the width */
}
#IndexDiv {
	height: 70px;
	width: 480px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 8px;
	margin-top: 25px;
	padding-bottom: 5px;
}
#ContactDiv {
	height: 70px;
	width: 480px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 8px;
	margin-top: 25px;
	padding-bottom: 5px;
	text-align: center;
}
#CateringDiv {
	height: 70px;
	width: 480px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 8px;
	margin-top: 25px;
	padding-bottom: 5px;
	text-align: center;
}
#PhotosDiv {
	height: 70px;
	width: 480px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 8px;
	margin-top: 25px;
	padding-bottom: 5px;
	text-align: center;
	padding-top: 20px;
}
#InfoDiv {
	height: 70px;
	width: 480px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 8px;
}
#MenuDivSmall {
	height: 40px;
	width: 480px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 62px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 8px;
	text-align: center;
}
.MenuSection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FEF400;
}

.BoldFont12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.BoldFontYellow12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #FFFF00;
}
#MenuDiv {
	height: 310px;
	width: 390px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 55px;
	margin-left: 62px;
}
