/**
 * bio - pop up
 *
 * author:    fred leblanc <fred@imarc.net>
 * created:   2006-04-18
 */

.bio {
	background-image: url(/images/bio_bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	
	width: 638px;
	height: 404px;
	
	position: absolute;
	}
	
	.bio h5 {
		margin: 6px 0px 0px;
		font-size: 13px;
		line-height: 21px;
		font-family: "Times New Roman", Times, serif;
		color: #FFF;
		font-weight: normal;
		}
	
	.bio div.bio_close_window {
		position: absolute;
		top: 376px;
		left: 533px;
		}
		
		.bio div.bio_close_window img {
			border: none;
			width: 98px;
			height: 21px;
			}
			
	.bio_name_title {
		position: absolute;
		top: 1px;
		left: 12px;
		
		width: 615px;
		height: 32px;
		}
			
	.bio_image {
		width: 106px;
		height: 138px;
		
		border: none;
		
		position: absolute;
		top: 49px;
		left: 18px;
		}
		
	.bio_description {
		height: 310px;
		width: 485px;
		
		position: absolute;
		top: 50px;
		left: 136px;
		
		line-height: 16px;
		overflow: auto;
		}
		
	.bio_description_nopic {
		height: 310px;
		width: 600px;
		
		position: absolute;
		top: 50px;
		left: 18px;
		
		line-height: 16px;
		overflow: auto;
		}