@charset "utf-8";
/* CSS Document */

#whole {
	height: auto;
	position: relative;
		
	background: #fff url(../img/about_section_bg.png) repeat-x; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(245,245,245,1) 195px, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,1)), color-stop(195px,rgba(245,245,245,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(245,245,245,1) 195px,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(245,245,245,1) 195px,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(245,245,245,1) 195px,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(245,245,245,1) 195px,rgba(255,255,255,1) 100%); /* W3C */
}

#whole > section {
	float: left;
	width: 233px;
	padding: 0 0 35px 45px;
}

#categories {
	width: 205px;
	padding-top: 3px;
	position: relative;
	z-index: 1000;
}

#whole h1 {
	margin-top: 35px;
	margin-bottom: 25px;
}

#watermark {
	background: url(../img/watermark.png) no-repeat;
	width: 574px;
	height: 95px;
	position: absolute;
	bottom: 20px;
	left: 60px;
	z-index: 500;
}

#wide_side {
	float: right;
	width: 637px;
	height: 100%;
	min-height: 585px;
	background: #fff;
	padding: 0 0 0 45px;
	position: relative;
	
	-webkit-box-shadow: -10px 0 7px 0 rgba(30, 30, 30, 0.2);
	-moz-box-shadow:    -10px 0 7px 0 rgba(30, 30, 30, 0.2);
	box-shadow:         -10px 0 7px 0 rgba(30, 30, 30, 0.2);
}

#pictures {
	padding: 0 45px 35px 0;
	text-align: center;
	position: relative;
	z-index: 1000;
}

#gallerytopline {
	border-top: solid 1px #D9261C;
	height: 17px;
}