﻿/* STYLE SHEET FOR 2 column setup */
#contentwrapper
{
	float: left;
	width: 100%;
	margin-top: 8px;
	margin-right: 8px;
}

#contentcolumn
{
	margin-right: 245px; /* Set right margin to RightColumnWidth */
}

#rightcolumn
{
	float: left;
	width: 200px; /* Width of right column in pixels */
	margin-left: -245px; /* Set left margin to -(RightColumnWidth) */
	margin-top: 8px;
}

/* End 2 column Style Sheet Setup */

