/*=========================
page structure
=========================*/
#pagewrap
{
	max-width: auto;
}
/*=========================
body
=========================*/
body.gallery h1
{
	display: none;
}
body.image h1
{
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
}
xp.title
{
	margin-top: .5em;
	margin-left: 20px;
}
div#body p.title
{
	xfloat: right;
	position: absolute;
	top: 65px;
	right: 645px;
}
div#body p.subtitle
{
	float: right;
	width: 635px;
	padding-top: 30px;
}
div#body
{
	position: relative;
	xwidth: 100%;
	xbackground-color: Yellow;
}
body.image div#body
{
	xwidth: 100%;
	text-align: center;
	xwidth: 555px;
}
body.image div#photo
{
	text-align: center;
	xwidth: 605px;
	max-width: 605px;
	xmin-width: 400px;
	xmax-width: 100%;
}
/*=========================
thumbnail gallery
=========================*/
ul#thumbnails
{
	clear: both;
	float: right;
	width: 655px;
}
ul#thumbnails li
{
	float: left;
	width: 111px;
	margin: 10px 0px 10px 20px;
	padding: 0;
	list-style-type: none;
}
ul#thumbnails li a img
{
	border: 2px solid #000;
}
ul#thumbnails li a:hover img
{
	border: 2px solid #B75D54;
}
ul#thumbnails li p
{
	display: none;
}
/*=========================
the photo
=========================*/
#photo
{
	float: right;
	xfloat: left;
	xwidth: 350px;
	xmargin-top: 50px;
	xmargin: 50px auto 0 auto;
	margin-top: 50px;
	xpadding-top: 25px;
	
	xborder: 2px dotted yellow;
}
#photo p
{
	margin-top: .75em;
	text-align: center;
	color: #D3E4EB;
	color: #888;
}
#photo span
{
	white-space: nowrap;
}
#photo span.title
{
	font-style: italic;
}
/*=========================
navigation menu
=========================*/
div#pagemenu
{
	position: relative;
	clear: both;
	float: right;
	width: 180px;
	width: 11.25em;
	min-width: 180px;
	margin-top: 10px;
	margin-left: 30px;
	font-size: 1em;
/*
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	zoom: 1;
	xfloat: left;
	width: 70em;
	max-width: 100%;
	height: 1em;
	xpadding-top: 350px;
*/
	
	xborder: 1px dotted red;
	xbackground-color: Yellow;
	xheight: 100px;
}
div#pagemenu ul
{
	position: absolute;
	top: 0;
	right: 0;
}
#pagemenu li
{
	float: left;
	xdisplay: inline;
	margin-top: 38px;
	margin-top: 43px;
	text-align: center;
	list-style-type: none;
}
#pagemenu li a
{
	display: block;
	width: 48px;
	height: 18px;
	overflow: hidden;
}
#pagemenu li a:hover img
{
	margin-top: -18px;
}
#pagemenu li a img
{
	border: none;
}
#pagemenu li.toc
{
	width: 5em;
	xbackground-color: Yellow;
	margin-top: 5px;
	margin-top: -5px;
	margin-top: 0;
	line-height: 1;
	text-align: center;
}
#pagemenu li.toc a
{
	overflow: visible;
	width: 28px;
	width: auto;
	xheight: 38px;
	text-align: center;
	font-variant: small-caps;
	text-transform: lowercase;
	text-decoration: none;
	color: #A5AAAC;
}
#pagemenu li.toc a:hover
{
	color: #FFF;
}
/*
#pagemenu li.toc a:hover img
{
	margin-top: -38px;
}
*/
