@charset "utf-8";
	


#main {
	height: 600px;
	width: 800px;
	align: center;
	margin-top: 40px;
	border: dotted;
	border-color:#CCCCCC;
	background-color: #FFFFFF;

}
#main #thumbs {
	height: 440px;
	width: 300px;
	vertical-align: top;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding: 20px;
}

#main #center {
	height: 450px;
	width: 350px;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	display: block;
	color: #333333;
	padding: 0px;
	margin: 10px;
}
a:link {
	color: #6A7F90;
	text-decoration: none;
}
a:hover {
	color: #CC0099;
	text-decoration: none;
}
a:visited {
	color: #718596;
	text-decoration: none;
}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
