body {
	color: #47475A;
	background-color: #fff;
}
#view {
	margin: 12px;
	width: 95%;
}
#gallery {
	width: 98%;
}
#gallery td {
	vertical-align: top;
}
h1 {
	padding: 2px 5px 2px 5px;
	font-size: x-large;
	margin: 0;
	color: #fff;
	background-color: #483d8b;
}
#description {
	vertical-align: top;
	margin: 0 1em 2ex 0;
}
.image {
	width: 500px;
}
.image table {
	margin-left: auto;
	margin-right: auto;
}
.image td {
	text-align: center;
}
.image img {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
.image td.drop_r {
	background-image: url(drop_r.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.image td.drop_b {
	background-image: url(drop_b.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.image td.drop_br {
	background-image: url(drop_br.gif);
	background-repeat: no-repeat;
	height: 5px;
}
.caption {
	padding: 0 0 0 0.8em;
}
.caption h2 {
	padding: 2px 5px 2px 5px;
	font-size: 110%;
	margin: 0 0 5px 0;
	color: #fff;
	background-color: #7b68ee;
}
junk {
	color: #7b68ee;
}
