
/*****************************/
/*	OVERRIDE WRAPPER STYLE! 
		We do not want to center the content. Wrapper is defined in the MasterPage, 
		and is styled in the Stylesheet-Main.css. */
#Wrapper
{	
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
}

body
{
	background: none;
	background-color: #e0e0e0;
}

#PageBackground
{
  display: none;
}


/* nested inside content for left-right border  - This is the main posts page */
#content3
{ 
  /* min-height hack so it works in IE6 and other browsers.firefox and ot*/
  min-height:0px;
  height:auto !important;
  
  background-color: white;
  
  /* provide space on top and to the left side of the contents: */
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 3em;
}

#Footer
{ 
  margin-top: 0px;
}

#content
{ 
  float: none;
  width: auto;
  margin: 0px;
}

/* remove page corners, backgrounds and the such */
#PageCornerBottomLeft, #PageCornerBottomRight, #PageCornerTopLeft, #PageCornerTopRight, #GradientBelowTab, #ContentTopBorder
{
  display: none;
}


