#gallery, #static {
	position: relative;
	margin-bottom: 25px;
}

	#gallery div.header, #static div.header {
		position: relative;
		background: url('../images/gallery-header.png') repeat-x;
		height: 63px;
	}
	
		#gallery div.header .view {
			position: absolute;
			left: 0px;
			top: 0px;
			line-height: 63px;
			height: 63px;
			margin-left: 30px;
			font-size: 1.2em;
			color: #878787;
			z-index: 2;
		}
		
			#gallery div.header .view a {
				color: #878787;
				padding-left: 20px;
				margin-left: 10px;
				background: url('../images/box_no-tick.png') no-repeat;
			}
		
			#gallery div.header .view a.active {
				color: #fff;
				background-image: url('../images/box_tick.png');
			}
			
		#gallery div.header h1, #static div.header h1 {
			position: absolute;
			left: 235px;
			top: 0px;
			width: 743px;
			margin: 0px;
			padding: 0px;
			line-height: 63px;
			color: #fff;
			font-size: 3em;
			font-weight: normal;
			text-align: center;
			z-index: 1;
		}
		
		#static div.header h1 {
			left: 50px;
			width: 928px;
			text-align: left;
		}
		
	#gallery div.content, #static div.content {
		background: url('../images/gallery-background.png') repeat-x #2e3033;
	}
	
	#static div.content {
		padding: 30px 0px 30px 50px;
		color: #fff;
		font-size: 1.3em;
	}
	
		#staticLeft {
			position: relative;
			float: left;
			width: 530px;
			margin-right: 70px;
		}
		
		#staticLeft.feature {
			width: 900px;
			margin-right: 0px;
		}
	
			#staticLeft h1 {
				font-size: 1.5em;
				font-weight: normal;
				color: #ffcc00;
			}
			
			#staticLeft h2 {
				font-size: 1em;
				font-weight: normal;
				color: #ffcc00;
			}
			
			#staticLeft img.feature {
				float: left;
				margin: 12px 30px 30px 0px;
			}
			
			#staticLeft hr {
				height: 1px;
				border: solid #535557;
				border-width: 0px 0px 1px 0px;
				color: none;
				background-color: none;
			}
			
		#staticRight {
			position: relative;
			float: left;
		}
			
	#rangeInfo .box, #staticRight .box {
		position: relative;
		float: left;
		width: 316px;
		height: 315px;
		margin-right: 21px;
		border: solid #393a3e;
		border-width: 1px 0px;
		background: #333438;
	}
	
	#rangeInfo .box.last, #staticRight .box {
		margin-right: 0px;
	}
	
	#staticRight .box {
		float: none;
		clear: both;
		font-size: 10px;
		height: auto;
		padding-bottom: 48px;
		margin-bottom: 25px;
		background: #303135;
		border: 1px solid #1a1b1f;
	}
	
		#rangeInfo .box h1, #staticRight .box h1 {
			margin: 24px 12px 6px 24px;
			font-weight: normal;
			font-size: 2em;
			color: #fff;
		}
		
		#rangeInfo .last h1 {
			margin-left: 12px;
		}
		
		#staticRight .box h1 {
			color: #ffcc00;
		}
		
		#rangeInfo .box h1.name {
			font-size: 2.9em;
			margin-top: 15px;
		}
		
		#rangeInfo .box img, #staticRight .box img {
			margin: 0px 0px 6px 24px;
		}
		
		#rangeInfo .box .content, #staticRight .box .text {
			font-size: 1.3em;
			line-height: 1.4em;
			margin: 0px 22px 0px 24px;
		}
		
		#rangeInfo .box .button, #staticRight .box .button {
			position: absolute;
			bottom: 8px;
			right: 22px;
			margin: 0px;
		}
