/* no list-markers by default, since lists are used more often for semantics */
ul,ol {
	list-style:none
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em;
}

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0; 
	padding:0;
}
/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { 
	border:none;
}
html {
	height: 100%;
}
body {
	font-family: Georgia, Verdana, serif;
	font-size: 11px;
	line-height: 16px;
	color: #BBB;
	background-color: #2b2b2b;
	margin: 0px;
	background-image: url(images/graphics/bkg.jpg);
	height: 100%;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
h1 {
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	margin-top: 24px;
	margin-bottom: 12px;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	letter-spacing:.1em;
	padding-top: 24px;
	margin-bottom: 12px;
	clear: left;
}
p {
	padding-bottom: 16px;
}
#content {
	width: 475px;
}
#content, #head, #highlightContent {
	padding-left: 150px;
}
#footer {
	text-align: left;
	font-size: 9px;
	padding-left: 150px;
	position: relative;
	margin-top: -2em;
}
#head {
	padding-top: 20px;
	padding-bottom: 30px;
}
#highlight {
	background-image: url(images/graphics/bkg2.jpg);
}
#page {
	text-align: left;
	position: relative;
	min-height: 100%;
}
* html #Page {
	height: 100%;
}
#photoNav {
	width: 300px;
	position: relative;
	left: 650px;
	top: 20px;
}
.clear {
	clear: left;
	clear: right;
}
.dim {
	color: #777;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.galleriesLink {
	padding-top: 6px;
}
.nav {
	font-size: 11px;
}
.nav a {
	margin-right: 15px;
}
.nav a:link {
	color: #fff;
	text-decoration: none;
}
.nav a:visited {
	color: #fff;
	text-decoration: none;
}
.nav a:hover {
	color: #fff;
	text-decoration: underline;
}
.news img {
	float: left;
	border: 6px solid #393939;
	margin-right: 12px;
	margin-bottom: 12px;
}
.pageNav {
	text-align: right;
	font-size: 14px;
}
.pageNumbers {
	font-size: 24px;
}
.peeps {
	visibility: hidden;
	display: none;
}
.photoTitle {
	margin-top: 4px;
}
.thumbs img {
	margin-bottom: 12px;
	margin-right: 12px;
}
.thumbsLast img {
	margin-bottom: 0px;
	margin-right: 12px;
}
.thumbsSubs {
	margin-bottom: 12px;
	margin-right: 18px;
}
.title {
	font-size: 24px;
	letter-spacing:.5em;
	font-style: italic;
	margin-top: 4px;
}
.title a:link, .title a:visited, .title a:hover {
	color: #FFF;
	text-decoration: none;
}
