	body {
		margin: 0px;
		background: #333 url('bg.jpg');
		height: 100%;
		text-align: center;
	}
	body, td {
		font-family: Arial, Helvetica, Sans-Serif;
	}
	h1,h2,h3 {
		margin: 0px;
		padding: 0px;
	}
	h2,h2 a {
		font-weight: normal;
		color: #030;
	}
	h3 {
		font-weight: normal;
		font-size: 85%;
		margin-bottom: 5px;
	}
	a {
		
	}
	
	.article {
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.article-footer {
		font-size: 12px;
		text-align: center;
	}
	#main {
		margin: auto;
		width: 821px;
		background: url('innerbg.gif') repeat-y;
		border-bottom: 10px solid #000;
		text-align: left;
	}
	#popup {
		text-align: left;
	}
	#header {
		display: block;
		background: url('header.png') no-repeat;
		margin-left: 10px;
		width: 800px;
		height: 120px;
	}
	#fullcol {
		background: #fff;
		margin: 0px 11px 0px 10px;
		padding: 10px;
	}
	#leftcol {
		width: 460px;
		padding: 10px 0px 0px 20px;
		float: left;
	}
	
	#rightcol {
		width:	332px;
		float: right;
		position: relative;
		left: 7px;
		top: -10px;
	}
	#map-outer {
		background: url('map_bottom.gif') bottom left no-repeat;
		height: 268px;
		width: 332px;
	}
	#map {
		width: 330px;
		height: 260px;
		border: 1px solid #000;
		background: #fff;
	}
	#bigmap {
		border: 1px solid #000;
	}
	
	.location-outer {
		margin: 0px 25px 0px 20px;
	}
	.location {
		border: 1px solid #E9E6DB;
		border-bottom: 1px solid #898579;
		border-right: 1px solid #898579;
		height: 31px;
		clear: both;
	}
	.moreinfo {
		display: block;
		text-align: center;
		font-size: 80%;
		margin-bottom: 5px;
	}
	.date,.roughdate {
		background: #fff;
		border: 1px solid #ccc;
		text-align: center;
		width: 25px;
		font-size: 80%;
		float: left;
		margin: 1px 10px 0px 1px;
	}
	
	.date-month {
		background:	#933;
		color: #fff;
		font-size: 70%;
	}
	.roughdate {
		color: #999;
	}
	.roughdate div.date-month {
		background: #999;
	}
	.place {
		padding-top: 5px;
	}
	.niceTable {
		padding: 0px;
		margin: 0px;
		border: none;
		border-collapse: collapse;
	}
	.niceTable th {
		font-size: 10px;
		text-align: left;
	}
	.niceTable tr, .niceTable td {
		padding: 2px 4px 2px 4px;
		border-bottom:  1px solid #ccc;
		white-space: nowrap;
	}
	.niceTable tr.row1 {
		background:#efe;
	}
	#texteditor {
		border: 1px solid #999;
		width: 100%;
	}
	.image-swatch {
		width: 64px;
		height: 64px;
		border: 1px solid #999;
		float: left;
		margin: 2px;
	}
	#admin-tabs {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border-bottom: 1px solid #999;
	}
	#admin-tabs li {
		margin: 0px 0px 0px 8px;
		padding: 0px;
		display: inline-table;
	}
	#admin-tabs li a {
		display: block;
		padding: 4px 8px 4px 8px;
		border: 1px solid #999;
		position: relative;
		top: 1px;
		background: #ccc;
		text-decoration: none;
		color: #333;
	}
	#admin-tabs li a.admin-tab-on {
		background: #fff;
		color: #000;
		border-bottom: 1px solid #fff;
	}
	
	
/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.popupWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .popupWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
#imagelist a {
	color:#f00;
	text-decoration: none;
}
.comment {
	border: 1px solid #ccc;
	padding: 4px;
	margin-top: 5px;
}
.comment-info {
	font-weight: bold;
}
#post-comment {
	display: none;
	border: 1px solid #ccc;
	padding: 4px;
	margin-top: 5px;
}
#blogmap {
	width: 200px;
	height: 200px;
	float: right;
	border: 1px solid #999;
}
.article-photos {
	text-align: center;
}
.article-photos img {
	margin: 0px 3px 0px 3px;
	border: 1px solid #ccc;
}

#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(/media/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/media/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; }
.backbutton {
	display: block;
	text-align: center;
	font-size: 12px;
}