@charset "utf-8";
/* CSS Document */

* {
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	}
	
a {
	color:#000000;
	}
	
#container {
	text-align:center;
	width: 1001px;
	margin: 0 auto;
	margin-top:3%;
	height:100%;
	}
	
#menubutton {
	margin: 0 auto;
	margin-top:30px;
	height:33px;
	width:1001px;
	text-align:left;
	}

#menubutton img{
	border:none;
	}	

#headerstatement {
	margin: 0 auto;
	margin-top:10px;
	height:33px;
	width:1001px;
	text-align:right;
	}
	
#content {
	height:470px;
	width:1001px;
	text-align:center;
	}

#aboutContainer {
	height:441px;
	width:668px;
	margin:auto;
	margin-bottom:10px;
	position:relative;
	}

#aboutBackground {
	height:441px;
	width:668px;
	margin:auto;
	position:absolute;
	background-image:url(../images/about-background.png);
	background-repeat:no-repeat;
	background-position:top;
	z-index:1;
	}

#contentAbout {
	height:401px;
	width:642px;
	margin:20px 0px 40px 10px;
	position:absolute;
	text-align:center;
	overflow-y: scroll;
	overflow-x: none;
	z-index:2;
	}
	
#contentContact {
	height:470px;
	width:1001px;
	text-align:left;
	}
	
#footer {
	margin: 0 auto;
	height:23px;
	width:483px;
	background-image:url(/images/footer.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:518px;
	padding-top:76px;
	}
	
#reservationsfooter {
	position:absolute;
	margin: 0 auto;
	top:576px;
	height:23px;
	width:483px;
	background-image:url(/images/footer.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:518px;
	padding-top:76px;
	text-align:left;
	}
	
#menus {
	height:440px;
	width:338px;
	float:left;
	margin-left:168px;
	}

#menuimages {
	height:448px;
	width:333px;
	float:right;
	margin-right:161px;
	margin-top:8px;
	}

#contact {
	margin-left:170px;
	width:561px;
	height:440px;
	float:left;
	text-align:left;
	}

#reservations {
	background-image:url(../images/reservations.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0 auto;
	height:440px;
	top:146px;
	margin-top:8px;
	width:1001px;
	text-align:center;
	}
	
#designfooter a {
	padding-left:18px;
	color:#999;
	font-size:12px;
	}

.topmargin20 {
	margin-top:8px;
	}
	
.white {
	color:#FFF;
}
	
