
	body{
		background-image: url('/images/bg.jpg');
		background-position: top center;
		background-repeat: repeat-x;
		background-color: black;
		font-family: "Times New Roman", Times, serif;
		margin: 0;
	}
	
	a:link,a:visited{
		color: #70241d;
		text-decoration: none;
	}
	
	a:hover,a:active{
		color: #a80a10;
		text-decoration: none;
	}
	
	.container{
		width: 760px;
		background-image: url('/images/mapbg.gif');
		background-position: top center;
		background-repeat: repeat-y;
	}
	
	.quick{
		position: absolute;
		right: 50%;
		text-align: center;
		padding: 5px;
		margin: 0 -340px 0 0;
		font-family: Arial, sans-serif;
		font-size: 10pt;
	}
	
	p{
		font-style: oblique;
		padding-left: 60px;
		padding-right: 60px;
	}
	
	.epic:first-letter{
		font-size: 55px;
		float: left;
		padding-right: 5px;
	}
	
	.title{
		color: #50020b;
		font-size: 26px;
		font-weight: bold;
	}
	
	.subtitle{
		color: #70241d;
		font-size: 20px;
		font-weight: bold;
	}
	
	.attention{
		color: #a80a10;
	}
	
	.item{
		font-weight: bold;
		font-size: 22px;
		border-bottom: 1px solid #70241d;
	}
	
	.contact{
		font-size: 14px;
		color: white;
		text-align: center;
		padding: 10px;
	}
	
	.formText{
		width: 300px;
		height: 30px;
		background-image: url('/images/fieldtextbg.jpg');
		background-position: top center;
		background-repeat: repeat-x;
		font-family: Arial, sans-serif;
		font-size: 14px;
		padding: 5px;
		border: 1px solid #743023;
	}
	
	.formArea{
		width: 300px;
		height: 150px;
		background-image: url('/images/fieldareabg.jpg');
		background-position: top center;
		background-repeat: repeat-x;
		font-family: Arial, sans-serif;
		font-size: 14px;
		padding: 5px;
		border: 1px solid #743023;
	}
	
	.photoFrame{
		border: 7px solid #e4e0d4;
	}
	
	.photoNav{
		font-family: Arial, sans-serif;
		font-size: 14px;
		color: #70241d;
		text-align: center;
	}
	
	.facebook{
		font-size: 14px;
		color: white;
		text-align: center;
		padding: 10px;
	}
	
	img.floatLeft { 
    	float: left;
		clear:left;
    	margin: 4px;
		vertical-align:text-top;
		overflow:hidden;
	}
	
	.img div {
		margin-left:60px;
    	padding-left: 60px;
    	min-height:192px;
		padding-right: 60px;
	}
	
	.img div p {
    	margin-left:90px;
		padding: 0 0.5em 0.5em 0.5em;
    	border:none;
    }
	
	.img img {
		margin-left:60px;
    	float:left;
    	
    }
	#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#gallery img{ margin-left:10px; margin-right:10px; }

#theirnews { float:left; width:45%; margin-left:40px;}
#ournews { float:left; width:48%;}

