html {
  background-color:	#f1f1f1;
}

.navbarLINKS {
  position:			relative;
  width:			816px;
  height:			33px;
  margin-right:		auto;
  margin-left:		auto;
  border:			none;
  text-align:		left;
  font-size:		14px;
  letter-spacing:	0px;
  font-weight:		bold;
  font-family:		"Trebuchet MS", trebuchet, Arial, Swiss, Helevetica, sans-serif;
  background-color:	#f1f1f1;
  z-index:			90;
}

.spacingFIRST {
  margin-left:		40px;
}

.spacing {
  margin-left:		15px;
}

#page {
  position:			relative;
  width:			800px;
  height:			523px;
  margin-right: 	auto;
  margin-left:  	auto;
  border:			8px solid #ffffff;
  font-family:		"Trebuchet MS", trebuchet, Arial, Swiss, Helevetica, sans-serif;
  z-index:			10;
}

#pageART {
  position:			absolute;
  width:			798px;
  height:			415px;
  left:				0px;
  top:				0px;
  z-index:			10;
}

.navbarLINKS a {
  color: 			#c51d23;
  line-height:		30px;
  text-decoration:	none;
  background-color:	none;
}

.navbarLINKS a:hover {
  color:			#165660;
  text-decoration:	none;
  background-color:	none;
}

#elephantTAG {
  position:			relative;
  width:			816px;
  top:				5px;
  height:			33px;
  margin-right:		auto;
  margin-left:		auto;
  background-color:	#f1f1f1;
  z-index:			90;  
  text-align:		right;
  font-size:		9px;
  font-family:		arial;
  letter-spacing:	3px;
}

#elephantTAG a {
  color:			#6c6d71;
  text-decoration:	none;
  z-index:			90;
}

#elephantTAG a:hover {
  color:			#c51d23;
  text-decoration:	none;
  z-index:			90;
}

