a {
	font-size: 14px;
	color: #4F463B;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4F463B;
}
a:hover {
	text-decoration: none;	
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #4F463B;
}
.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {
	color: #C2B59B;
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
	font-weight: lighter;
	font-style: italic;
}


	
/* Styles for slider with thumbs and large images*/
body2 {
	margin: 20px auto;
	padding: 0;
	width: 580px;
	font: 75%/120% Arial, Helvetica, sans-serif;
}
h2 {
	font: bold 190%/100% Arial, Helvetica, sans-serif;
	margin: 0 0 .2em;
}
h2 em {
	font: normal 80%/100% Arial, Helvetica, sans-serif;
	color: #999999;
}
#largeImg {
	border: solid 1px #ccc;
	width: 550px;
	height: 400px;
	padding: 5px;
}
.thumbs img {
	border: solid 1px #ccc;
	width: 100px;
	height: 75px;
	padding: 4px;
}
.thumbs img:hover {
	border-color: #FF9900;
}
.listing img {
	background-color: #CEC5AE;
	border: 1px thin #CEC5AE;
	color: #000000;
	cursor: pointer;
	font-size: 10pt;
	height: 100px;
	padding: 10px;
	margin-top:10px;
	text-align: center;
	vertical-align: top;
	width: 150px;
}
.listing img:hover {
	border-color: #534c3c;
}
