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

#content {
	padding: 0 0 40px;
}

#slideshow {
	float: left;
	display: block;
	position: relative;
	background: url(../images/site/gallery-back.png) no-repeat top left;
	width: 468px;
	height: 396px;
	margin: 0 0 20px;
	-moz-box-shadow: 0px 2px 8px #000;
	-webkit-box-shadow: 0px 2px 8px #000;
	box-shadow: 0px 2px 8px #000;
}

.col1box {
	float: right;
	display: block;
	position: relative;
	background: url(../images/site/box-main-col1.png) no-repeat top center;
	width: 204px;
	min-height: 214px;
	margin: 0 0 20px;
	padding: 2px 10px 0;
}
.col1box h2 {
	text-shadow: 0 1px 4px #fff;
}

