@charset "UTF-8";
	
		#profile-detail {
			background: #FAFAFA;
			padding: 0px;
			height: 325px;
			width: 975px;
			overflow: hidden;
		}
		
			.profile-detail-photo {
				width: 315px;
				height: 315px;
				margin: 5px 0px 5px 0px;
				float: left;
			}
			
			.profile-detail-facts {
				width: 160px;
				height: 281px;
				margin: 12px 5px;
				background: #DDDDDD;
				float: left;
				padding: 10px;
				overflow: hidden;
			}
			
				.profile-detail-facts h3 {
					font-size: 18px;
					color: #304C72;
				}
				
				.profile-detail-facts h4 {
					font-size: 15px;
					color: #4B4B4B;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: normal;
				}
				
				.profile-detail-facts ul {
					list-style-type: none;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					color: #4B4B4B;
					font-size: 11px;
				}
				
					.fact-title {
						font-size: 13px;
						color: #304C72
					}
			
			.profile-detail-bio {
				width: 462px;
				height: 301px;
				margin: 12px 0px;
				background: #F0F0F0;
				float: left;
				overflow: auto;
			}
			
				.profile-detail-bio h3 {
					font-size: 18px;
					color: #304C72;
					padding: 10px 10px 0px 10px;
				}
			
				.profile-detail-bio p {
					padding: 10px;
				}
			
				.profile-node {
					width: 187px;
					height: 191px;
					margin: 2px;
				}
			
					.profile-photo {
						width: 145px;
						height: 145px;
						margin: auto;
					}
					
					.profile-text {
						width: 177px;
						margin: auto;
						height: 45px;
						text-align: center;
					}
					
						.profile-text h3 a {
							font-size: 16px;
							color: #304C72;
							text-decoration: none;
						}
						
						.profile-text h4 a {
							font-family: Veranda, Arial, Helvetica, sans-serif;
							font-size: 14px;
							font-weight: normal;
							color: #4B4B4B;
							text-decoration: none;
						}
						
						
						
.profile-detail-photo-table {
	
}

	.profile-detail-photo-tl {
		width: 18px;
		height: 18px;
		background: transparent url('../images/member-photo/member-big/member-big-tl.gif') no-repeat;
	}
	
	.profile-detail-photo-tc {
		height: 18px;
		background: transparent url('../images/member-photo/member-big/member-big-tc.gif') repeat-x;
	}
	
	.profile-detail-photo-tr {
		width: 18px;
		height: 18px;
		background: transparent url('../images/member-photo/member-big/member-big-tr.gif') no-repeat;
	}
	
	.profile-detail-photo-ml {
		width: 18px;
		background: transparent url('../images/member-photo/member-big/member-big-ml.gif') repeat-y;
	}
	
	.profile-detail-photo-mc {
		
	}
	
		.profile-detail-photo-mc img {
			padding: 0;
			margin: 0;
			overflow: hidden;
			display: block;
		}
	
	.profile-detail-photo-mr {
		width: 18px;
		background: transparent url('../images/member-photo/member-big/member-big-mr.gif') repeat-y;
	}
	
	.profile-detail-photo-bl {
		width: 18px;
		height: 21px;
		background: transparent url('../images/member-photo/member-big/member-big-bl.gif') no-repeat;
	}
	
	.profile-detail-photo-bc {
		height: 21px;
		background: transparent url('../images/member-photo/member-big/member-big-bc.gif') repeat-x;
	}
	
	.profile-detail-photo-br {
		width: 18px;
		height: 21px;
		background: transparent url('../images/member-photo/member-big/member-big-br.gif') no-repeat;
	}
	
	
.profile-photo-table {
	
}

	.profile-photo-tl {
		width: 9px;
		height: 9px;
		background: transparent url('../images/member-photo/member-small/member-small-tl.gif') no-repeat;
	}
	
	.profile-photo-tc {
		height: 9px;
		background: transparent url('../images/member-photo/member-small/member-small-tc.gif') repeat-x;
	}
	
	.profile-photo-tr {
		width: 10px;
		height: 9px;
		background: transparent url('../images/member-photo/member-small/member-small-tr.gif') no-repeat;
	}
	
	.profile-photo-ml {
		width: 9px;
		background: transparent url('../images/member-photo/member-small/member-small-ml.gif') repeat-y;
	}
	
	.profile-photo-mc {
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
	
		.profile-photo-mc img {
			overflow: hidden;
			display: block;
		}
	
	.profile-photo-mr {
		width: 10px;
		background: transparent url('../images/member-photo/member-small/member-small-mr.gif') repeat-y;
	}
	
	.profile-photo-bl {
		width: 9px;
		height: 11px;
		background: transparent url('../images/member-photo/member-small/member-small-bl.gif') no-repeat;
	}
	
	.profile-photo-bc {
		height: 11px;
		background: transparent url('../images/member-photo/member-small/member-small-bc.gif') repeat-x;
	}
	
	.profile-photo-br {
		width: 10px;
		height: 11px;
		background: transparent url('../images/member-photo/member-small/member-small-br.gif') no-repeat;
	}
	

#col-0 {
	background: transparent;
}
	
#content-left {
	margin: 0 0 0 7px;
	background: #F0F0F0;
	width: 947px;
}