body{
	color: #CBC1C4;
	font: 15px "Times New Roman", Times, serif;
	margin: 0px;
	background: #000;
	}
a:link, a:visited, a:active {
	color: #CBC1C4;
	text-decoration: none;	
	}
a:hover{
	color: #ffffff;
	}
h1 {
	font-size: 17px;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FFFFFF;
	}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

#container{
		background: #170004 url(../img/bg.jpg);
	}
#slideshow {
	width: 600px;
	height: 400px;
	margin: 0 auto;
}
	/* START HEADER */
#header{
		background: url(../img/top_bars.gif) repeat-x;
	}	
		/* END HEADER */
	
	/* START NAVIGATION */
.navigation{
	width: 725px;
	margin: 8px;
	font-size: 14px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	}
#gallery_home{
	width: 275px;
	padding: 50px;
		}
	#gallery_home a:link img, #gallery_home a:visited img, #gallery_home a:active img{
		opacity: 0.55;
		filter:Alpha(opacity=55);
		}
	#gallery_home a:hover img{
		opacity: 1;
		filter:Alpha(opacity=100);
		}
#gallery_nav{
	padding-right: 25px;
		}
	#gallery_nav a:link img, #gallery_nav a:visited img, #gallery_nav a:active img{
		opacity: 0.55;
		filter:Alpha(opacity=55);
		}
	#gallery_nav a:hover img{
		opacity: 1;
		filter:Alpha(opacity=100);
		}
	/* END NAVIGATION */
	
	/* START PAGE BODY */
#body_container {
	padding: 0 0 20px 0;
	}	
#body {
	width: 850px;
	\width: 850px;
	w\idth: 850px;
	margin-left: auto;
	margin-right: auto;
	}
.text {
	padding: 30px;
	}
.accent {
	font-size: 16px;
	letter-spacing: 2px;
	font-style: italic;
	line-height: 22px;
	}

/* END PAGE BODY */
	
	/* START GALLERIES */
#gallery{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#enlarge{
	width: 500px;
	height: 400px;
	}
#enlarge img{
	border: 1px solid #000;
	}
.thumbnails td a{
	margin: 5px;
}
.thumbnails img{
	border: 1px solid #999;
	}
.stroke{
	padding: 15px;
	background: #fff;
	border: 1px solid #573A58;
	}
/* END GALLERIES */
	
	
	/* START FOOTER */
	#footer{
	background: url(../img/bottom_bars.jpg) repeat-x;
	padding: 4px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	}
	#footer a:link, #footer a:visited, #footer a:active {
		color: #FFFFFF; 
		text-decoration: none;
		}
	#footer a:hover{
		color: #9DA590;
		text-decoration: none;
		}
	.address {
		font-size: 18px;
		}

/* END FOOTER */

