﻿ignore
{
}

/* Size */

#LeftColumn, #RightColumn
{
	height: 500px;
	width: 308px;
}

/* Padding */

#LeftColumn, #RightColumn
{
	padding: 0px 10px 0px 10px;
}

/* Floats */

#LeftColumn
{
	float: left;
}

#RightColumn
{
	float: right;
}

/* Border */

#LeftColumn
{
	border-right: dashed 1px #aaaaaa;
}

