body {
  color: #ffffff;
  background: url(images/17original.jpg);
}

div.center {
  text-align: center;
}

#container {
  position: relative;
  top: 10px;
  width: 865px;
  margin-left: auto;
  margin-right: auto;
  background: url(images/about_04.jpg);
}

a, a:visited, a:active {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
  color: #FC9605;
  text-decoration: underline;
}

#content {
  font-size: 14px;
  padding: 20px 5px 0px 5px;
}

#lowernav {
  font-size: 12px;
}
div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

#homelink a {
	text-indent: -1000em;
	background: url(images/home.jpg) no-repeat left top;
	width: 201px;
	height: 33px;
	display: block;
	overflow: hidden; /* For nested divs in Safari */
	}

/*  IE 5 hack \*/
#homelink a {overflow: hidden;}
/* end hack */ 
	
#homelink a:hover {
	background-position: -201px 0px;
}

#aboutuslink a {
	text-indent: -1000em;
	background: url(images/aboutus.jpg) no-repeat left top;
	width: 201px;
	height: 45px;
	display: block;
	overflow: hidden; /* For nested divs in Safari */
	}

/*  IE 5 hack \*/
#aboutuslink a {overflow: hidden;}
/* end hack */ 
	
#aboutuslink a:hover {
	background-position: -201px 0px;
}

#gallerylink a {
	text-indent: -1000em;
	background: url(images/gallery.jpg) no-repeat left top;
	width: 201px;
	height: 45px;
	display: block;
	overflow: hidden; /* For nested divs in Safari */
	}

/*  IE 5 hack \*/
#gallerylink a {overflow: hidden;}
/* end hack */ 
	
#gallerylink a:hover {
	background-position: -201px 0px;
}	

#testimonialslink a {
	text-indent: -1000em;
	background: url(images/testimonials.jpg) no-repeat left top;
	width: 201px;
	height: 47px;
	display: block;
	overflow: hidden; /* For nested divs in Safari */
	}

/*  IE 5 hack \*/
#testimonialslink a {overflow: hidden;}
/* end hack */ 
	
#testimonialslink a:hover {
	background-position: -201px 0px;
}

#faqslink a {
	text-indent: -1000em;
	background: url(images/faqs.jpg) no-repeat left top;
	width: 201px;
	height: 43px;
	display: block;
	overflow: hidden; /* For nested divs in Safari */
	}

/*  IE 5 hack \*/
#faqslink a {overflow: hidden;}
/* end hack */ 
	
#faqslink a:hover {
	background-position: -201px 0px;
}

#contactuslink a {
	text-indent: -1000em;
	background: url(images/contactus.jpg) no-repeat left top;
	width: 201px;
	height: 45px;
	display: block;
	overflow: hidden; /* For nested divs in Safari */
	}

/*  IE 5 hack \*/
#contactuslink a {overflow: hidden;}
/* end hack */ 
	
#contactuslink a:hover {
	background-position: -201px 0px;
}

#testname {
  color: #f7bb67;
}

#qa {
  color: #fc9605;
}

#copyright {
  font-size: 11px;
  color: #ffffff;

  padding: 0px 0px 10px 0px;
  margin-bottom: 20px;
}