body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#98896D;
}

a:link {color: #666666;}

a:visited {color: #666666;}

a {text-decoration: none;}

.bg_footer {
	background-image:url(image/footer.jpg);
	background-repeat: repeat-x;
	}

.bodytext {
	font-family: Arial;
	font-size: 13px;
	color: #655d4f;
	letter-spacing: 0.1mm;
}

.date{
	font-family: Arial;
	font-size: 13px;
	color: #18060a;
	letter-spacing: 0.1mm;
}

.biggertext {
	font-family: Arial;
	font-size: 13px;
	color: #655d4f;
	letter-spacing: 0.1mm;
}

.footer {
	font-family: Arial;
	font-size: 9px;
	color: #caba93;
	letter-spacing: 0.2mm;
}

.footer3 {
	font-family: Arial;
	font-size: 11px;
	color: #caba93;
	letter-spacing: 0.2mm;
}

.footer2 {
	font-family: Arial;
	font-size: 12px;
	color: #caba93;
	letter-spacing: 0.2mm;
	background: #313131;
}

.smalltext {
	font-family: Arial;
	font-size: 10px;
	color: #655d4f;
	letter-spacing: 0.1mm;
}

.border-right {
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: 1e1e1e;
}

.border-left {
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: 1e1e1e;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 9px Arial;
letter-spacing: 0.4mm;
line-height: 1.1em;
color: #655d4f;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #999999;
background-color: #FEFEFE;
width: 120px;
padding: 5px;
z-index: 5;
}
