		#maincontainer{	min-width:1200px;}

		#topsection{
			height: 120px; /*Height of top section*/
		}

		#contentwrapper{
			float: left;
			width: 99%;
		}

		#contentcolumn{
			margin: 0 250px 0 28%; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/
		}

		#leftcolumn{
			float: left;
			width: 28%; /*Width of left column in percentage*/
			margin-left: -99%;
		}

		#rightcolumn{
			float: left;
			width: 250px; /*Width of right column in pixels*/
			margin-left: -250px; /*Set margin to -(RightColumnWidth)*/
		}

		#footer{
			clear: left;
			width: 99%;
			color: #FFF;
			text-align: center;
			padding: 4px 0;
		}


		.innertube{
			margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
			margin-top: 0;
		}
/*		table td{white-space:nowrap;}*/
