/* This is just here for formatting purposes.  This has nothing to do with the layout. */
@import url(../CSS/defaultstyles.css);


#bodywrapper {
/* replace margin-top value with the height of your header. */
	margin-top:  220px;
	margin-left:  0;
	margin-right:  0;
	margin-bottom:  0;
	padding:  0;
	width:  100%;
/*  Background of the left side menu.  Replace the URL and the background color (#FFFFFF) with your choices for each.)  */
}

#contentarea {
 /* replace this value with the width of your left column */
	margin:  auto;
	padding:  0;
	float:none;
    
}


#header {
	position:  absolute;
	top:  0;
	left:  0;
/* The header can be set to either a fixed width or a liquid width.  I prefer to make the header a liquid width for aesthetic purposes, but changing it to a fixed width will not affect the layout.  This is an optional property. */
	width:  100%;
/* put this in to ensure that your header doesn't overlap the body of your website. */
	overflow:  hidden;
}

#footer {
/* This is needed to ensure that the footer appears below your content and menus. */
	clear:  both;
	margin:  0;
	padding:  0;
	width:  100%;
}


/*
playback timings (ms):
  captures_list: 0.587
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.009
  esindex: 0.01
  cdx.remote: 23.729
  LoadShardBlock: 192.072 (3)
  PetaboxLoader3.datanode: 167.297 (5)
  PetaboxLoader3.resolve: 298.096 (3)
  load_resource: 309.998 (2)
*/