html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(/motel/images/loopback.jpg) repeat-x top left;
}

p {
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 10px solid #EEE;
	padding-bottom: 5px;
}

h1 {
	text-align: left;
	font-size: 11px;
	border-bottom: 1px dashed gray;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 5px 0px 15px 0px;
}

#container {
	width: 750px;
	border: 1px solid gray;
	background-color: #FFF;
	margin: 0 auto;
}

#header {
	border-bottom: solid 1px gray;
	height: 80px;
	margin: 0;
	padding: 5px;
	background: url(/motel/images/funback.jpg) repeat-y top left;
}

#navbar {
	border-bottom: 1px solid gray;
	padding: 3px;
	text-align: center;
	background-image: url(/motel/images/back02.jpg);
	background-repeat: repeat-x;
}

#left_head { /* -- the very top unshaded heading in the left section ------ */
	float: left;
	clear: left;
	width: 100px;
	margin: 0;
	padding: 5px;
	border-right: 1px solid gray;
}

#left {
	float: left;
	clear: left;
	width: 100px;
	margin: 0;
	padding: 5px;
	border-right: 1px solid gray;
}

#left_heading {
	float: left;
	clear: left;
	background-color: #CCCCFF;
	width: 100px;
	margin: 0;
	padding: 5px;
	border-right: 1px solid gray;
	text-align: center;
}

#testimonials {
	float: left;
	clear: left;
	width: 100px;
	margin: 0;
	padding: 5px;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: center;

}

img {
	border-style: none;
}

img.insert {
	border-style: none;
	padding: 0px 10px 5px 5px;
	float: left;
	width: 50px;
	height: 50px;
}

/* --------------------------------------------------- */

#right {
	float: right;
	width: 150px;
	margin: 0px;
	text-align: justify;
	padding: 5px;
	border-left: 1px solid gray;
}

#faq_heading {
	float: right;
	clear: right;
	background-color: #CCCCFF;
	width: 150px;
	margin: 0px;
	padding: 5px;
	BORDER-LEFT: 1px solid gray;
	text-align: center;
}

#faq_content {
	float: right;
	clear: right;
	width: 150px;
	margin: 0px;
	padding: 5px;
	BORDER-LEFT: 1px solid gray;
	height: 450px; 
	overflow: auto;
}

.faq_button {
	float: right;
	clear: right;
	background-color: #CCCCFF;
	width: 150px;
	margin: 0px;
	padding: 5px;
	BORDER-LEFT: 1px solid gray;
	text-align: center;
}

/* --------------------------------------------------- */

#content {
	margin-left: 110px;
	margin-right: 160px;
/*	margin-right: 10px;    */
	text-align: justify;
	padding: 5px;
}

#footer {
	clear: both;
	margin: 0px;
	border-top: 1px solid gray;
	background-color: #EEE;
	padding: 2.5px 5px 5px 5px;
	text-align: center;
}

#footer2 {
	clear: both;
	margin: 0px;
	border-top: 1px solid gray;
	background-color: #DDD;
	padding: 2.5px 5px 5px 5px;
	text-align: center;
}

a.nb {
	color: navy;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

a.nb:hover {
	color: navy;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

a {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: navy;
	text-decoration: none;
}


a:hover {
	color: navy;
	text-decoration: underline;
}


/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

.housebutton a {
	padding: 3px 5px 3px 10px;
	text-align: center;
}

.housebutton a:hover {
	background-color: #FFF;
	text-align: center;
	padding: 3px 5px 3px 10px;
}