/*
Title       	: Module Content
Document     : stylesheet.module.content.css
Last updated : 02/11/2009
*/
div.leftColumn
{
	width				: 48%;	
	float				: left;
	margin-top			: -18px;	
}

div.rightColumn
{
	width				: 48%;
	float				: right;
	margin-top			: -18px;
	margin-bottom		: 10px;
	padding				: 5px;
	border-left			: 1px solid #DF5354;
}

div.rightColumn h2
{
	margin-top			: 0px;
}
