@charset "utf-8";
/* CSS Document */
html {
	position:absolute;
	background-attachment: scroll;
	background-attachment: fixed;
	background-repeat: repeat;
	topp: 0px;
	width:100%;
	height:auto;
	margin: auto;
}

body {
	position:absolute;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:center center;
	width:100%;
	height:auto;
	margin: auto;
	background-color: #999999;
	background-image: url(../img/clouds_em.jpg);
}

.page{
	position: absolute;	
	top:0px;
	bottom:100%;
	right: auto;
	left:50%;
	height:100%;
	margin-left: -400px;
    margin-right: auto;
    width: 800px;
    border: none;
}

.header{
	position:fixed;
	margin:auto;
	width: 800px;
	height: auto;
	top: 0px;
}

.trees{
	align: center;
	top:0px;
	width:800px;
}

.footer{
	position:fixed;
	margin:auto;
	margin-left:auto;
	margin-right:auto;
    width: 800px;
    height: auto;
	top: auto;
	bottom:0px;
}

.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	width:100%;
	background-color: #333333;
}

.navbar  td  {
	margin-left: auto;
	margin-right: auto;
	color: #0066FF;
	height: 100%;
	width: 20%;
	border: 1px dotted #FFFFFF;
	padding: 0px;
}

.navbar  a  {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0099FF;
	text-align: center;
	width: 100%;
}

.content{
	margin:auto;
	top:0px;
	padding-top:50px;
	left: auto;
	right:auto;
	width:auto;
	text-align:center;
	height: auto;
	background-color: #CCCCCC;
}

.innercontent{
	width:70%;
	margin:auto;
	text-align:center;
	}

/*
.innercontent {
	top:auto;

	left:auto;
	margin: auto;
	right:auto;
	height: auto;
	width: auto;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	background-color: #FFFFFF;
	left: auto;
	right: auto;
	bottom: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: auto;
}
*/

.img {
}

.staffimg {
	align: center;
	text-align: center;
	left:auto;
	right:auto;
	margin: auto;
	height: auto;
	width: 70%;
}

.staffdesc {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #330033;
}

.directions{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

.trees{
	width: 60%;
}

.photo{
	width: 80%;
	height: auto;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
