html {
	height: 100%;
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: auto;
	min-height: 100%;
	background-attachment: fixed;
}

#menu {
	position:absolute;
	width:440px;
	height:25px;
	z-index:5;
	left: 9px;
	top: 155px;
}


#headertop
{ 	position:absolute;
	width:495px;
	height:155px;
	z-index:3;
	right: 0px;
	top: 0px;
	text-align:left;
}

#gallery { position: relative; width:495px; height:155px; margin:0; padding:0; }
#gallery li { display: block; }


#restaurantheader {
	position:absolute;
	width:494px;
	height:50px;
	z-index:3;
	left: 18px;
	top: 182px;
	text-align:left;
}


#news {
	position:relative;
	width:90%;
	height:25px;
	z-index:1;
	text-align: center;
	margin: 0px auto;
	background-color: #e6ffc5;
	padding: 5px;
}

#news a {
	color: #28903A;

}

.oneColFixCtrHdr #container {
	position: relative;
	width: 780px; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0px;
	border: 0px solid #000000;
	
}

.oneColFixCtrHdr #header img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 35px 20px 20px 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	color: #2E3192;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #2E3192;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font-size: 12pt;
	color: #2E3192;
	margin-bottom: -12px;
}
h2 {
	font-size: 10pt;
}

