body {
	background-color: #282523;
	margin: 0;
	padding: 0;
}
/*copy wrap for each separate page with different background photo
for each page*/
#wrap-home {
	background: url(img010/home-main.jpg) no-repeat #282523;
	background-position: top left;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 0;
	width: 900px;
}
#wrap-package {
	background: url(img010/package-main.jpg) no-repeat #282523;
	background-position: top left;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 0;
	width: 900px;
}
#wrap-reservation {
	background: url(img010/reservation-main.gif) no-repeat #282523;
	background-position: top left;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 0;
	width: 900px;
}
#wrap-room {
	background: #282523;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 0;
	width: 900px;
}
#wrap-wedding {
	background: url(img010/wedding-main.jpg) no-repeat #282523;
	background-position: top left;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 0;
	width: 900px;
}
#header {
	float: left;
	margin: 10px 0 0 105px;
}
#blurb {
	float: left;
	margin: 20px 20px 0 20px;
	text-align: center;
	width: 300px;
}
#blurb p {
	color: #c4b27d;
}
/*content div is wrap for nav and content */
#content {
	float: left;
	margin: 30px 20px 0 360px;
	width: 530px;
}
/*nav div includes photo at right of nav */
#nav {
	float: left;
	margin: 0;
	width: 120px;
}
#nav ul {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	list-style: none;
	margin-left: -45px;
}
#nav li {
	margin: 0 0 12px 0;
}
#nav a {
	border: 1px solid #282523;
	color: #c4b27d;
	text-decoration: none;
}
#nav a:hover {
	border: 1px solid #514741;
	color: #fff;
}
/*general text section on the right side */
#content-main {
	float: left;
	margin: 40px 20px 20px 0;
	width: 520px;
}
#footer {
	float: left;
	margin-top: 30px;
	width: 900px;
}
p.image {
	color: #fff;
	width: 225px;
	margin: 0 20px 20px 0;
	padding: 5px;
	float: left;
	text-align: center;
	background-color: #4f4640;
	line-height: 1.25em;
}
p.image img {
	display: block;
	float: left;
	margin-bottom: 0;
	width: 215px;
	padding: 4px;
	border: 1px solid #b8ae7d;
	background-color: #4f4640;
	text-align: center;
}
p.image a {
	color: #99cc99;
	font-weight: bold;
	text-decoration: none;
}
p.image a:hover {
	color: #00CC00;
}
.rightimg {
	border: 1px solid #c4b27d;
	float: right;
	margin: 10px;
}
/*right2 to be used for photos within the "content-main" div */
.right2 {
	border: 1px solid #c4b27d;
	float: right;
	margin: 10px 0 10px 10px;
}
.room {
	float: left;
	margin: 10px 0 5px 10px;
	width: 100%;
}
h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 20pt;
	font-style: italic;
	font-weight: normal;
	color: #fff;
	margin: 0;
}
h2 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	color: #c4b27d;
	margin: 0;
}
p {
	color: #fff;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.25em;
	margin: 0 5px 0 8px;
}
a {
	color: #c4b27d;
}
a:hover {
	color: #0099FF;
}
ul {
	color: #fff;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.25em;
	margin: 8px 5px 0 0;
}