/* Single column stylesheet */

/* CONTAINERS */

/* Content */

#content
{
	width: 778px;
	margin: 0em auto;
}

#content p
{
	margin-bottom: 1em;
	text-align: left;
	font-family: Georgia, Century, Times, serif;
}

#content h2,h3,h4,h5,h6
{
	color: #2d1f1e;		/* Chocolate */
	margin-bottom: 1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content hr
{
	margin-top: -0.5em;
	margin-bottom: 1em;
}
