/* initialize and formatting */




/* siteBanner  */

div#bio_siteBanner{
	width: 100%;
	height:200px;
	margin: 0 auto;
	color:#000000;
	background:#000;
	overflow:hidden;
}

/*bio_profile */

div#bio_profile{
	width:800px;
	height:auto;
	margin:0px 0px 50px 0px;
	padding:0 0 0 0;
	text-align:left;
}

div#bio_profile h1{
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	list-style-type: none;
	padding:0 5px 5px 5px;
	margin:0 0 0 0;
	border-bottom:4px double #000;
}

div#bio_profile p{
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	list-style-type: none;
	padding:10px 5px 10px 5px;
	margin:0 0 0 0;
	border-bottom:4px double #000;
}

/*history */

div#bio_history {
	width:800px;
	height:auto;
	margin:10px 0px 10px 0px;
}


div#year{
	margin:0 auto;
	border-bottom:1px dotted #000;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	padding:10px 5px 5px 5px;
	text-align:left;
}

div#activity{
	margin:0 auto;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	padding:5px 5px 10px 5px;
	text-align:left;
}


/* CSS Document */