#sub-body {
	background:url(/images/shadow-bg.jpg) repeat-y;	
}
#sub-photos-container {		
	position:relative; 				/* Required to make sub-photos-mask position correctly. */
	height:265px;					/* Required to make sub-photos-mask position correctly. */
}
	#sub-photos {
		position:absolute; 			/* Required to make sub-photos-mask position correctly. */
		width:890px;				/* Required to make sub-photos-mask position correctly. */
		height:265px;				/* Required to make sub-photos-mask position correctly. */
		left:20px;	
		background:#fff;
	}
	#sub-photos-mask {
		position:absolute; 			/* Required to make sub-photos-mask position correctly. */
		width:890px;				/* Required to make sub-photos-mask position correctly. */
		height:91px;				/* Required to make sub-photos-mask position correctly. */
		top:174px;					
		left:20px;					
		background:url(/images/subpage-photos-mask.png) no-repeat;
	}	
#sub-content-container {
	width:890px;
	background:#fff;
}
	#sub-content-container ul {
		overflow:visible;
		margin:10px 0 0 0;
	}
	#sub-content-container li {
		overflow:visible;
		margin:0 0 0 30px;
	}
	#sub-logo {
		float:left;
		display:inline; 
		width:200px;
		padding:20px 0 0 50px;
	}
	#sub-content-holder {
		float:left;
		display:inline;
		width:617px;
		margin:37px 0 0 0;
	}
		#header {
			border-top:1px solid #d9d6d2;
			border-bottom:1px solid #d9d6d2;
		}
			#header h1 {
				font:normal 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
				line-height:24px;
				margin:20px 0;
			}
		#col-holder {
			margin:20px 0;
		}			
			#col-1 {
				float:left;
				display:inline;
				width:260px;
				margin:0 21px 0 0;
			}
			#col-2 {
				float:left;
				display:inline;
				width:266px;
			}
			#col-2 ul {
				margin:0 0 10px 0;	
			}
