@charset "UTF-8";
/* CSS Document */

   html, body {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
   }
   #wrapper {
      margin: 0 auto;
      text-align: center;
      vertical-align: top;
      width: 826px;
	  background-color:#000000;
   }
   #header { height: 63px; padding-top: 30px;
   }
   #address {height: auto; padding-bottom: 10px;
   }
   #photos {height: auto;
   }
   #footer {height: auto; padding-top: 10px;
   }
   #copyright {height: auto; padding-top: 10px;
   }
   #gray {color:#cccccc;
   }
body {
	background-image: url(images/topgradient.jpg);
	background-repeat: repeat-x;
	background-color:#000000;
}
body,td,th {
	color: #FFFFFF;
	font-family: century gothic, helvetica;
	font-size: 10px;
}
a:link {
	color: #FFCC99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC99;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFCC99;
}
