#content {
	float: left;
	width: 680px;
} 
#sidebar {
	float: right;
	width: 200px;
}
#content h1 {
	color: #e95d0f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	display: inline;
}
#content h2 {
	color: #666666;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	padding: 0 10px;
}
#content h3 {
	color: #666666;
	font-size: 1.2em;
	font-weight: normal;
	padding: 10px 0 5px 0;
}
#content h4 {
	color: #666666;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0 0 10px 0;
}
#content h5 {
	color: #e95d0f;
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px 0 5px 0;
}

