#wrapper{
	background-image: url('about-us-bkgd.png');
}

/* original size: 463 x 416 */
#content_box{ 
	width:372px;
	height:316px;
	padding-top:100px;
	padding-left:55px;
	padding-right:36px;
	background-image: url('text-box-bkgd.png');
	background-repeat: repeat-y;
	color:#1b1716;
	position:relative;
	left:249px;
	top:34px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
#content_box a{
	font-size: 8pt;
	color:white;
	text-decoration:none;
}
#content_box .more{
	float:right;
}
#headshot{
	position:absolute;
	top:-109px;
	left:127px;
	z-index:5;
}
#text_box_top{
	width:463px;
	height:13px;
	background-image: url('about-us-box.png');
	position:relative;
	margin-bottom:-13px;
	left:249px;
	top:34px;
	z-index:4;
}
#text_box_bottom{	
	width:463px;
	height:13px;
	margin-top:-13px;
	background-image: url('about-us-box-bottom.png');
	position:relative;
	left:249px;
	top:34px;
	z-index: 0;


}

#footer_text{
	margin-top:48px;
}