*	{margin: 0; padding: 0;}

body {
	background: #fefefe;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif; 
	color: #666;
	margin-top: 20px;
}
p	{
	text-align: left;
	font-size: 100%;
}
h1	{
	color: #114111; 
	font-size: 135%;
	padding: 5px;
}
h2	{
	color: #114111;
	font-size: 130%;
	padding: 5px;
}
a { 
	color : #114111;
}
a:hover		{ 
	text-decoration: none; 
	color : #663300;  
}
/*=== main structure ===*/

#menu	{
	width: 600px;
	margin: 0px auto;
}
#menu ul	{
	float: right;
	list-style-type: none;
}
#menu li	{
	display: inline;
	padding-left: 10px;
	font-size: 90%;
	font-weight: bold;
}
#menu li#first	{
	display: inline;
	padding-left: 0px;
	font-size: 90%;
	font-weight: bold;
}

#menu li a	{
	text-decoration: none;
	font-size: 90%;
}
#menu li a:hover	{
	text-decoration: underline;
}
.currentlink	{
	background: #F5DAF5;
}
#stripe	{
	width: 100%;
	background: #F5DAF5;
}
#containerTop	{
	width: 600px;
	margin: 0px auto;
	background: #CCA1CC;
}
#topLeft	{
	float: left;
}
#topRight	{
	float: left;
	width: 300px;background: #CCA1CC;
	cursor: default;
}
#topRight img	{
	margin: 0px auto;
	display: block;
}
#topRightTop	{
	float: left;
	width: 100%;
	height: 131px;
	border-bottom: 1px solid #fff;	
	text-align: center;
	background: #f2f2be;
}
#topRightTop img	{
	padding-top: 50px;
}
#topRightBottom	{
	float: left;
	width: 100%;
	background: #f2f2be;
}
#topRightBottom p	{
	padding: 5px;
	font-size: 90%;
}
#containerBottom	{
	width: 600px;
	margin: 0 auto;
	background: #F5DAF5;
}
#infoBox	{
	width: 592px;
}
#infoBox h1	{
	font-size: 120%;
	padding: 10px;
}
#infoBox h2	{
	font-size: 110%;
	padding: 10px;
}
#infoBox h2 a	{
	font-size: 90%;
	text-decoration: none;
}
#infoBox h3	{
	font-size: 100%;
	padding: 10px;
}
#infoBox h3 a	{
	font-size: 100%;
	text-decoration: none;
}

#infoBox p	{
	padding: 10px;
	font-size: 95%;
	color: #555;/*857979;*/
}

#infoBox span	{
	font-size: 100%;
}
#infoBox table {
	border-collapse: collapse;
	margin: 10px;
	width: 570px;
	font-size: 95%;
	
}
#infoBox th, td	{
	border: 1px solid #cca1cc;
	padding: 4px 10px;
	line-height: 1.2;
	color: #857979;
	
}
#infoBox tbody td {
		border-top: 0;
		border-bottom: 0;
}

#infoBox caption {
		font-weight: bold;
		font-size: 100%;
		text-transform: uppercase;
		padding: 0 0 5px;
		color: #114111;
}

#infoBox th {
		background: #cca1cc url(../images/table-heading-background.gif) 0 50% repeat-x; 
		text-align: left;
}

#infoBox tfoot {
		color: #857979;
}

#infoBox tfoot td {
		font-size: 95%;
}

#infoBox ul	{
	padding-left: 10px;
}
#infoBox li	{
	padding: 3px;
}
#mapCanvas	{
	width: 285px;
	height: 150px;
	float: right;
	border: 2px solid #cca1cc;
	margin-right: 3px;
}
#contactBox	{
	width: 275px;
	float: left;
}
.inset150	{
	float: right; clear: right; 
	width: 150px; height: 150px;
	margin: 10px;
	border: 2px solid #CCA1CC;
	padding: 2px;
}
.inset200	{
	float: right; clear: right; 
	width: 200px; height: 133px; 
	margin: 10px;
	border: 2px solid #CCA1CC;
	padding: 2px;
}
.insetfa	{
	background: url(../images/fapic.jpg) 2px 2px no-repeat;
}

.insetLounge	{
	background: url(../images/lounge.jpg) 2px 2px no-repeat;
}
.insetBedroom	{
	background: url(../images/bedroom.jpg) 2px 2px no-repeat;
}

.roomBox	{
	float: right;
	width: 400px;
	background: #f2f2be;
	padding: 2px;
}
.roomBox img	{
	float: left;
	margin: 2px;
}
.roomBox img a	{
	background: pink;
}
.roomBox img a:hover	{
	border: 3px solid #114111;
}
/*--links menu --*/
ul.links	{
	list-style-type: none;
	font-size: 95%;
}
.links li	{
	padding-bottom: 20px;
	
}
#footer	{
	width: 600px;
	margin: 0px auto;
	background: #fefefe;
	font-size: 10px;
}
#footer p {
	font-weight: bold;
}
#footer p.right	{
	float:right;
	margin-top: -16px;
	font-weight: normal;
}
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.credits a {
	color: #34389c;
}
.credits a:hover {
	color: #ed008c;
}












