BODY {
  font-family: Verdana, Arial, sans-serif;
  color: #999999;
  background-color: #505050;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

#mainnav {
  position: absolute;
  background-color: #000000;
  width: 750px;
  height: 65px;
  top: 0px;
  left: 0px;
}

#homenav {
  position: absolute;
  background-color: #000000;
  width: 65px;
  height: 950px;
  top: 0px;
  left: 0px;
}

#homelink {
  position: absolute;
  top: 210px;
  width: 65px;
  padding-left: 15px;
}

#gallerylinks {
  position: absolute;
  left: 110px;
  top: 25px;
  width: 550px;
  font-size: 11px;
  font-weight: bold;
}


A:link {
  color: #999999;
  text-decoration: none;
}

A:visited {
  color: #999999;
  text-decoration: none;
}

A:hover {
  color: #990033;
  text-decoration: none;
}

A:active {
  color: #990033;
  text-decoration: none;
}

A#ardacolink:link {
  color: #990033;
  text-decoration: none;
}

	 
A#ardacolink:visited {
  color: #990033;
  text-decoration: none;
}

	 
A#ardacolink:hover {
  color: #999999;
  text-decoration: none;
}

	 
A#ardacolink:active {
  color: #999999;
  text-decoration: none;
}