#Content > h3 {
	margin-left: 5%;
	margin-top: 5%;

	border-bottom: solid #000000 1px;

	text-align: right;
}

/* I hate tables :) */
#Content > dl {
	font-size: 93%;
	margin-left: 5%;
	border-bottom: solid #000000 1px;
	padding-top: 1.2%;
	padding-bottom: 1.2%;
}
	#Content > dl > * {
		overflow: hidden;
	}
	#Content > dl > dt {
		float: left;
		width: 40%;
		margin-right: 3%;
	}
	#Content > dl > dd {
		float: right;
		width: 30%;
	}

