@charset "UTF-8";

html {
	margin:0px;
	padding:0px;
}
body {
	height:100%;
	width: 100%;
	margin: 0px;
	background-color: #C0CDD6;
}
#container {
	position: absolute;
	height:600px;
	width:955px;
	left: 50%;
	top:50%;
	margin:-300px -477px -300px -477px;;
	overflow:auto;
	background-image: url(images/bkg.jpg);
	background-repeat:no-repeat;
}

#logo {
	position:relative;
	left:15px;
	top:15px;
	width:281px;
	height:104px;
	z-index:1;
}
#image1 {
	position: absolute;
	left:100px;
	top:166px;
	width:265px;
	height:320px;
	z-index:1;
}
#text {
	position:absolute;
	left:400px;
	top:160px;
	width:460px;
	height:340px;
	z-index:1;
	overflow: visible;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D1D10;
	line-height:16px;
	margin: 0px 10px 10px 0px;
}

#menu {
	position:absolute;
	left:366px;
	top:94px;
	width:523px;
	height:23px;
	z-index:1;
}
#dinnerDiv {
	position:absolute;
	left:577px;
	top:16px;
	width:294px;
	height:49px;
	z-index:1;
	padding: 8px;
	border: #FFCC66 2px solid;
	overflow: visible;
	background-color: #FFFFFF;
}
a:link {
	color: #307897;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #307897;
}
a:hover {
	text-decoration: underline;
	color: #6D1E12;
}
a:active {
	text-decoration: none;
}.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 32px;
	color: #751E10;
}
