@charset "utf-8";
/* CSS Document */

#about_box {
	position:relative; 
	width:600px; 
	height:450px; 
	margin:100px auto 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	background:#5196e0;
}
#about_box_header {
	position:absolute; 
	width:428px; 
	height:46px; 
	top:-46px; 
	left:170px; 
	background:url(../images/about/about.png);
}
#about_box_photo {
	position:absolute; 
	width:148px; 
	height:223px; 
	top:10px; 
	left:10px;
	background:url(../images/about/head_shot.jpg);
}