#home-body {
	background:url(/images/shadow-bg.jpg) repeat-y;	
}
#home-photos-container {		
	position:relative; 				/* Required to make home-photos-mask position correctly. */
	height:471px;					/* Required to make home-photos-mask position correctly. */
}
	#home-photos {
		position:absolute; 			/* Required to make home-photos-mask position correctly. */
		width:890px;				/* Required to make home-photos-mask position correctly. */
		height:471px;				/* Required to make home-photos-mask position correctly. */
		left:20px;		
		background:#fff;
	}
	#home-photos-mask {
		position:absolute; 			/* Required to make home-photos-mask position correctly. */
		width:890px;				/* Required to make home-photos-mask position correctly. */
		height:121px;				/* Required to make home-photos-mask position correctly. */
		top:350px;					
		left:20px;					
		background:url(/images/home-photos-mask.png) no-repeat;
	}
#home-content-container {
	height:219px;
	width:890px;
	background:#fff url(/images/home-content-container-bg2.jpg) no-repeat;
}
	#logo {
		float:left;
		display:inline; 
		width:245px;		
		text-align:center;   
	}
	#content {
		float:left;
		display:inline;
		width:600px;
		margin:0 30px 0 15px;
	}
