
/* Position and style the main divs */


.Container {                     /* contains all other divs */
	position: static !important;
display: block;

}

.Content {			/* main site content */
	display: block;
	margin: 0pt; 
	background-color: #FFFFFF;
	font-size: 1.2em;
}

.Heading {			/* main header */
	display: none !important;
}

.Copyright {			/* copyright statement */
	display: none !important;


}

.Navigation {			/* navigation bar */
	display: none !important;


}

.Mainline {			/* main line for aethetic purposes */
	position: static !important;
	display: block;
}

.Picture1 {			/* picture of Bellevue de l'eglise */
	display: none !important;



}

.Picture2 {			/* picture of the church at chamberaud */
	display: none !important;

}

.Picture3 {			/* picture of one of the rooms */
	display: none !important;

}
