body {
	background: #000000;
	text-align: center;
}


  

p, li {
	font-size: 1.0em;
	line-height: 1.2em;
	margin-bottom: 0.8em;
	

}

a {
	color: white;
	text-decoration: none;
}

h1 {
	font-size: 3.2em; margin-bottom: 0em;
	text-align: center; 
	font-family: "comic sans ms";

}



h2#slogan {
	font-size: 1.0em; margin-bottom: 0.8em;
	text-align: center;font-family: cursive; 
	margin-top: -3px;

}

.clear { clear: both;}

div#page-wrap {
	width:820px; margin: 50 auto;
	
	
}

ul#nav {
	height: 179px; width: 827; 
	background-image: 	url(Images/header-bg.jpg);
	background-repeat: no-repeat; 
	list-style: none;
	
}


ul#nav li {

	display: inline; 
	width: 100px;
	float: left;
	color: #ffffff;
      text-decoration: none;
	font-family: cursive;
	word-spacing: 0pt;
	text-align: center;
	margin-top: 160px;
	

}

ul#nav a{
	text-decoration: none;
	font-family: cursive;
	word-spacing: 0pt;
	text-align: center;
	
}

ul#nav li a:hover, ul#nav li a:active {
	color:#969b1b;
}


div#main {
	height: 512px; width: 827; auto;
	background-repeat: no-repeat;	
	background-image: 	url(Images/body-bg.jpg);
	color: black;
}

div#main div#left-col {



	float: left;
	width: 330px; height: 500px;
	padding-left: 35px;
	padding-bottom: 10px;
	margin-top: -18px;
	margin-right: 0px;
	}

div#main div#right-col {
	float: right;
	width: 400px;height: 500px;
	padding-right: 35px;
	text-align: center;
	padding-top: 25px;
	
	
}

div#site-map{
	width:820px; margin: 50 auto;
  	text-align: center;	
	color: white;
	font-weight: bold;
	margin-top: -25px;
	text-decoration: none;
	
	


}




div#about-us-picture{
	text-align: center;
	margin-top: 45px;

}


div#about-us-header {


	
	margin-right 15px;
	text-align: center;
	margin-top: -18px;
}

div#about-us-text{
	text-align: center;
	margin-left: 30px;	
	margin-right: 30px;
}

div#contact-us-header{
	text-align: center;
	margin-top: -18px;
	
}



div#contact-us-body{


	float: left;	
	text-align: left;
	width: 330px; height: 300px;
	padding-left: 25px;
	padding-bottom: 10px;
	margin-right 15px;
	margin-left: 35px;
	Margin-top: 0px;
	font-weight: bold;
	
}

div#contact-us-info{
	float: right;
	width: 400px;height: 300px;
	padding-right: 35px;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	margin-top: 150px;
	
	
}

div#contact-us-image{
	text-align: center;
}

div#photo-gallery-header {


	padding-bottom: 10px;
	margin-top: -18px;
	margin-right 15px;
	text-align: center;
}



div#photo-gallery{


	float: left;	
	text-align: left;
	width: 730px; height: 300px;
	padding-left: 25px;
	padding-bottom: 10px;
	margin-right 15px;
	margin-left: 35px;
	Margin-top: 15px;
	padding-right: 35px;
}

div#site-map-header {


	padding-bottom: 10px;
	margin-top: -18px;
	margin-right 15px;
	text-align: center;
	}


ul#site-map{
	padding-top: 55px;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}


div#site-map-links{
	
	width: 730px; height: 150px;
	padding-left: 25px;	
	Margin-top: -5px;
}



<!--Gallery Style-->
.galleria{
	list-style:none;width:200px
}

.galleria li{
	display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0
}

.galleria li a{
	display:none
}

.galleria li div{
	position:absolute;display:none;top:0;left:180px
}

.galleria li div img{
	cursor:pointer
}

.galleria li.active div img,.galleria li.active div{
	display:block
}
.galleria li img.thumb{
	cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto
}

.galleria li .caption{
	display:block;padding-top:.5em
}
* html .galleria li div span{width:400px} /* MSIE bug */
<!--END Gallery Style-->