/* TWO COLUMN LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	}
#main_wrapper {
	width:840px; /* widths of columns will change proportionately as this width is changed */
	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 */
	border-left:3px solid #B33;
	border-right:3px solid #B33;
}
#header {
	
	}
#nav {
	width:22%; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */
	}
#content {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:78%; /* this width + nav width must total 100% */
	top:0px;	
	}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	border-top:3px solid #B33;
	border-bottom:3px solid #B33;
	}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	text-align: center;
	border-bottom: 3px solid #B33;
	}
#nav_inner {
	padding:1em .8em; /* creates space between the box and the content */
	text-align:left;
	}
#content_inner {
	padding:0 .2em .5em .2em; /* creates space between the box and the content */
	border-left:2px solid #B33;
	width: 465px;
	border-right: 2px solid #B33;

	}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	}
#adsense {
	float: left;
	width: 170px;
	text-align: center;
	margin-top: 5px;
}
.sales {
	font-style: italic;
	color: #F00;
	font-weight: bold;
}
.seats_remaining {
	font-size: 1.125em;
	font-weight: bold;
	color: #F00;
}
#article_lrgrect {
	float: left;
}