


/* Change the sidebar float to the opposite of the main styles.css file. Also change the padding from right to left. */
 #sidebar {
	display:  none
}


/* set the content margin-right/margin-left and padding*/
#content {
	margin: 0px;
	padding: 16px 0px 0px 0px;
}

#contentarea{
	margin-right: 0px;
	margin-left: 0px;
	border-right: 0px;
	border-left: 0px;
}




