@charset "UTF-8";
/* CSS Document */

html, body, p, td, li {
	font-family: "Times New Roman", Times, serif;
}
img {
	border: 0;
}
h1, h2, h3 {
	text-align: center;
	margin: 4px 0;
}
h2 {
	text-shadow: #666 5px 5px 5px;
}
a:link, a:visited {
	border: 0;
	color: #039;	
	text-decoration: none;	
}
a:hover, a:active {
	border: 0;
	color: #06F;
	text-decoration: underline;	
}
#container {
	margin: 3px auto;
	width: 680px;
	padding: 10px;
}
#breadcrumbs {
	margin: 8px 0 12px 0;
	font-size: 11px;
	color: #666;
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
	color: #666;
}
#listingcontainer {
	margin: 10px 0;
}
#teaser {
	text-align: center;
}
.dirGroup {
	float: left;
	width: 220px;
}
.dirThumb {
	text-align: center;
	margin: 1px;
	height: 110px;
}
.dirCaption {
	text-align: center;
	height: 24px;
	font-size: 11px;
	line-height: 12px;
}
.clearer {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}
