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

.bio_name  {
	color:#990000;
	font-size: 1.4em;
	text-shadow: 1px 1px 3px #999;
	font-family: Georgia, "Times New Roman", Times, serif;

}

.bio_title  {
	text-style: italic;
	text-shadow: 1px 1px 3px #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.5em;

}

.bio_desc  {
	text-align: right;
	text-shadow: 1px 1px 3px #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #990000;
	font-size: 1.3em;
	padding-left: 25px;

 }
 
 #bio_image_box {
	padding: 10px;
	height: auto;
	width: 750px;
	margin-left: 15px;
	text-align: center;
}

.bio_thumb {
	border: 1px solid #990000;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
}

#bio_content {

	padding: 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#ebcd99;
}


#bio_content h2 { 
text-style: italic;
	text-shadow: 1px 1px 3px #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.5em;

}
#bio_content p { text-align: justify }
