@charset "UTF-8";
/* CSS Document */
@import url("generic.css");

.wrapper {
	float: left;
	width: 100%;
	/*background-color:#3300CC;*/
}

#contents {
	margin: 0 310px 0 194px;
	/*background-color:#FFCCCC;*/
}
#contents .tube { margin:0 10px 0px 10px;}

#leftColumn {
	float: left;
	width: 194px;
	margin-left: -970px; /*Set margin to that of the actual width less padding */
	/*background: #C8FC98;*/
}

#rightColumn {
	float: left;
	width: 310px; 
	margin-left: -310px;
/*background: #ff6600;*/
	
}



