/* 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: 130px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom:60px;
	padding-left: 15px;
	margin-bottom:20px;
}

#content
{
	float:right;
	width: 742px;
	padding-left: 18px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-right: 20px;
}
/*#footer
{
	border-width: 1px 0;
	padding: 0.5em;
}*/
