body {
	text-align: center;
	font-family: Verdana;
	background: #76180e url(images/bg.jpg) no-repeat top center;
	font-size: 62.5%; /* Resets 1em to 10px */
	margin: 0;
	padding: 0;
}
#header {
	margin: 0 auto;
	text-align: center;
}
#wrapper {
	margin:0 auto;
	text-align: left;
	width: 920px;
	background: #bec39b url(images/mainbg.jpg) no-repeat top center;
}
#wrapper p {
	margin: 0;
	padding: 0;
}
#nav {
	background: green;
}
#left {
	width: 650px;
	float: left;
	padding-left: 24px;
	line-height: 1.4em;
}
.whyChoose {
	margin-left: 40px;
}
#right {
	width: 240px;
	float: right;
}
#footer {
	margin: 10px 10px 0 10px;
	clear: both;
	background: #62683e;
	height: 90px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.footerLeft, .footerSignup {
	float: left;
}
.footerLeft {
	padding: 10px 0 0 40px;
	font-size: 1.4em;
	line-height: 30px;
	text-align: center;
}
.footerSignup {
	padding: 8px 0 0 10px;
}
.footerRight {
	float: right;
}
#footer input {
	background: #bec39b;	
	border: solid 1px #d5d8b6;
}
#footer form {
	margin-left: 5px;
	margin-top: 4px;
}
#footer {
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#sideiframe {
position:relative;
z-index:9;
height: 201px;
}


.room {
	position: relative;
	width: 600px;
	height: 150px;
	margin: 0 0 0 8px;
	padding: 0;
}
.room img {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
}
.room h2 {
	position: absolute;
	top: -10px;
	left: 210px;
	margin: 6px 0 24px 0;
	padding: 0;
}
.room .description {
	position: absolute;
	top: 14px;
	left: 210px;
}

#info_box {
	background: #a3a787;
	border: solid 1px #686a58;
	margin: 0 3px 12px 0px;
	width: 600px;
}
#info_box p {
	padding: 8px;
	margin: 0;
}

.whyChoose {
	margin: 16px 12px 0px 0px;
}	
#contact_left {
	float: left;
	margin-left: 16px;
	font-size: 1.5em;
}
#contact_right {
	float: right;
	margin-right: 12px;
}
#lower {
	font-size: 1.3em;
	width: 650px;
	clear: both;
}
#lower p {
	margin: 18px;
	padding-top: 12px;
}