/* TWO COLUMN LAYOUT */
body {
  text-align:center; /* IE6 needs this to center the layout in the browser window */	}

#main_wrapper {
  max-width:800px; /* sets max layout width */  
  min-width:725px; /* 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 {height:125px; margin-top:.5em;	width:70%;
} */

#content {width:70%; float:left; margin:0 0 5px 0; 
}

#rightcolumn {float:left; width:30%; text-align:left; margin-top:0; 
}

#footer {clear:both; 
}

#header_inner, #rightcolumn_inner, #content_inner {overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}

/*#header_inner {padding:.5em .5em .5em 0; 
}*/

#rightcolumn_inner {padding:.5em .5em 1em 1em; 
}

#content_inner {padding:.5em 2em 1em .5em; 
}

#footer_inner {padding:.5em 1em; text-align:center;
}