body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: Verdana,sans-serif;
  font-size: 90%;
  text-align: center;
  color: #fff;
  }
.container {
  background: #ffffff;
  width: 850px;
  margin: 10px auto 0 auto;
  text-align: center;
  color: #000;
  position: relative;
  border: 1px solid #000;
  }
.nav {
	background: #ffffff;
	text-align: center;
	color: #006600;
	position Absolute: 170px 0px;
	border-bottom: 1px solid #000;
	}
.main {
	width: 90%;
	padding: 5px;
	margin: 5px 5px 5px 5px;
	text-align: justify;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
.alink {
	font-family: verdana;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #006600;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 15px;
	}
.atext {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;

}
.footer {
  clear:both;
  width: 850px;
  padding: 0;
  margin: 0;
  border-top:1px solid #000;
  font-size:65%;
  background: #fff;
  color: #000;
  }

#footer_left {
	float: left;
	margin-left: 5px;
	padding: 5px;
	}
#footer_right {
	float: right;
	margin-right: 5px;
	padding: 5px;
	}
#footer_center {
	float: center;
	margin-right: 5px;
	padding: 5px;
	}