body 
{
	background-color: #4b694c;
	padding: 0 0 0 0;
}

div.master
{
	position: relative;
	width: 800px;
	background-color: white;
	margin-left: -400px;
    	left: 50%;
	text-align: center;
}

div.head
{
	background-color: #1a451c;
	color: white;
	width: 100%;
	height: 15px;
	font-weight: bold;
	font-size: 70%;
	padding: 2 0 2 0;
	font-family: sans-serif;
}

div.banner
{
	background-image: url(imgs/bg_cabin.jpg); 
	width: 100%;
	height: 250px;
}

div.toolbar
{
	background-color: #7a4d3a;
	width: 100%;
	height: 15px;
	padding: 5 0 5 0;
}

div.body
{
	width: 100%;
	height: auto;
	word-wrap: break-word;
	background-color: white;
}

div.body2
{
	width: 100%;
	height: auto;
	word-wrap: break-word;
	background-color: white;
	text-align: left;	
	font-size: 14px;
	font-family: sans-serif;
}

div.body3
{
	padding-top: 20px;
	width: 100%;
	height: auto;
	word-wrap: break-word;
	background-color: white;
	text-align: center;	
	font-size: 12px;
	font-family: sans-serif;
}

div.body4
{
	padding-top: 20px;
	width: 75%;
	height: auto;
	word-wrap: break-word;
	background-color: white;
	text-align: left;	
	font-size: 12px;
	font-family: sans-serif;
	margin-left:12.5%;
}

div.copy
{
	position: relative;
	padding-left: 10px;
	padding-top: 10px;
	width: 400px;
	height: auto;
	left: 0;
	text-align: left;
	white-space: normal;	
	font-size: 12px;
	float: left;
}

div.extra
{
	position: relative;
	float: right;
	width: 400px;
	height: 100%;
	
}

div.foot
{
	background-color: #7a4d3a;
	width: 100%;
	height: 18px;
	padding: 0 0 5 0;	
}

span.toolitem
{
	color: white;
	font-weight: bold;
	font-size: 14px;
	height: auto;
	padding: 0 5px 0 5px;
}

span.copy
{
	position: absolute;
	padding-left: 10px;
	padding-top: 10px;
	width: 250px;
	height: 100%;
	left: 0;
	text-align: left;
	white-space: normal;	
	font-size: 14px;
}

span.footitem
{
	color: white;
	font-weight: bold;
	font-size: 12px;
	height: 12px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

span.avail
{
	color: red;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	width: 100%;
}

table.bod
{
	width: 100%;
}

table.amenities
{
	padding-top: 20px;
	padding-left: 10px;
	font-size: 14px;
	font-family: sans-serif;
}

table.pics
{

}

td.tblcol1
{
	width: 350px;
	padding-left: 5px;
	padding-top: 10px;
	height: auto;
	text-align: left;
	white-space: normal;	
	font-size: 14px;
	font-family: sans-serif;
}

td.tblcol2
{
	width: 450px;
	padding-left: 0px;
	padding-top: 10px;
	height: auto;
	text-align: left;
	white-space: normal;	
	font-size: 14px;
	font-family: sans-serif;
}

td.mapcell
{

}

td.amenities
{
	border: thin black solid;
}

h2.cent
{
	text-align: center;
}

li.pol
{
	padding-top: 10px;
	padding-bottom: 10px;
}

a img {border: none}

a:link {text-decoration: none;color: white;}     /* unvisited link */
a:visited {text-decoration: none;color: white;}  /* visited link */
a:hover {text-decoration: none;color: white;}   /* mouse over link */
a:active {text-decoration: none;color: white;}   /* selected link */

a.red:link {text-decoration: underline;color: red;}     /* unvisited link */
a.red:visited {text-decoration: underline;color: red;}  /* visited link */
a.red:hover {text-decoration: underline;color: red;}   /* mouse over link */
a.red:active {text-decoration: underline;color: red;}   /* selected link */

a.blue:link {text-decoration: underline;color: blue;}     /* unvisited link */
a.blue:visited {text-decoration: underline;color: blue;}  /* visited link */
a.blue:hover {text-decoration: underline;color: blue;}   /* mouse over link */
a.blue:active {text-decoration: underline;color: blue;}   /* selected link */

