@charset "UTF-8";
/* CSS Document */

#MainContainer {
	background-position:center;
	width:1025px;
	height:1001px;
}

	#ConservationHomeButton {
		float:left;
		width:182px;
		height:142px;
		background-image:url(../Images/ConservationHomeButton.jpg)
}

	#ConservationHeader {
		float:left;
		width:842px;
		height:142px;
		background-image:url(../Images/ConservationHeader.jpg)
}

	#ConservationLeather {
		float:left;
		width:182px;
		height:860px;
		background-image:url(../Images/ConservationLeather.jpg)
}

	#ConservationLeftPage {
		float:left;
		width:394px;
		height:819px;
		background-image:url(../Images/ConservationLeftPage.jpg)
}

#ConservationLeftPageText {
	margin-left:40px;
	margin-right:10px;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
}

#ConservationPhoto {
	float:left;
	width:449px;
	height:308px;
	background-image:url(../Images/ConservationPhoto.jpg)
}

#ConservationRightPage {
	float:left;
	width:449px;
	height:511px;
	background-image:url(../Images/ConservationRightPage.jpg)
}

#ConservationRightPageText {
	margin-left:10px;
	margin-right:50px;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
}

#ConservationFooter {
	float:left;
	width:842px;
	height:42px;
	background-image:url(../Images/ConservationFooter.jpg)
}

