/* TWO COLUMN LAYOUT */


body {
	/* text-align:center;*/ /* IE6 needs this to center the layout in the browser window */
	}
ul { marin:0; padding:0; }
a { text-decoration:none; color:#000; }
#main_wrapper {
	max-width:1000px; /* 960 sets max layout width */
	min-width:800px; /* 800 sets min layout width */
	margin-left:10px;  /* centers layout in browser */
	margin-right:10px; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	}
#header {
	/* display:none; */
	}
#nav {
	width:165px; /* the content margin must match this value */
	float:left; /* floats on nav and content divs make them sit side by side */
	}
#content {
	margin-left:165px; /* margin = width of nav column */
	}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	/* display:none; */
	/* background:#DDC; */ /* TEMP - REMOVE OR RESTYLE  */
	}
#header_inner, #nav_inner, #nav_header, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:1em 1em; /* creates space between the box  and the content */
	}
#nav_header {
	padding:0 0;
	}
#nav_inner {
	padding:1em .5em; /* creates space between the box and the content */
	}
#nav_inner li {
	list-style-type: none;
	}
#nav_inner h3 {
	display:inline;
	}
#content_inner { 
	padding:0 1em 1em 1.5em; /* creates space between the box and the content */
	}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	/* text-align:center; */
	}
#footer_inner p {
	padding:5px 0 0 0;
}
.photo_wrap {
	padding:0em 0em 1em 0em;
	}
.time_left {
	width:500px;
}
.time_right {
	width:353px;padding-left:230px;text-align:right;
}
