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


div#photo{
	float:left;
	margin:67px 0;
	width:45%;
}
div#photo img{
	width:100%;
}

div#profile{
	float:right;
/*	margin-top:42px;*/
	width:43%;
}
div#profile h3{
	margin-bottom:19px;
	font-weight:bold;
	font-size:14px;
	font-weight:bold;
}
div#profile h3 span{
	font-weight:bold;
	font-size:16px;
}
div#profile h4{
	margin-bottom:19px;
	font-weight:bold;
	font-size:11px;
	line-height:18px;
}
div#profile p{
	padding-bottom:21px;
	font-weight:bold;
	font-size:12px;
	line-height:22px;
}






@media screen and (max-width: 640px){

div#photo{
	float:none;
	margin:67px auto;
	width:90%;
}
div#photo img{
	width:100%;
}


div#profile{
	float:none;
	width:90%;
	margin:0 auto;
}
div#profile h3{
	margin-bottom:19px;
	font-size:15px;
}
div#profile h3 span{
	font-size:18px;
}
div#profile h4{
	font-size:12px;
	line-height:18px;
}
div#profile p{
	padding-bottom:21px;
	font-weight:bold;
	font-size:14px;
	line-height:22px;
}






}

