body {
	background-image: url(../images/greenpxlight.jpg);
	margin: 0px;
	padding: 0px;
}
.style1 {font-family: "Times New Roman", Times, serif
}
#background {
	background-color: #eacda3;
	width: 690px;
	padding: 20px;
}
#thumbs {
	padding: 20px;
	border-bottom: 1px solid black;
	margin: 5px;
}
#thumbs img {
	cursor: pointer;
	cursor: hand;
}
#thumbs img {
	padding: 5px;
}
#over {
	border-bottom: 2px solid #871709;
}
#nav td {
	font-family: georgia, times, sans-seriff;
	font-size: 12pt;
	color: #842715;
}
#nav a:visited {
	text-decoration: underline;
}
a:link {
	color: #842715;
}
a:visited {
	color: #842715;
}
ul#image-nav{
	list-style-type: none;
	margin: 0px 0px 0px 280px;
	padding: 0px;
} 
table#thumbs {
	background-color: #e9cea3;
	margin-left: 60px;
}
#instructions {
	margin-left: 90px;
	text-align: left;
	margin-bottom: -20px;
	font-size: 10pt;
	text-decoration: underline;
}
table#thumbs td {
	padding: 5px;
}
ul#image-nav li{
	float: left;
	margin: 0px;
	padding: 0px;
}
ul#image-nav li a#previous-image{
	text-indent: -9000px;
	width:40px; 
	height:27px;
	display:block;
	float: left;
	background: url(../images/previous_link.gif) top left no-repeat;
}
ul#image-nav li a#next-image{
	text-indent: -9000px;
	width:40px; 
	height:27px;
	display:block;
	float: left;
	background: url(../images/next_link.gif) top right no-repeat;
	
}
a#close-window{
	text-indent: -9000px;
	width:51px; 
	height:25px;
	display:block;
	position: absolute;
	top: 10px;
	right: 20px;
	background: url(../images/close_window.gif) top left no-repeat;
}
p.sold {
	font-size: 110%;
	color: red;
	font-weight: bold;
}
div#image-container {
	text-align: center;
}
