@charset "UTF-8";
/* CSS Document */

#table_thumb {
	background-color: #A5BDE3;
	border: medium solid #FF6600;
	padding: 10px;
	background-image: url(images/photo_images/lens.png);
	background-repeat: no-repeat;
	background-position: -90px 220px;
	height: 470px;
}
#main_photo {
	position: absolute;
	top: 150px;
	left: 150px;
	z-index: 10;
	width: 522px;
	height: 393px;
	border: medium solid #000066;
	margin-left: auto;
	padding: 15px;
	margin-right: auto;
	background-image: url(images/photo_images/background_marks.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.table_thumb_img {
	border: medium solid #000066;
}
#container {
	background-color: #FFFFFF;
	height: 1020px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 5;
	position: relative;
	border-top-width: 2.5px;
	border-right-width: 2.5px;
	border-bottom-width: 4px;
	border-left-width: 2.5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f06c2d;
	border-right-color: #f06c2d;
	border-bottom-color: #f06c2d;
	border-left-color: #f06c2d;
}
#footer {
	text-align: center;
	background-image: url(images/index_footer/waterfooterphotolight.jpg);
	background-repeat: no-repeat;
	background-position: right;
	top: 965px;
	position: absolute;
	width: 800px;
	height: 57px;
	margin-right: auto;
	margin-left: auto;
	right: -1px;
	border: 2.5px solid #FF6600;
}
