﻿#content {
	border: thick #808080 solid;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	position: relative;
	height: 600px;
}
#wrapper {
	padding: 0px 0px 0px 0px;
	background-color: #6B724E;
	margin-left: auto;
	margin-right: auto;
}
#thumbnail {
	border: thin solid #6B724E;
	position: relative;
	z-index: 50;
	width: 75px;
	height: 56px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #6B724E;
	position: absolute;
	z-index: 7;
	width: 700px;
	top: 565px;
	left: 80px;
	height: 20px;
}
#Top_Menu {
	width: 750px;
	height: 30px;
	top: 2px;
	left: 40px;
	position: absolute;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
#Picture_Frame {
	position: absolute;
	width: 800px;
	height: 550px;
	top: 40px;
	left: 20px;
	z-index: 1;
}
#Page_Text {
	position: absolute;
	z-index: 6;
	width: 200px;
	height: 400px;
	top: 70px;
	left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
}
