#main_wrapper {
	max-width:1024px; /* sets max layout width */
	min-width:880px; /* sets min layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	}	
#header {
  	width:1024px; 
	height:200px; 
  	margin: 10px 10px 0 0;
	}
#twocols {
  	height:100%;
  	width:1024px;
  	float:left;
}
#content {
  	height:100%; 
	width:780px; /* the content margin must match this value */
	float:left; /* floats on nav and content divs make them sit side by side */
	}
#promo {
  	height:100%;
	width:244px;
	margin-left:780px; /* margin = width of promo column */
	display:block;	
	}
#footer {
  	width:1024px; 
	height:50px; 
	clear:both; /* makes the footer sit below whichever column is longest */
	background:#DDC; /* TEMP - REMOVE OR RESTYLE  */
	}
#header_inner,#content_inner,#promo_inner,#footer_inner{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:1em 2em; /* creates space between the box  and the content */

	}
#content_inner { 
	padding:0em 1em 1em 1.5em; /* creates space between the box and the content */
	clear:both;
	}
#promo_inner {
	padding:1em .5em; /* creates space between the box and the content */
	}	
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;}
	
#adobe {padding:1em;}

