/* THREE COLUMN LAYOUT */

body {
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
	}
#main_wrapper {
	max-width:99%; /* sets max layout width */
	min-width:950px; /* 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 */
	behavior: url(./csshover.htc);
	}
#header {
	background-image: url(../images/head_03.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 110px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#nav {
	width:140px; /* the content margin must match this value */
	float:left; /* floats on nav and content divs make them sit side by side */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
#content {
	margin-left: 140px; /* margin = width of nav column */
	margin-right: 140px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	max-height: 100%;
	min-height: 627px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	ma-width: 500px;
	min-width: 400px;
	overflow: visible;
	}
* html #content {
	max-width: 1100px;
	min-width: 400px;
	
}
#promo {
	width: 138px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
	border-collapse: collapse;
	}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	background:#DDC; /* TEMP - REMOVE OR RESTYLE  */
	}
#header_inner, #nav_inner, #promo_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
#header_inner { 
	height: 110px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; /* creates space between the box  and the content */
	}
#nav_inner {
	padding: 2px 0px 2px 2px; /* creates space between the box and the content */
	}
#content_inner { 
	padding: 5px 6px 4px 6px; /* creates space between the box and the content */
	min-height: 600px;
	height: auto;
}
#promo_inner {
	margin:0px 0px;
	}
#footer_inner {
	padding: 2px 1px 2px 1px; /* creates space between the box and the content */
	text-align:center;
	}
#imgs img{
	margin-top: 2px;
}
