@charset "utf-8";

*{
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	color:#666;
}


h4{
	font-weight:normal;
	color:#000;
	font-size:16px;
}

h5{
	font-weight:normal;
	margin-bottom:20px;
}

p{
	margin-bottom:15px;
}

#image{
	position:absolute;
	top:40px;
	left:40px;
}

#bio{
	position:absolute;
	left:230px;
	top:40px;
	padding-right:40px;
}

#close_btn_about{
	position:absolute;
	top:10px;
	right:20px;
	color:#0088BB;
}

