@charset "UTF-8";
/* CSS Document */

@import url("navigation.css");
@import url("tags.css");


*{
	margin:0;
	padding:0;
}

img
{
	border:none;
}

body
{
	text-align:center;
	margin:20px auto;
	/*min-width:840px;for netscape browsers*/
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-image: url(/rental-cabin-images/back.jpg);
	background-repeat: repeat;
}

#Header
{
	width:732px;
	height:169px;
	background-image: url(/rental-cabin-images/title-tekoa-cabin-rentals.jpg);
	background-repeat: no-repeat;
}

#Content
{
	width:732px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background: url(/rental-cabin-images/background.jpg) left top repeat;
}

.NarrowColumn
{
	width: 575px;
	margin: 0 auto;
	text-align: left;
}

#SingleColumn
{
	width: 615px;
	margin: 0 auto;
	text-align: left;
}

#SingleColumn ul
{
	margin-left: 40px;
	margin-bottom:10px;
}

#SingleColumn img
{
	padding: 10px;
}

#Footer
{
	width:732px;
	height: 40px;
	clear:both;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	background: url(/rental-cabin-images/bottom.jpg) left top no-repeat;
}

#Footer a
{
	color:#FFDC7B;
}

#Copyright
{
	margin:0px auto; /* Right and left margin widths set to "auto" */
	width: 600px;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color: white;
}

#Copyright A
{
	color: white;
}

#Amenities
{
	float: left;
	width: 600px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 50px;
}

#Amenities li
{
	text-align: left;
}

#CabinPhotos
{
	float: left;
	width:610px;
	margin-bottom:15px;
}

#LargeCabinPhoto
{
	float:left;
	height: 420px;
	width: 610px;
	margin-bottom: 15px;
}

#LargeCabinPhoto img
{
	float:left;
	height: 399px;
	width: 600px;
}

#CabinThumbnails
{
	float:left;
	width: 600px;
}

#CabinThumbnails img
{
	height: 50px;
	width: 75px;
	margin-left: 5px;
	margin-top: 2px;
	border: 1px solid black;

}

#CabinDescription
{
	float: left;
	width: 575px;
	padding-left: 15px;
}

#FloorPlan
{
	float: left;
	width: 600px;
	padding-left: 0px;
}

#AmenitiesList
{
	float: left;
	width: 600px;
	padding-left: 0px;
}

#HeaderImage
{
	float: left;
	width: 732px;
	height: 169px;
	margin:0px auto;
}

#HeadingText
{
	float: left;
	width: 600px;
	padding-left: 65px;
	text-align: center;
}

.SatisfiedColumn
{
	float: left;
	width: 287px;
}

#SatisfiedText
{
	float: left;
	width: 550px;
}

.RedText
{
	color:#F00;
}

.BlueText
{
	color:#00F;
}
