#content ul.sections {
	list-style-type: none;
	margin:20px 0 0 20px;
	padding:0;
}

	#content ul.sections li {
		float: left;
		width: 166px;
		height: 150px;
		
		margin: 0 20px 20px 0;
		background-repeat: no-repeat;
		background-color:#fff;
	}

		#content ul.sections li a {
			display:block;
			border: 2px solid #6C9A76;
			height: 146px;
position: relative;
		}

			#content ul.sections li a span {
				display:block;
				background-color:#6C9A76;
				padding: 10px;
				color:#fff;
				font-size: 0.9em;
				position: absolute;
				bottom:0px;
				width: 142px;
			}


			#content ul.sections li a:hover {
				border: 2px solid #333;
			}

				#content ul.sections li a:hover span {
					background-color:#333;
				}


#content dl {
	margin: 20px;
}

	#content dl dt {
		clear: both;
		float: left;
		width: 170px;
		font-size: 0.8em;
		font-weight:bold;
		color: #6C9A76;
		padding-right: 20px;
		
border-top: 1px solid #ccc;
padding-top:20px;
	}

	#content dl dd {
		float: left;
		width: 340px;
		border-top: 1px solid #ccc;
padding-top:20px;
		font-size: 0.8em;
	}

		#content dl dd p, #content dl dd ul {
			font-size: 100%;
			margin-left: 0;
			margin-right:0;
			margin-top:0;
		}

#content dl dt.first, #content dl dd.first {
	border-top: none;
}