@charset "utf-8";


body  {
	margin: 0;  /*it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	border: thin solid 5c5551;
	padding: 0;
	margin-top: 0px;
	margin-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 315px;
	width: 800px;
	left: 50px;
	top: 0px;
	background-image: url(images/fill.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#container  {
	text-align: left;
	z-index: 1;
	left: 50px;
	top: 0px;
	width: 802px;
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 315px;
	border: thin solid 5c5551;
} 


#mainContent {
	float: none;
	margin-bottom: 0;
	background-color: #ffffff;
	padding-left: 25px;
	padding-right: 25px;
	width: 747px;
	position: absolute;
	visibility: visible;
	z-index: 10;
	margin-top: 315px;
	height: auto;
	border: thin solid #5c5551;
	left: 50px;
	padding-top: 35px;
}

#head1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #5c5551;
	position: absolute;
	z-index: 3;
	left: 246px;
	top: 25px;
	visibility: visible;
	font-weight: bold;
	color: #5c5551;
}
p {
	font-size: small;
	color: #5c5551;
}


#head2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #5c5551;
	position: absolute;
	z-index: 4;
	left: 246px;
	top: 60px;
	visibility: visible;
	font-weight: bold;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #d9d2ce;
	position: absolute;
	z-index: 5;
	left: 410px;
	top: 290px;
	visibility: visible;
	width: 371px;
}
#nav a:hover {
	color: #FFFFFF;
}
#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:link {
	color: #d9d2ce;
	text-decoration: none;
}
#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	color: #d9d2ce;
	text-decoration: none;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #666666;
	/*width: 300px;
	left: 20px;
	top: 450px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;*/
}
#PhotoLeft {
	float: left;
	clear: left;  /*This is from suckerfish menu above to clear settings */
	position:absolute;
	left:20px;
	top:20px;
	width:800px;
	height:224px;
	z-index:10;
	text-align: left;
	/*clip: rect(auto,auto,auto,auto);*/
}
#PhotoLabelLeft {
	float: left;
	clear: left;  /*This is from suckerfish menu above to clear settings */
	position:absolute;
	left:20px;
	top:0px;
	width:320px;
	height:424px;
	z-index:11;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
