@charset "utf-8";
/* CSS Document */

/*--- CONTAINS #intro and #article DIVS with #menu removed ---*/
#content {
	width:750px;
	border:1px solid #666;
	background:#FFF;
	}
/*--- CORRECTS #content FOR FLOATING DIV CLEAR BUG WITH #into and #article DIVS IN GECKO BROWSERS ---*/
#content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
		/* Hides from IE-mac \*/
		* html .content {height:1%;}
		/* End hide from IE-mac */

/*CONTAINS copy without 200px Margin to Accommodate Left Gutter*/
#fullarticle {
	background:none;
	margin:0em 0em 0em 0em;
	/*border-left:1px solid #666;*/
	}
