@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
}
#wrapper {
	width: 900px;
	height: 675px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	width: 900px;
	height: 116px;
}

#logo {
	width: 400px;
	height: 116px;
	float: left;
}

#blank {
	width: 500px;
	height: 81px;
	float: left;
}

#navbar {
	width: 500px;
	height: 35px;
	float: left;
}

#center1 {
	width: 900px;
	height: 441px;
}

#center2 {
	width: 900px;
	height: 441px;
}

#center3 {
	width: 900px;
	height: 441px;
	padding-left: 19px;
}


#picture {
	height: 432px;
	width: 324px;
	float: left;
	padding-left: 19px;
}

#opentable {
	float: left;
	height: 432px;
	width: 190px;
}

#content {
	float: right;
	height: 432px;
	width: 540px;
}

#content2 {
	float: left;
	height: 432px;
	width: 348px;
}

#slideshow {
	position:relative;
	height: 432px;
	width: 358px;
	float: left;
	left: 18px;
	top: 5px;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	opacity:0.0;
}

#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:5;
	
}
#slideshow2 {
	position: relative;
	height:432px;
	width: 499px;
	float: right;
	right: 18px;
	top: 5px;
}
#slideshow2 IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	opacity:0.0;
}

#slideshow2 IMG.active {
	z-index:10;
	opacity:1.0;
}

#slideshow2 IMG.last-active {
    z-index:5;
}
#enterlink {
	float: right;
	height: 30px;
	width: 100px;
	margin-top: 560px;
	margin-right: 15px;
}

#address {
	width: 569px;
	height: 43px;
	float: left;
}

#contact {
	width: 331px;
	height: 43px;
	float: left;
}

#footer {
	width: 900px;
	height: 70px;
	font-family: "MS Serif", "New York", serif;
	font-size: 0.7em;
}

