.character {
	position:relative;
	width:100%;
	height:220px;
	text-align:left;
	border-top:2px solid #a0a0a0;
	margin-top:20px;
}

.summary {
	display:inline-block;
	width:150px;
	height:100%;
	border:1px solid #a0a0a0;
	border-top:0px;
}
.odd .summary {
	position:absolute;
	right:0px;
}
.summary h2{
	background-color:#505050;
	border-bottom:1px solid #a0a0a0;
	text-align:center;
	line-height:20px;
}
.summary img {
	width:150px; 
	height:150px; 
	border-bottom:1px solid #a0a0a0;
}

.character p {
	display:inline;
	position:absolute;
	top:1px;
	left:206px;
	width:634px;
	font-size:16px;
	color:#c5c5c5;
}
.character.odd p {
	position:absolute;
	left:0px;
}

