/*
 * 3513_Popup.css  -  04.11.2009
 */
body 	{
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	}
	
#header { text-align:center;	}

#content 
	{
	 top:0px;
	 text-align:left;	
	}
#footer 
	{
	 clear:both; /* makes the footer sit below whichever column is longest */
	}
#header_inner, #nav_inner, #content_inner
	{
	 overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */	
	}
#header_inner 
	{ 
	 padding:2px 2em; /* creates space between the box  and the content */	
	}

#content_inner 
	{
	 padding:1em 1em 1em 1.5em; /* creates space between the box and the content */	
	}
#footer_inner 
	{
	 padding: 1px 1em; /* creates space between the box and the content */
	 text-align:center;	
	 }