/* CSS Document */

#columncontainer 
{
	clear: both;
	width: 100%;
}
#leftcolumn 
{
	float: left;
	width: 46%;
}
#rightcolumn 
{
	float: right;
	width: 46%;
	padding-left: 15px;
	border-left: solid 1px #eeddff;
}
