@CHARSET "UTF-8";

#about_left_column {
	padding-left: 55px;
	width: 280px;
	float: left;
}

#about_right_column {
	width: 697px;
	float: left;	
}

	/* Photo Holder */	
#about_left_column .about_photo_content {
	width: 225px;
}

.about_photo_content .about_photo_left {
	width: 225px;
	background:	url("../img/about_photo_holder_side_left.jpg") top left repeat-y;
	-background:	url("../img/about_photo_holder_side_left.jpg") 1px 0 repeat-y;
}

.about_photo_content .about_photo_right {
	width: 225px;
	background:	url("../img/about_photo_holder_side_right.jpg") top right repeat-y;	
}

.about_photo_content .about_photo_top {
	background:	url("../img/about_photo_holder_top.jpg") top center no-repeat;	
}

.about_photo_content .about_photo_bottom {
	padding: 15px;
	background:	url("../img/about_photo_holder_bottom.jpg") bottom center no-repeat;	
}

.about_photo_content .about_photo_bottom_pic {
	padding-bottom: 15px;
	background:	url("../img/about_cv_holder_bottom.jpg") bottom center no-repeat;
}

.about_photo_content .about_photo_bottom_pic label {
	font-family: Garamond, Georgia, sans-serif;
	font-size: 13pt;
	line-height: 13pt;
	font-weight: bold;
	color: #7c3d0f;
	padding: 0 20px;
	float: left;	
}

.about_photo_content .about_photo_bottom_pic .download_cv_button {
	width: 158px;
	height: 55px;	
	margin: 10px auto 0 auto;
	background:	url("../img/download_cv_back.jpg") top center no-repeat;	
}

.about_photo_content .about_photo_bottom_pic .download_cv_button span a {
	font-family: Garamond, Georgia, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #d9dccd;
	display: block;
	padding: 20px 0 0 20px;	
	text-decoration: none;
}	
	/* /Photo Holder */
	
	/* Info */
#about_right_column .about_info_container {
	width: 625px;	
}		
	
#about_right_column .about_info_container h2 {
	text-align: center;
	margin-bottom: 10px;	
}		
	
#about_right_column .about_info_content p {
	padding-left: 15px;
	font-family: Georgia, Verdana, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	color: #9c835f;		
}

#about_right_column .about_info_content p label {
	font-weight: bold;
	color: #8c5123;	
}

#about_right_column .about_info_content p a {
	color: #4b6e79;	
}	
	/* /Info */
