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

/*
Fixed Width
*/
#outer {
	width: 1024px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	z-index: 1;
	background-repeat: no-repeat;
	height: auto;
	background-image: url(graphics/background1.jpg);
	padding-bottom: 0.7px;
	background-color: #FFF;
}
#logo1 {
	z-index: 500;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 235px;
	padding-top: 0px;
	position: relative;
	margin-left: 400px;
	height: 180px;
	top: -120px;
}
#tagline {
	z-index: 100;
	width: 1021px;
	position: absolute;
	height: 237px;
}
#top-photo {
	z-index: 100;
	width: 840px;
	padding-top: 0px;
	position: absolute;
	top:176px;
	margin-left: 50px;
	height: auto;
	left: 49px;
}
#daisy {
	z-index: 1000;
	width: 357px;
	padding-top: 0px;
	position: absolute;
	top:-150px;
	margin-left: 720px;
	height: 273px;
	left: -155px;
}
#rings {
	z-index: 500;
	background-image: url(images/daisey.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 383px;
	padding-top: 0px;
	position: absolute;
	top:582px;
	margin-left: 700px;
	height: 223px;
}
#navigation {
	width: 840px;
	position: absolute;
	visibility: visible;
	top: 604px;
	margin-left: 100px;
	z-index: 500;
}
#reservations {
	z-index: 500;
	width: 200px;
	padding-top: 0px;
	position: absolute;
	top:1000px;
	margin-left: 40px;
	height: 56px;
	left: 71px;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
}

h2 {
	font-size: 16px;
	margin: 0 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4B6B01;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: normal;
}
h3 {
	font-size: 14px;
	margin: 0 0 0 0;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: lighter;
	color: #666;
	letter-spacing: 4px;
}
.paragraph {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	letter-spacing: normal;
	line-height: 18px;
	padding-right: 0px;
}
.bullets {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	list-style-position: inside;
	list-style-image: url(graphics/bullet.png);
	list-style-type: square;
}
.image {
	padding: 0px;
	border: 8px solid #4B6647;
	margin: 0;
}

.leftimage {
	float: left;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
}

.rightimage {
	float: right;
	margin-top: 10px;
	padding-top: 10;
}
#footer {
	z-index: 15;
	width: 795px;
	position: relative;
	height: auto;
	color: #F9F6F1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #4A3131;
	text-align: left;
	padding-left: 30px;
	left: auto;
	top: 10;
	padding-top: 15px;
	padding-bottom: 10px;
}
#content {
	z-index: 50;
	width: 840px;
	height: auto;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(graphics/white-back.png);
	background-repeat: repeat-y;
	margin-right: 100px;
	margin-bottom: 50px;
	margin-left: 104px;
	padding-top: 630px;
	position: inherit;
}

