#Container {
	height: 950px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(Images/background.jpg);
}
.Header {
	height: 150px;
	width: 1200px;
	float: left;
	background-color: #CCC7C0;
	margin-top: 0px;
}
.Menubox {
	height: 40px;
	width: 1200px;
	float: left;
	background-color: #E8E0D5;
}
.Imagebox {
	height: 600px;
	width: 800px;
	position: inherit;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 100px;
	margin-left: 50px;
	left: 50px;
	top: 35px;
}
.Mainimagebox {
	height: 700px;
	width: 900px;
	float: left;
}
.Thumbnailbox {
	height: 585px;
	width: 250px;
	margin-top: 50px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
.Imagedescriptionbox {
	height: 100px;
	width: 250px;
	float: left;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Thumbnail {
	display: inline;
	list-style-position: inside;
	list-style-type: none;
	float: left;
	margin: 5px;
}
.Thumbnail {
	display: inline;
	list-style-position: inside;
	list-style-type: none;
}
.copyrightbox {
	height: 20px;
	width: 1200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.squarebox {
	height: 600px;
	width: 1000px;
	margin-top: 35px;
	margin-right: 100px;
	margin-bottom: 100px;
	margin-left: 100px;
	float: left;
}
