body {
	background: #fff;
	margin: 0;
	padding: 0;
}
#bigwrap {
	background: url(img/bnr1.jpg) no-repeat #fff;
	margin-left: -600px;
	position: absolute;
	left: 50%;
	top: 3%;
	width: 1250px;
}
#contentwrap {
	background-color: #c7e6fa;
	float: left;
	margin: 240px 0 0 188px;
	width: 805px;
}
#left {
	float: left;
	margin: 0 20px 20px 0;
	width: 250px;
}
#content {
	float: left;
	margin: 0;
	width: 525px;
}
#footer {
	clear: both;
	margin-top: 20px;
	width: 100%;
}
#footer p {
	border: 1px solid #999;
	font-size: 8pt;
	margin: 10px 20px 5px 20px;
	padding: 10px;
}
.address {
	border-top: 1px solid #999;
}
/* myBox is used for the curved corners on the sidebar */
.myBox
{
    margin: 10px 0 5px 10px;
    border: 1px solid #ffa97f;
    color: #333;
    width: 98%;
    padding: 20px;
    text-align: left;
    background-color: #fee9d8;
}
.rightimg {
	background-color: #c7e6fa;
	border: 1px solid #ffa97f;
	float: right;
	margin: 0 20px 5px 10px;
	padding: 1px;
}
/* the room div class separates the room descriptions */
.room {
	float: left;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	margin: 15px 0 5px 5px;
	padding-bottom: 5px;
	width: 98%;
}
.roomimg {
	background-color: #c7e6fa;
	border: 1px solid #ffa97f;
	margin: 0 0 5px 48px;
	padding: 1px;
}
/* the price span class moves the room price to the right */
.price {
	color: #666;
	font-size: 10pt;
	font-style: normal;
	float: right;
	text-align: right;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	color: #333;
	margin: 0 10px 0 5px;
}
h2 {
	font-family: Times New Roman, serif;
	font-size: 14pt;
	font-style: oblique;
	font-weight: lighter;
	color: black;
	margin: 0 10px 3px 5px;
}
h3 {
	font-family: Times New Roman, serif;
	font-size: 14pt;
	font-weight: normal;
	color: black;
	margin: 0 10px 3px 5px;
}
p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: black;
	margin: 0 10px 5px 5px;
}
ul {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: #000;
	line-height: 1.25em;
	margin: 0 0 5px -20px;
}
li {
	margin-bottom: 5px;
}