/* General */
body {
	margin-top: 0px;
	padding: 0;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #412845;
	color: #b9c6d6;
	text-align: center;
}
.thumb {
	width:50px;
	height:50px;
	border: 1px #b9c6d6 solid;
}
#image {
	height:620px;
	width:600px;
	float:left;
}
.figure {
	width:230px;
	margin-top:200px;
	float:left;
}
.thumbs {
	margin:0 auto;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
#container {
	margin:0 auto;
	width:1100px;
}
a:link {
	color: #da9fcb;
	text-decoration: none;
}
a:visited {
	color: #da9fcb;
	text-decoration: none;
}
a:hover {
	color: #4d1832;
	text-decoration: none;
}
a img {
	border:0px;
}