/* 

Author: Maurice J Kerckhof
Date: 2010-01-15

*/

/* @group Content */

/* layout of the photo gallery content */
#content_gallery {
	width: 500px;
	height: 300px;
	padding: 20px 30px 60px 32px;
	margin: 0 auto;
	background: transparent url(../images/content_bg.png) top left repeat;
	position: absolute;
	z-index: 3;
	top: 40px;
	left: 415px;
}

/* @end */
