body {
	text-align: center;
	font-family: sans-serif;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table td {
	padding: 0;
	text-align: left;
	padding-left: 10px;
}
.mainContent {
	margin: 0 auto;
}
.mainImage {
	width: 640px;
	height: 640px;
	text-align: center;
}
#message {
	text-align: center;
	height: 40px;
}
#thumbsarea {
	margin: 10px auto;
}
.clickable {
	cursor: pointer;
}
.thumb {
	border: solid black 1px;
}
.title {
	height: 100px;
	text-align: center;
}
a img {
	border: 0;
}
#thumbsarea a img, #mainimage {
	border: solid 1px blue;
}
.descsel {
	background: #ccccff;
	width: 100%;
	height: 20px;
	display: block;
	
}
.descsel:hover {
	background: #aaaaff;
}

