@charset "utf-8";
/* CSS Document */

/* Printer Friendly Settings */

body {
  margin: 0px;
  
  padding-right: 20%;
  
  width: auto;
}

#header, #headerbg, #menu, #sidebar, #footer, a.back 
{display: none;	
}




.container {
	width: auto;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	
	
	}
	
.inner-container {
	
	position: absolute;
	}

#main {

  background:       #ffffff url('_images/bodyBG.gif') left top repeat-y;
  font-size:        105%;
  width: 650px;
  height:	    auto;
  z-index: 0;
  
  margin:           0px 0px 60px 0px;
  float:	    left;
}

#content p {
	
	
	line-height:150%;
	text-indent: 20px;
	letter-spacing:1px;
}