html	{
	font-family: verdana, sans-serif;
	color: #868686;
	font-size: 75%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

p	{
	margin: 0 0 1.5em;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5em;
}

address	{
	margin: 0 0 1.5em;
}

address p	{
	margin: 0;
	font-style: normal;
	line-height: 1.35em;
}

a	{
	color: #868686;
}

a:hover	{
	text-decoration: none;
}

h2, h3	{
	margin: 0 0 1.5em;
	font-size: 100%;
	font-weight: bold;
}

h4, h5, h6	{
	margin: 0 0 0.5em;
	font-size: 100%;
	font-weight: bold;
	color: #a01c18;
}

ul	{
	margin: 0;
	padding: 0;
	list-style: none;
}

strong	{
	color: #686594;
}



/* page structure */

#PageFrame {
	width: 950px;
	margin: 0 10px;
	background-color: #fff;
}


/* header */

#Header	{
	width: 950px;
	margin: 24px 0;
	padding: 0 0 24px;
	border-bottom: 1px solid #686594;
}

#Header h1	{
	margin: 0;
	background: transparent url(/site_img/logo.gif) no-repeat 0 0;
	text-indent: -1000em;
}

#Header h1 a	{
	width: 458px;
	height: 29px;
	display: block;
	overflow: hidden;
}


/* top menu */

#TopMenu	{
	width: 950px;
	padding: 0 0 20px;
}

#TopMenu li	{
	padding: 0 43px 0 0;
	display: inline-block;
	position: relative;
	font-family: "times new roman", serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#TopMenu li#links	{
	padding: 0;
}

#TopMenu li	{
	display: inline;
}

#TopMenu li a	{
	color: #686594;
	text-decoration: none;
}

#TopMenu li a:hover, #TopMenu li.NavSel a	{
	color: #a01c18;
}


/* main column */

#PageContent	{
	padding: 0 0 10px;
	float: left;
}

/* main image & caption */
#PageContent h3	{
	background: transparent no-repeat 0 0;
	color: #868686;
	font-weight: normal;
	text-align: center;
}

#PageContent a	{
	text-decoration: underline;
}


/* thumbnail menu */

#ImageMenu	{
	width: 210px;
	padding: 40px 0 10px;
	float: right;
}

#ImageMenu ul	{
	width: 210px;
}

#ImageMenu li	{
	background: transparent no-repeat center center;
	width: 60px;
	height: 60px;
	margin: 0 10px 10px 0;
	padding: 0;
	text-indent: -1000em;
	float: left;
}

#ImageMenu li a {
	width: 60px;
	height: 60px;
	display: block;
	overflow: hidden;
}


/* sub-gallery menu */

#GalleryMenu	{
	width: 210px;
	padding: 40px 0 10px;
	font-size: 100%;
	float: right;
	clear: right;
}

#GalleryMenu ul	{
	width: 210px;
}

#GalleryMenu li	{
	margin: 0 0 0.5em;
	padding: 0;
	font-family: "times new roman", serif;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	clear: both;
}

#GalleryMenu.ImageList li	{
	background: transparent no-repeat 150px 0;
	min-height: 18px;
	_height: 18px;
	text-align: right;
}

#GalleryMenu li a {
	padding: 0;
	color: #686594;
	text-decoration: none;
}

#GalleryMenu.ImageList li a	{
	padding: 0 70px 0 0;
	display: block;
	overflow: hidden;
}

#GalleryMenu li a:hover, #GalleryMenu li.NavSel a	{
	color: #a01c18;
}

#GalleryMenu ul li ul	{
	margin: 0.5em 0 0;
}

#GalleryMenu ul li ul li	{
	background: transparent no-repeat center center;
	width: 60px;
	height: 60px;
	margin: 0 10px 10px 0;
	padding: 0;
	text-indent: -1000em;
	float: left;
	clear: none;
}

#GalleryMenu ul li ul li a {
	width: 60px;
	height: 60px;
	display: block;
	overflow: hidden;
}



#MainCopy	{
	padding: 40px 0 10px;
	float: right;
	clear: right;
}

.indexPage #MainCopy, .bioPage #MainCopy	{
	padding: 0 0 10px;
}

#MainCopy table	{
	margin: -1em 0 0;
}

#MainCopy td	{
	vertical-align: top;
	padding: 0 0 2px;
}

#MainCopy td p	{
	margin: 0;
	line-height: 1.15em;
}

#MainCopy td.header1	{
	padding: 1em 0 2px;
	color: #a01c18;
	font-family: georgia, serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#MainCopy td.header2	{
	padding: 0 5px 2px 0;
	color: #686594;
	font-family: georgia, serif;
	font-weight: bold;
}


/* footer */

#Footer {
	width: 950px;
	border-top: 1px solid #686594;
	text-align: center;
	clear: both;
}

#Footer p {
	margin: 0;
	font-size: 75%;
	color: #868686;
	line-height: 3em;
}

#Footer p a {
	color: #868686;
}

#Footer p a:hover {
	text-decoration: underline;
}