/* ============================================== */
/*    columns */
/* ============================================== */

@page { 
}

* {
	overflow: visible !important;
}

#maincontainer {
  width: 100%;  /*Width of main container*/
  margin: 0;
}

#contentwrapper {
  float: none !important;
  width: 100%;
}

#contentcolumn {
  margin: 0 0px 0 0px;
  padding-left: 0px;
  float: none !important;
  /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn {
  display: none;
  float: left;
  width: 160px; /*Width of left column in pixel*/
  margin-left: -740px; /*Set margin to that of -(MainContainerWidth)*/
  padding: 0px;
}

#rightcolumn {
  display: none;
}

#topnav {
  display: none;
}

#maincontent {
}

#maincontent .header {
  display: none;
}

#mailForm {
  display: none;
}
	

/* ============================================== */
/*    top section */
/* ============================================== */
#top_tube {
	display: none;
}

#top_area {
	display: none;
}
