/* Used in conjunction with the 3 column stylesheet, this redefines the maincontent area so that it's wider, so it needs to be linked AFTER the 3 col sheet to work correctly */



div#maincontent {
	padding-left: 10px;
	text-align: left;
	margin-left:  170px;
	margin-right: auto;
	margin-top: 0;
	border-left: 1px solid #cccccc;
}
