/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */

#leftColumn
{
	float: left;
	margin-right:0px;
	width: 225px;
	padding: 0;
	margin-bottom:20px;
}

#content
{
	float:right;
	width: 695px;
	margin-left: 6px;
	margin-bottom: 25px;
}
/*#footer
{
	border-width: 1px 0;
	padding: 0.5em;
}*/
