/* 2 COLUMN liquid LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	}
#main_wrapper {
	max-width:880px;
	min-width:760px;
	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:auto;
	 
	}

	
#nav {
	width:170px; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */
	display:inline; /*stops IE 6 bug from doubling margin on float */
	padding-top: 1em;
	}
	
#content {
	margin-left:170px;
	}



#footer {
	width:100%;
	clear:both; /* makes the footer sit below whichever column is longest */
	float:left; /* TEMP - REMOVE OR RESTYLE  */
	text-align: center;
	background-color: #DAB9A5;
	}

#content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner {
	text-align: center;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #65A858;
	border-bottom-style: ridge;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
	}
	
#top_nav {
	width:579px; /* this is the background image size */
	height:34px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/navbartan_clear.png);
         }
		 
#nav_inner {
	padding-top: 1em;
	padding-left: 1em;

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