/* author: Colin Harrison */
/* Creation date: 14/08/2007 */

#header, #footer, #footerleft, #footerright, #rightcol {
		display: none;
}

#navcol {
		width: 160px;
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 0px;
		float: left;
		background-color: #E8E5F0;
		font-size: .9em;
		text-align: center;
}

#maincol {
		width; 100%;
		margin-left: 190px;
		margin-right: 0px;
		padding: 0px 20px 0px 0px;
		background-color: #FFFFFF;
		border-right: 0px solid #CCC;
}


