*
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 1em;
}
body
{
	background-color: #FFF;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}
div.clearer
{
	clear: both;
	float: none;
	font-size: 0;	
	height: 0;
	overflow: hidden;
	width: auto;     
}
div.line
{
	border-top: solid 1px #444;
	clear: both;
	margin-top: 10px;
}
div.header
{
	min-height: 60px;	
	overflow: hidden;
	border-bottom: solid 1px #444;
	border-left: solid 1px #444;
	border-right: solid 1px #444;
	background-color: #eee;
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	width: auto;
	float: left;
}
div.header h1
{
	color: #444;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0px;
}
div.content
{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	display: block;
	float: left;
	width: 98%;
}
div.thumb
{
	background-color: #FFF;
	border: solid 1px #555;
	color: Gray;
	display: block;
	float: left;
	font-size: 10px;
	margin: 0px 4px 4px 0px;	
	overflow: hidden;
	position: relative;
	text-align: right;
}
div.thumb span.index
{
	top: 5px;
	position: absolute;
	text-align: right;
	width: 98%;
	z-index: 10;
}
div.thumb span.label
{
	bottom: 3px; 
	position: absolute;
	text-align: center;
	width: 100%;	
	z-index: 10;
}
div.thumb img
{
	border: 0px;
}
div.thumb a img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
div.thumb a:hover img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(enabled=0);
} 
div.slide
{	
	margin: 0;
	text-align: center;
	clear: both;
	padding: 20px;
}
div.img
{
	border: solid 1px #444;
	margin: auto;
	padding: 5px;
}
div.comment
{
	background-color: #EEEEEE;
	color: #777777;
	font-size: 0.8em;
	padding: 10px 12px;
	margin: auto;
	margin-top: 0px;
	margin-right: 10px;
	text-align: left;
	border-left: solid 1px #444;
	border-right: solid 1px #444;
	border-bottom: solid 1px #444;
	float: right;
	width: 150px;
}
div.slide div.comment td
{
	font-size: 0.8em;	
	vertical-align: top;
}
div.slide div.comment td.label
{
	font-weight: bold;
	width: 80px;
}

div.navi
{
	border-bottom: solid 1px #444;
	float: left;
	width: 100%;
}
div.button
{
	background-color: #EEE;
	color: #444;
	font-size: 0.8em;
	text-align: center;
	border-top: solid 1px #444;
	border-left: solid 1px #444;
	border-right: solid 1px #444;
	width: auto;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
div.button a
{
	border: solid 1px #EEE;
	color: #444;
	padding: 1px 5px;
	text-decoration: none;
}

div.button a:hover
{
	background-color: #DDD;
	border: solid 1px #444;
	color: #333;
}
div.bottom
{
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	background-image: url(bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
div.sign
{
	clear: both;
	padding: 10px;
	padding-top: 30px;
}
a.photoshamanRef
{
	font-size: 0.8em;
	font-weight: bold;
	color: #444;
	text-decoration: none;
}
a.photoshamanRef:hover
{
	text-decoration: underline;
}