#profilePhoto {
	float: left;
}
#profileStats {
	float: right;
	width: 250px;
}

#profileDescription {
	margin-bottom: 30px;
}

.profileBreak {
	border-top-width: 1px;
	border-top-color: #EEEEEE;
	border-top-style: solid;
	margin-top: 30px;
}

#profileStats td:first-child{
	font-weight: bold;
}

.profileListTable {
	width:100%;	
}

.profileListCell {
	border-top-width: 1px;
	border-top-color: #EEEEEE;
	border-top-style: solid;
}

.profileListCell .pedigreeTable {
	font-size: 10px;
	width: 300px;
	height: 125px;

}
.pedigreeTable {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.pedigreeTable td {
	width: 33%;	
}
.profileCategoryDiv h2 {
	border-bottom-width: 5px;
	border-bottom-color: #EEEEEE;
	border-bottom-style: double;
}

#previousProfile {
	float: left;
	text-align: center;
	
}

#nextProfile {
	float: right;
	text-align: center;
}

#profileIncrement {
	margin-top: 50px;
	margin-bottom: 50px;
	
}

.closeWindowDiv a {
	color: blue;
}