/* Initial layout */
	body { 
		color: #000; 
		background-color: #FFF;
	}
	h1, h2, h3, h4, h5, h6, blockquote { color: #000; }
	h1 { font-size: 200%; }
	h2 { font-size: 150%; }
	h3 { font-size: 115%; }
	h4 { font-size: 100%; }
	h5 { font-size: 80%; }
	h6 { font-size: 65%; }

        #wrapper { 
        	width: auto; /* 50em - (1em*2) = 48em */
        	border: none;
        	background-color: #FFF;
        }

        #header { 
        	height: auto;
        	margin-bottom: auto; /* Height of Nav + Content Margin Top of 1em */
        	background-image: none;
        }
        #header h1 { 
		margin: auto; 
		font-size: 200%; text-indent: 0;
		float: none; 
		width: auto; height: auto;
		background-image: none;
        }
        #header h1 span { display: none; }
        
        #headerimgs, #headerliner { display: none; }

        #content { 
        	border: 1px dashed #000;
        	padding: 0 1em;
        	margin: 1em 0 0 0;
        	color: #000;
        	background-color: #FFF;
        }
        
        #nav { display: none; }
        
        #footer { 
        	margin-top: 1em;
        	border: 2px solid #000; border-left: none; border-right: none;
        	padding: 1em;
        	text-align: center;
        }
        #footer p { margin: 0; }
/* End - Initial layout */



/* Popups */
	#popupwindow { display: none; }
/* End - Popups */



/* FREE Guide */
	#freeguide { 
		border: none; 
		margin: 0;
		position: static;
		font-size: 10px;
		line-height: 1.2em;
	}
	#freeguide #guidecola { 
		float: left; 
		width: 49%;
		padding-right: 0.5em;
		/* background-color: #FEE; */
		border-right: 1px solid #000; 
	}
	#freeguide #guidecolb { 
		margin-left: 51%; 
		/* background-color: #EEF; */
	}
	
	#printadp {
		display: none;
	}
/* End - FREE Guide */