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

#main_info {
	height: auto;
	width: 680px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: auto;
	float: right;
}

#page_content {
	background-color: #FFFfff;
	min-height: 1100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 30px 3px #a3a3a3;
	-moz-box-shadow: 0px 0px 30px 3px #a3a3a3;
	box-shadow: 0px 0px 30px 3px #a3a3a3;
	margin-bottom: 10px;
	height: auto;
	padding-bottom: 20px;
}

#short_content {
	background-color: #FFFfff;
	min-height: 500px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 30px 3px #a3a3a3;
	-moz-box-shadow: 0px 0px 30px 3px #a3a3a3;
	box-shadow: 0px 0px 30px 3px #a3a3a3;
	margin-bottom: 10px;
	height: auto;
	padding-bottom: 20px;
}

#collection_header {
	background-color: #e2e2e4;
	height: 100px;
	width: 920px;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c30301;
}

#sidebar {
	float: left;
	height: 880px;
	width: 220px;
	margin-top: 20px;
	margin-left: 19px;
	background-image: url(images/sidebar_image.jpg);
	background-repeat: no-repeat;
	border: 1px solid #666;
}
#short_sidebar {
	float: left;
	height: 400px;
	width: 220px;
	margin-top: 20px;
	margin-left: 19px;
	background-image: url(images/sidebar_image2.jpg);
	background-repeat: no-repeat;
}
.small_subheads {
	font-family: Open Sans;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}