/* About */

#about_blurb {
	width: 700px;
	background-color: #333333;
	margin: 0;
	position: relative;
}

.content_top {
	width: 940px;
	height: 21px;
	background: url(/img/content_top_rounded.gif);
}

.content_bottom {
	width: 940px;
	height: 34px;
	background: url(/img/content_bottom_rounded.gif);
}

#about {
	color: #555;
	font: 13px/24px Georgia, Times New Roman, Times, serif;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
}
	
	#about_blurb_egg {
		width: 130px;
		margin: 0 auto;
		position: absolute;
		top: -187px;
		left: 760px;
	}
	.about_blurb_connect {
		position: absolute;
		top: -142px;
		left: 696px;
		z-index: 1;
	}
	.about_title {
		font-size: 24px;
	}
	.about_body {
		margin: 0;
		padding: 0;
	}
	.profile_container {
		height: 250px;
		padding: 0 10px;
		position: relative;
	}
		.profile_even {
			width: 430px;
			float: left;
		}
		.profile_odd {
			width: 430px;
			float: right;
		}
		.profile_egg_jb {
			width: 410px;
			height: 100%;
			background: url(/img/profile_egg_jb.png) no-repeat center center;
			float: right;
		}
		.profile_egg_tw {
			width: 410px;
			height: 100%;
			background: url(/img/profile_egg_tw.png) no-repeat center center;
			float: left;
		}
		.profile_egg_jc {
			width: 410px;
			height: 100%;
			background: url(/img/profile_egg_jc.png) no-repeat center center;
			float: right;
		}
	.about_row {
		padding: 10px;
	}
	
		.divider {
			height: 2px;
			background: url('/img/section_divider.gif');
			background-repeat: repeat-x;
			background-position: bottom;
			margin: 30px 10px;
		}
		.about_row_title {
			color: #333;
			font-size: 24px;
			display: inline;
		}
		.about_row_body {
			padding: 0;
			display: inline;
		}
