body {
	background-image: url(images/tlo.jpg);
	background-position:center;
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ded2b2;
}
.style2 {
	font-size: 13px;
	color: #6f603e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	font-weight: bold;
	color: #9E8C62;
}
a:link {
	text-decoration: none;
	color: #9E8C62;
}
a:visited {
	text-decoration: none;
	color: #9E8C62;
}
a:hover {
	text-decoration: underline;
	color: #9E8C62;
}
a:active {
	text-decoration: none;
}

ul{margin:0;padding:0;}
.thumb li {
	
	list-style:none;
	margin: 0; padding: 0 20px 0 0;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 42px;
	left:240px;
	top:30px;
	height: 22px;
}
ul.thumb li img {
	width: 42px; height: 22px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 0px; margin:0;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	-moz-box-shadow: 0 0 2px 2px  #999999;
-webkit-box-shadow: 0 0 2px 2px #999999;
box-shadow: 0 0 2px 2px #999999;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}


