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

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	background-color: #999966; 
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
	text-align: left; 
	color: #000000;
	margin:0px;
	padding:0px;

	}

.overall {
	background-color: #FFFFFF;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.overall p {
	width: fixed;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.overall img {
	border: none;
}

.homelink {
	position: relative;
	top: 50px;
	right: 20px;
	text-align: right;
	font-size: 14px;
}

.homelink a {
	color:#CCCCCC;
}

.overall .titlefirst {
	color: #999966;
	text-align: left;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 30px;
	
}

.overall .title {
	color: #999966;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 0px;
	
}


.sect {
	padding-bottom: 20px;
	margin-top: 0;
	padding-top: 0;
	clear: both;
}

.sect#dayFour{
	padding-bottom: 10px;
}

.sect#otherProj{
	padding-top: 10px;
}

.sect#farm{
	padding-top: 10px;
}

.person {
	float: right;
	padding: 0 0 10px 0;
	margin: 0 0px 25px 0;
	width: 365px; 
	height: 390px;
	background: #ffffcc;
}

.person p.title{
	padding: 20px 0 0 25px;

}

.person p{
	padding: 0 30px 0 20px;
}

.person .picLeft{
	padding-left: 25px;
}

.picRight {
	display: inline;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	border: none;
}

.picLeft {
	display: inline;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
}

.picLeft#thanks {
	padding-right: 0px;
}


.overall .footer {
	width: fixed;
	padding: 75px 0 20px 0; 
	text-align: center;
}

.popup {
	position:relative;
	z-index: 20;
	width: 258px;
	height: 202px;	
	background-color:#C4C4C4;
	display:none;
	top: -1700px;
	left: 400px;
}

.shadow {
	position:relative;
	z-index: 0;
	width: 258px;
	height: 202px;	
	background-color: black;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	display:none;
	top: -1480px;
	left: 415px;
}

.imgx {

	border:0px;
	float: right;
	margin-right: 3px;
	margin-top: 3px;
}

.imgx img {
	float:right;
	margin-right: 3px;
	margin-top: 3px;	
	}

.glass {
	position: absolute;
	z-index: 10;
	background-color: white;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	width: 100%;
	height: 3900px;
	display: none;
	right: 0px;
	top: 0px;
}

.glassNav {
	position: absolute;
	z-index: 10;
	background-color: black;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	width: 100%;
	height: 1000px;
	top: 0px;
	left: 0px;
	background-color: black;
	display: none;
}



.movieFrame {
	background:#FFFFFF;
	margin-left: 8px;
	margin-top: 4px;

}

