#content {
	width:  940px;
	margin: 20px auto;
	clear: both;
}

/* ---------- Dual Columns ---------- */

#left {
	width: 469px;
	float: left;
	border-right: 1px solid #ccc;
	margin:  0 20px 20px 0;
}

#right {
	width: 450px;
	float: left;
	margin: 0 0 20px 0;
}


#content h1 {
	font-size: 2.6em;
	font-weight: normal;
	color:  #000;
	padding: 0 20px 20px 0;
}

#content h2 {
	font-size: 2.2em;
	font-weight: normal;
	color:  #000;
	padding: 5px 20px 22px 0;
}

#content h3 {
	font-size: 1.8em;
	font-weight: normal;
	color:  #F48220;
	padding: 10px 20px 5px 0;
}

#content p {
	font-size: 1.3em;
	font-weight: normal;
	color:  #333;
	padding: 0 0 20px 0;
	line-height: 1.5em;
}

#content p.quote {
	font-size: 1.6em;
	font-family: Georgia, Times New Roman, Serif;
	font-style: italic;	
	width: 180px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	margin: 0 20px 10px 0;
	float: left;
}

#content #left p {
	padding-right: 20px;
}

#content ul {
	margin: 0 20px 20px 20px;
	list-style: square;
	padding: 0;
}

#content li {
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0 0 2px 5px;
	margin: 0;
}


