/* Main wrapper attributes. */

/* set display for left column to none - i.e. remove left hand column */
#leftColumn {
	display				: none;
	margin				: 5px 5px 0px 5px;
	text-align			: left;
	width				: 190px;
}
#dividerLeft {
	display				: none;
	background-image	: url(/images/dotted_vertical.gif);
	background-repeat	: repeat-y;
	width				: 2px;
}
#dividerRight {
	background-image	: url(/images/dotted_vertical.gif);
	background-repeat	: repeat-y;
	background-position	: right;
	width				: 2px;
}
#rightColumn {
	margin				: 5px 0px 0px 0px;
	text-align			: left;
	width				: 130px;
}
#middleColumn{
	margin				: 5px 0px 0px 5px;
	padding-left		: 5px;
	padding-right		: 0px;
	text-align			: left;
}



