/* Header with logo */
#header {
	display:none;
}

#subheader {
	display:none;
}

#wrapper {
	width: 100%;	/*Width of main container*/
	float: none !important;
}

#footer {
}

.colMask,
.colRight,
.colMid,
.colLeft,
.lessonCol,
.twoCol,
.twoColWide,
.threeCol,
.colMask .lessonCol {
	float: none !important;
	border: none !important;
	overflow: visible !important;
}

.col2,
.col3 {
	display:none;
}

.col1,
.col1More {
	float: none !important;
	border: none !important;
	overflow: visible !important;
}
.lessonCol .colLeft,
.twoCol .colLeft,
.twoColWide .colLeft,
.threeCol .colLeft,
.threeCol .colMid {
	border: none !important;
}
.twoCol .colLeft {
	right:730px;
}
.twoColWide .colLeft {
	right:930px;
}
.threeCol .colLeft {
	right:720px;
}