@import url(./reset-fonts-grids/reset-fonts-grids-min.css);

	/* 	for a custom page width, divide your desired 
		pixel width by 13 to find em width. Multiply 
		that value by 0.9759 for IE via *width. For 
		example, this is a 600px page-width:		*/
#doc {
		margin:auto;
		text-align:left;
		width:50em;/* !IE */*width:48.795em;/*IE*/
   		min-width:650px;
}
