body {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  background-color: #FFFFCC;
  margin-top: 5;
  height: 100%;
  }

#container {
  margin: 0 auto;
  text-align: left;
  margin-top: auto;
  width: 700px;
  position: relative;

  }

#page {
  position: absolute;
  z-index: 0;
  height: 1050px;
  background-color: #003C06;
  text-align: left;
  margin-top: 0px;
  padding: 0px 0px 0px 0px;
  width: 750px;
  border: #013C06;
  border-width: 2px 2px 2px 2px;
  border-style: solid solid solid solid;
  }
#pagephotos {
  position: absolute;
  z-index: 0;
  height: 1550px;
  background-color: #003C06;
  text-align: left;
  margin-top: 0px;
  padding: 0px 0px 0px 0px;
  width: 750px;
  border: #013C06;
  border-width: 2px 2px 2px 2px;
  border-style: solid solid solid solid;
  }

#navigation {
	position: absolute;
	width: 150;
	background-color: #003C06;
	padding: 0 5 0 0;

}

#address {
	position: relative;
	left: 10px;
	top: 50px;
	width: 120px;
	height: auto;
	background-color: #CC9933;	
	padding: 3px 3px 3px 3px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	text-align: center;
	border-color: black;
	border: 1px 1px 1px 1px;
	border-style: solid;

}

#content {
	position: absolute;
	left: 155px;
	width: 550px;
	height: auto;
	background-color: white;
	border-style: solid;
	border-color: white;
	border-width: 10px 10px 10px 10px;
	text-align: justify;
	line-height: 18px;

}

#report {
	position: relative;
	left: 0px;
	width: 200px;
	height: auto;
	background-color: #CCCCCC;
	float: right;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 10px 10px;
	padding: 5px 5px 5px 5px;
	text-align: left;

}

A.leftMenu:link  { color: white; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-decoration: none }

A.leftMenu:visited  { color: white; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-decoration: none }

A.leftMenu:hover  { color: orange; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-decoration: none }