# statcounter {
	display: none;
}


/* PAGE LAYOUT */

	#site {
		position: relative;
		width: 100%;
		height: 100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	
	#url {
		font-size: 25px;
		font-style: italic;
		text-align: left;
	}
	
	#logo {
		display: none;
	}
	
	#navigation {
		display: none;
	}
	
	#pageTitle {
		position: relative;
		font-size: 25px;
		font-weight: bold;
		text-align: left;
		padding-bottom: 20px;
	}
	
	#pageContent {
		position: relative;
		text-align: left;
	}
	
	#copyright {
		position: relative;
		top: 30px;
		left: 0px;
		font-size: 11px;
		text-align: left;
		border-top-width: 1px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-right-width: 0px;
	}




/* GALLERY.ASP LAYOUT STYLES */

	/* 4 Columns */
		#galleryIndex1 {
			position: absolute;
			left: 0px;
			width: 181px;
			text-align: center;
			font-weight: bold;
		}
		
		#galleryIndex2 {
			position: absolute;
			left: 181px;
			width: 182px;
			text-align: center;
			font-weight: bold;
		}
		
		#galleryIndex3 {
			position: absolute;
			left: 363px;
			width: 182px;
			text-align: center;
			font-weight: bold;
		}
		
		#galleryIndex4 {
			position: absolute;
			left: 545px;
			width: 181px;
			text-align: center;
			font-weight: bold;
		}
	
	/* Row spacing */
		.imageGalleryItem {
			margin-bottom: 2px;
		}
		
		.imageGalleryItem2 {
			margin-top: 30px;
			margin-bottom: 2px;
		}
	
	/* In-line images */
		.imageL {
			padding-right: 10px;
		}
		
		.imageR {
			padding-left: 10px;
		}




/* FONT STYLES */

	.h1 {
		color: #A90537;
	}
	
	.h2 {
		font-size: 20px;
		font-weight: bold;
		padding-bottom: 10px;
	}
	
	.h3 {
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 10px;
	}
	
	.h3Center {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 10px;
	}
	
	.h4 {
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
	}
	
	.h5a {
		font-size: 14px;
		font-weight: bold;
	}
	
	.h5b {
		font-size: 14px;
		font-style: italic;
	}



/* LINK STYLES */

	a {
		color: #990000;
		text-decoration: underline;
	}
	
	a:hover {
		color: #587D8F;
		text-decoration: none;
	}
