h1
{
	color: white;
	background-color: #b44139;
	text-align: center;
	font-size: 12pt;
	padding: 3px;
	margin-bottom: 3px;
}

h1#motitle
{
	clear: both;
}

h1#navigator
{
	background-color: transparent;
	color: #474647;
}

h1#navigator img
{
	border: none;
	width: 10px;
	height: 10px;
	vertical-align: 1px;
}

h1#navigator span
{
	margin: 0 10px;
}

h2
{
	margin-bottom: 2px;
	font-size: 8pt;
	font-weight: bold;
	color: #8a181b;
}

#inner-body
{
	margin-left: 0;
	border-top: 1px solid #8a181b;
	padding-top: 10px;
}

#navi_thumbs
{
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	color: #8a181b;
	border: none;
}

#navi_thumbs img
{
	border: none;
}

#navarrow
{
	cursor: pointer;
}

#image-area
{
	float: left;
	width: 40%;
	padding: 5px 20px;
}

#image-area div
{
	clear: both;
	height: 205px;
	width: 325px;
	border: thin solid gray;
	text-align: center;
	margin-bottom: 3px;
}

#image-area img
{
	clear: both;
	height: 205px;
	width: 325px;
}

#image-area img.loading
{
	height: auto;
	width: auto;
	border: none;
	margin-top: 80px;
}

#thumbnails
{
	text-align: center;
}

#thumbnails div
{
	float: left;
	height: 100px;
	margin: 0 10px;
}

#thumbnails img.thumbpic
{
	width: 100px;
	position: relative;
	z-index: -1;
}

#thumbnails img.thumbframe
{
	border: none;
	position: absolute; 
	z-index: 1;
	cursor: pointer;
}

#text-area
{
	float: left;
	width: 50%;
	height: 425px;
	overflow: auto;
	border: thin solid #79a7d9;
	padding: 5px;
}