body {
	background-image: url(bg.gif);
}
body h1 {
	border: solid 1px #555;
	background-color: #666;
	font-size: x-large;
	text-align: center;
	margin: 6px;
	color: #eee;
}
body td {
	vertical-align: top;
}
#view {
	color: #47475A;
}
#view img {
	border: solid 1px #555;
	vertical-align: middle;
}
#description {
	margin: 0 0 0.3ex 1ex;
}
#images {
	width: 95%;
}
#item {
	text-align: left;
	width: 518px;
}
#captions h2 {
	margin: 0;
	font-size: 110%;
}
#thumbnails {
	text-align: center;
}
.imgbox_off, .imgbox_on {
	float: right;
	text-align: center;
	padding: 2px;
}
.imgbox_off {
	background-color: #666;
	border: solid 1px #555;
}
.imgbox_on {
	background-color: #aaa;
	border: solid 1px #999;
}
#item .imgbox_off, #item .imgbox_on {
	float: none;
	background-color: #666;
	border: solid 1px #555;
	margin: 0 0.7em 0 0;
}


