@import url('main.css');

body {
	background-image: url('../img/bg-sub.gif');
}

#content .bottom {
	background: url('../img/content-bottom.png') bottom center no-repeat;
	padding: 0px 0px 10px 0px;
}
#content .bg { padding-bottom: 20px; }

#right {
	margin-top: -10px;
}

#heading {
	width: 956px;
	height: 82px;
	margin: 1px auto 0px auto;
}
	#heading h2 {
		font-size: 2.8em;
		font-weight: normal;
		color: #d46e23;
		float: left;
		margin: 0px 0px 0px 35px;
		line-height: 82px;
	}
	#heading p {
		font-size: 1.4em;
		text-align: right;
		float: right;
		margin: 20px 40px 0px 0px;
	}
		#heading p a {
			color: #fff;
			text-decoration: none;
			background: #4a4a4a;
			display: inline-block;
			padding: 10px 20px;
			border-left: 1px solid #bfbdac;
			outline: none;
		}
		#heading p a:hover { text-decoration: underline; }
		#heading p .arrow {
			background: url('../img/arrow-left.gif');
			width: 6px;
			height: 10px;
			display: inline-block;
			overflow: hidden;
			vertical-align: middle;
			margin: 0px 1px 3px 0px;
		}

#left h2 {
	
}
	#left p {
		line-height: 1.4em;
		margin-top: 15px;
	}
	#left p.spaced {
		line-height: 1.8em;
		margin-top: 10px;
	}

#directors_page {
	margin: 15px 0px 0px 0px;
}
	#directors_page .thumb {
		height: 85px;
	}
		#directors_page .thumb .img {
			display: inline-block;
			float: left;
			margin: 0px 10px 0px 0px;
			border: 1px solid #dfdac6;
			border-bottom: 2px solid #d2ceb9;
			outline: none;
		}
			#directors_page .thumb .img img { border: 1px solid #fff; }
		#directors_page .thumb h3 {
			font-size: 1.6em;
			margin: 0px;
			background: none;
		}
			#directors_page .thumb h3 a:hover {
				text-decoration: underline;
			}

#galleries {
	margin: 0px;
}
	#galleries h3 { margin: 0px; }
	#galleries .thumbs {
		margin: 15px 0px 20px 0px;
	}
		#galleries .thumbs .img {
			display: inline-block;
			float: left;
			margin: 0px 10px 0px 0px;
			border: 1px solid #dfdac6;
			border-bottom: 2px solid #d2ceb9;
			outline: none;
		}
			#galleries .thumbs .img img { border: 1px solid #fff; }
