body {
	background : #f5f5f5 center top;
	color: #666666;
	text-align: center;
	padding: 0;
	font: 11px/16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 0;
}

a:link {
	color : #000000;
	text-decoration : underline;
}

a:visited {
	color: #707070;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: white;
}

h3 {
	color: black;
	margin: 0;
	padding: 0;
}

h3.archives {
	padding-top: 10px;
	margin-top: 10px;
}

h3.resources {
	padding-top: 10px;
}

p {
	color: #cfcfcf;
}

img {
	border: 1px solid silver;
}

acronym {
	border-bottom: 1px dotted black;
	cursor: help;
}

span {
	
}

/* structure */

/* @group Layout */

/* major divs - layout
   */

#container {
	width: 642px;
	text-align: left;
	position: relative;
	margin: 0 auto auto;
	border-bottom: 3px solid black;
	padding: 0;
	background: url(images/container_grey.gif) repeat-y;
}

#intro {
}

#mainGalleries {
	margin-bottom: 10px;
}

#linkList {
	position: absolute;
	top: 251px;
	left: 404px;
}

/* @end */

/* divs */

/* @group intro */

/* intro */

#pageHeader {
	width: 562px;
	margin-left: 40px;
	height: 212px;
	background: url(images/gallery_header.gif) no-repeat 0;
	border-top: 3px solid #000;
}

#pageHeader h1 {
	display: none;
}

#quickSummary {
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 10px;
}

#quickSummary p {
	font-style: italic;
	color: #cfcfcf;
}

#preamble {
	padding: 10px;
	background: #f5f5f5;
	margin: 10px 248px 10px 50px;
	border: 1px dotted #818080;
}

#preamble p {
	color: #666;
}

#preamble h3 {
	height: 42px;
	width: 310px;
	background: url(images/photography.gif) no-repeat;
}

#preamble h3 span {
	display: none;
}

/* @end */

/* mainGalleries */

/* @group galleries */

#mainGalleries {
	margin-right: 238px;
	margin-left: 40px;
	padding: 10px;
}

.gallery {
	
}

/* @end */

#footer {
	padding: 50px;
}

#footer a {
	color: #bcbcbc;
}

/* linkList */

#linkList ul {
	padding: 0;
	list-style: none;
}

/* @group Navigation */

a.nav, a.nav:link, a.nav:visited {
	color : #000000;
	text-decoration : none;
	display: block;
	width: 197px;
	height: 30px;
	border: 1px #000000;
	margin-top: 2px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	background: url(images/bullet_grey.gif) no-repeat 5px 3px;
}

a.nav:hover {
	color : #000000;
	text-decoration : none;
	background: #eeeeee url(images/bullet_grey_2.gif) no-repeat 5px 3px;
}

a.nav:active {
	color: #ffffff;
	background: #d5d5d5 url(images/bullet_grey.gif) no-repeat 5px 3px;
}

span.chosen {
	color: #7e7e7e;
	background: #eeeeee url(images/bullet_grey_2.gif) no-repeat 5px 3px;
	text-align: center;
	margin-top: 2px;
	width: 197px;
	height: 30px;
	border: 1px  #000000;
	display: block;
	line-height: 30px;
	font-size: 14px;
}

/* @end */ */