/* ------Structure Style Sheet for Clair de Lune section © Daz Taylor 2006 see index.html for thanks and references-----*/

/* -----Backgrounds and headers. Left to right image is in body selector which can be found in fontstyle.css------*/
#wrap {
	margin:0 auto;
	width: 757px;
	background: url(clairdelune/clairdelune-05.jpg) repeat-y;
	min-height: 100%;
   height: auto !important;
   height: 100%;
   text-align: center;
	}


#header, #header1, #header2, #header3, #header4, #header5 {

	background-color:#FFFFCC;
 	position: relative;
    padding: 0;
    text-align: left;
	background: url(new_bgrounds/headers/welcome_clair.jpg);
} 

#header {background: url(new_bgrounds/headers/welcome_clair.jpg); width: 758px; height: 291px; margin: -1px;}

#header1 {background: url(new_bgrounds/headers/facilities_clair.jpg); width: 757px; height: 291px; margin: 0px;}
#header2 {background: url(new_bgrounds/headers/area_clair.jpg); width: 757px; height: 291px; margin: 0px;}
#header3 {background: url(new_bgrounds/headers/avail_clair.jpg); width: 757px; height: 291px; margin: 0px;}
#header4 {background: url(new_bgrounds/headers/gallery_clair.jpg); width: 757px; height: 291px; margin: 0px;}
#header5 {background: url(new_bgrounds/headers/contact_clair.jpg); width: 757px; height: 291px; margin: 0px;}

.offers
{
	color: red;
	font-weight: bold;
}

#clear {
clear:both}

.toplink {
 	width: 201px; height: 37px;
 	position: relative;
 	text-align: left;
}

a img {
 	border: none;
}


/* -----Main Content Area Starts Here------*/


#main {
	float:left;
	text-align: left;
	width: 530px;
	padding-right: 0px;
	padding-top:10px;
	margin: 0 0 20px 0;
	
}


#sidebar {
	float: right;
	width: 174px;
	padding-right: 25px;
	display: block;
}

.sideon {
	font-size:0.94em;
	line-height:1.3em;
	float:right;
	width:170px;
}

.imageright {
	float: right;
	clear: both;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	}
.flash {
	float: right;
	clear: both;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 3px;
	}


.input {
	color: #4d4d4d;
	margin-left: 50px;
}

/* -----Footer Starts Here------*/

#footer {
	margin: 0px auto;
	font-size:0.94em;
	line-height:1em;
	text-align: center;
	clear:both;
	background: url(clairdelune/clairdelune-06.jpg) 0;
	height: 40px;
	width: 757px;
}

.footertxt {
	margin: 0px auto;
	font-size:0.94em;
	line-height:1em;
	text-align: center;
	color: white;
	text-decoration: none;
}

.footertxt a, .footertxt a:link, .footertxt a:active, .footertxt a:visited {
	margin: 0px auto;
	font-size:0.94em;
	line-height:1em;
	text-align: center;
	color: white;
	text-decoration: underline;
}

.clear {
        clear: both;
}