/* THREE COLUMN LAYOUT */
/* you have to be careful with Nifty Corners - don't add height to the outer containers or the corners will no display correctly in Safari. */

/*padd the */
* {margin:0; padding:0;}
body {
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
	}
#main_wrapper {
	width:1100px; /* widths of columns will scale proportionately as this width is changed */
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	text-align:left; /* prevents page inheriting IE6 centering hack on body */
	padding:10px 0;
	margin-top:10px;
	margin-bottom:10px;
	}	
#header {
  /* background: url(/images/headerback.gif) repeat-x bottom left; */
	margin: 0 10px;
	padding: 5px 0;
	}
#nav {
	width:190px;
	margin:10px 5px 10px 10px;
	float:left;
	display:inline; /* fixes IE6 margin doubling bug */
	}
	
#content {
	width:860px;
	margin:10px 10px 10px 5px;
	float:left;
	}

#footer {
  width:980px;
	margin:0 10px;
	clear:both;
	}
#header_inner, #content_inner, #promo_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
#header_inner {
	padding:0 0;
	}
#nav_inner {
	padding:.1em .1em;
	}
#content_inner {
	padding:1em 1em 1em 1.5em;
	}
#content_inner img {
  float:left;
	}
	
#promo_inner {
	padding:1em .5em;
	}
#footer_inner {
	padding:.5em 1em;
	text-align:center;
	}
#ad p {
  margin:10px 10px 10px 10px;
	background:#dddddd;
	padding: 15px 15px 15px 15px;
	text-align:center;
	}