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

body  {
	background: #d6d6d6;
	background-image:url(../images/bg.png);
	text-align: center;
	margin: 0;
	padding: 0;
}

div	{
	border: solid 0px #00ff42;
}

#container { 
	width: 880px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
} 

#header { 
	margin: 0px auto 0px auto;
	height: 380px;
	background-color: #c0c0c0;
} 

#headerRotate { 
	margin: 0px auto 0px auto;
	z-index: 0;
	height: 380px;
	background-color: #c0c0c0;
} 

#menudoubleremover {
	position: relative;
	top: 40px;
}

#menubar {
	width: 880px;
	height: 50px;
	background-color: #00aafa;
}


#menuoverbar {
	position: absolute;
	top: 40px;
	z-index: 1;
	width: 880px;
	height: 50px;
	background-color: #00aafa;
}


#widebody {
	margin: 60px;
} 

#widebody p {
	text-align: left;
	font-size: 18px;
	font-family: Times New Roman;
	background-color: #fff;
	color: #777;
	text-align: left;
	line-height: 1.6em;
}

#widebody a {
	color: #00aafa;
}

#widebody li {
	text-align: left;
	font-size: 18px;
	font-family: Times New Roman;
	color: #777;
	line-height: 1.6em;
	padding: 10px;
}

#textbody {
	width: 430px;
	margin: 60px 0 50px 60px;
} 

#textbody p {
	text-align: left;
	font-size: 18px;
	font-family: Times New Roman;
	background-color: #fff;
	color: #777;
	text-align: left;
	line-height: 1.6em;
}

#textbody a {
	color: #00aafa;
}

#textbody li {
	text-align: left;
	font-size: 18px;
	font-family: Times New Roman;
	color: #777;
	line-height: 1.6em;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 310px;
	margin: 30px 0 60px 0;
}

#sidebarbox {
	float: none;
	clear: right;
	margin: 30px 0 0 0;
	padding: 1px 0 0 0;
	border-top: 1px dashed #00aafa;
	text-align: left;

}

#sidebarbox p {
	text-align: left;
	font-size: 15px;
	font-family: Times New Roman;
	background-color: #fff;
	color: #777;
	text-align: left;
	line-height: 1.6em;
	padding: 5px;
}

#quotebox {
	width: 240px;
	text-align: center;
	font-size: 14px;
	font-family: Times New Roman;
	background-color: #fff;
	color: #777;
	line-height: 1.6em;
	padding: 2px;
}


#chaletinfo {
	font-size: 15px;
	font-family: Times New Roman;
	background-color: #fff;
	color: #777;
	text-align: right;
	line-height: 1.3em;
	padding: 15px;
}

#chaletbox {
	margin: 60px 0 60px 0;
	float: none;
}

#chaletphoto {
	width: 527px;
	height: 250px;
	float: right;
}

#chaletname {
	width: 350px;
	height: 250px;
	padding: 1px 0 0 0;
	border-top: 1px dashed #00aafa;
	text-align: right;
}

#morephotos {
	margin: 10px 0 0 0;
	width: 250px;
	text-align: left;
}

#thumb {
	margin: 2px 0 0 0;
}



/* IE */
textarea {
	overflow: auto;
}
/* non-IE */
textarea[Mailing Address] {
	overflow: inherit;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
