#main {
	width:1025px;
	margin:0 auto;
	position:relative;
}

#header {
	height:581px;
	background-repeat: no-repeat;
	background-position: left top;
}
#header.small {
	height:469px;
}
#header, #content, #footer, #gallery-content, #lodging-content, #weddings-content { font-size:0.75em;}

.col-1, .col-2, .col-3 { float:left;}

.aside {
	float:left;
	width:296px;
	margin-right:50px;
}
.lodging-aside {
	float:left;
	width:296px;
	margin-right:50px;
}
.content {
	float:left;
	width:600px;
	position:relative;
	text-align: justify;
}
.content-todo, .content-suites-cabins {
	float:right;
	width:440px;
	position:relative;
	text-align: justify;
	margin-right: 50px;
}
.content-weddings, .content-lodging {
	float:right;
	width:550px;
	text-align: justify;
}

/*======= index.html =======*/
#page1 #content .line-ver, #lodging-content .line-ver { background-position:297px top;}
#page1 #content .col-1, #lodging-content .col-1 {width:214px; margin-right:112px;}
#page1 #content .col-2, #lodging-content .col-2 { width:223px;}

/*======= index-1.html =======*/
#page2 #content .col-1 {width:173px; margin-right:37px;}
#page2 #content .col-2 {width:173px; margin-right:37px;}
#page2 #content .col-3 {width:173px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:173px; margin-right:37px;}
#page3 #content .col-2 {width:173px; margin-right:37px;}
#page3 #content .col-3 {width:173px;}


/*========weddings page=========*/
#weddings-content .line-ver {
	background-position:267px top;
}
#weddings-content .col-1 {
	width:214px;
	margin-right: 80px;
}
#weddings-content .col-2 { width:223px;}
