#capsule {
	width: 645px;
	height: auto;
	}

#level-one-header {
	font-size: 26px;
	padding: 15px;
    border-bottom: 1px solid #000000;
	width: 600px;
	margin-top: 20px;
	font-weight: bold;
	float: left;
	}

.map-capsule {
	width: 310px;
	height: auto;
	float: left;
	margin-right: 10px;
	}

.level-two-header {
	width: 280px;
	font-weight: bold;
	font-size:14px;
	color:#333333;
	padding: 10px;
	margin-top: 10px;
	}

.level-three-header {
	width: 270px;
	height: auto;
	color: #999999;
	margin-bottom: 10px;
	padding: 10px;
	}

.content {
	width:290px;
	height: auto;
	padding: 10px;
	font-size: 12px;
	}

.content-line {
	width:280px;
	height: 15px;
	color:#999999;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	padding: 5px;
	}

br {
	clear: both;
	}
