#content h1 {
	color: #555;
	font-size: 1.6em;
	letter-spacing: .1em;	
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	font-weight: normal;
}

#content h2 {
	color: #555;
	font-size: 1.3em;
	margin: 10px 0px;
	font-weight: normal;
}

#content .img-container {
	clear: right;
	float: right;
	width: 500px;
	margin: 0px 0px 10px 10px;
}

#content p {
	font-size: 1.1em;
	text-align: justify;
	margin: 10px 0px;
}

#content em {
	font-weight: bold;
	font-style: italic;
}

#content dl, #content ul {
	margin: 0px 20px;
}

#content dl dt {
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #666;
}

#content dl dd {
	margin-bottom: 10px;
}

#content .indent {
	margin: 10px;	
}

#content .testimonial {
	border-bottom: 1px solid #aaa;
}

#content .alert {
	padding: 5px;
	background-color: #cb8d5a;
	border: 1px solid #666;
}

#content .final_list {
	float: left;
	width: 30%;
}