/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body {
	background-color: #3B4518;
	font-family:Book Antiqua, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#3B4518;
}

#container {
	position:relative;
	width: 789px;
	height: 100%;
	margin: 0 auto;
	border-color: #1D220B;
	border-style: solid;
	border-width:2px;
	background-color:#E4D1A1;
	background-image:url(../images/bkgd.gif);
	background-position:top;
	background-repeat:repeat-y;
}

#header {
	position:relative;
	width: 100%;
	height: 127px;
	background-image:url(../images/homepage_final_01.jpg);
	background-position:top;
	background-repeat:no-repeat;
	overflow:hidden;
}

#header-oval {
	height:237px;
	width:178px;
}

#below-oval {
	position:relative;
	width:178px;
	background-image:url(../images/bkgd3.gif);
	background-position:top;
	background-repeat:no-repeat;
	height: auto !important;
	height: 107px;
	min-height: 107px;
}

#middle {
	position:relative;
	width:100%;
}

#left {
	position:relative;
	float: left;
	width: 165px;
}

#left-interior {
	position:relative;
	float: left;
	width:178px;
	height:100%;
}

#right-interior {
	position:relative;
	float:right;
	width: 611px;
	height: auto !important;
	height: 344px;
	min-height: 344px;
	background-image:url(../images/bkgd2.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#photos {
	position:relative;
	width: 595px;
	height:219px;
	margin-left: -13px;
	margin-top: 125px;
}

#header-photo1 {
	float:left;
	padding:20px 19px 0px 20px;
}

#header-photo2 {
	padding:20px 17px 0px 0px;
}

#content {
	position:relative;
	float: left;
	width: 594px;
}

#content-inside {
	position:relative;
	margin: 0px 30px 0px 30px;
}

#content-inside p {
	margin: 12px 0px 12px 0px;
}

#content-inside-interior {
	position:relative;
	margin: 25px 45px 0px 15px;
}

#content-inside-interior p {
	margin: 12px 0px 12px 0px;
}

#bottom {
	position:relative;
	background-image:url(../images/homepage_final_08.gif);
	background-position:top;
	background-repeat:no-repeat;
	width: 100%;
	height:32px;
}

h1 {
	font-size:14px;
	font-weight:bold;
	text-align: center;
	margin-top: 10px;
}

h2 {
	font-weight:bold;
	font-size:16px;
}

a {
	color:#353F14;
	text-decoration:none;
}

a:hover {
	color:#353F14;
	text-decoration:underline;
}

#footer {
	position:relative;
	left: 50%;
	margin-left: -394px;
	height: 30px;
	width: 789px;
	text-align:center;
	color:#E4D1A1;
	margin-top: 10px;
	clear:both;
}

#footer2 {
	font-size: 10px;
	color:#C3AF7E;
}

#footer2 a {
	color:#C3AF7E;
	text-decoration: underline;
}

.rates {
	border: 1px solid #3B4518;
}

.rates td {
	border: 1px solid #3B4518;
	padding: 10px;
}

.picture {
	border: 2px solid #3B4518;
}

.picture-right {
	border: 2px solid #3B4518;
	margin-right: 15px;
	margin-left: 5px;
}

.amenities {
	margin-left: 30px;
}
	
.rooms-content {
	font-size: 14px;
}