/* TWO COLUMN LAYOUT */

body {
	text-align:left; /* IE6 needs this to center the layout in the browser window */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	width:800px;
	}
#container {
	width:800px; /* 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;
	margin-top: 1em;
	margin-bottom: 2em;
	font-family: "Times New Roman", Times, serif;
}
#main_wrapper {
	width:800px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto;
	border-width:0px;
	text-align:left; /* resets the centering hack for IE6 on the body tag */
}
#header {
	text-align:left;
	margin:0, auto;
	padding:0;
	background-color: #420000;
	}
#content {
	float:center; /* floats on nav and content divs make them sit side by side */
	width:100%; /* this width + nav width must total 100% */
	top:0px;
	margin-top:0em;
	}
#footer {
	text-align: center;	
	}
#header, header_inner, #nav_inner, #content_inner, #promo_inner, #content_inner_full_width, *content_inner_full_width_artist {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#content_inner {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #420000;
	}
#content_inner_full_width {
	margin:0px 0px;
	padding:0px 0px;
	}
#content_inner_full_width_artist {
	text-align:left;
	margin:0em;
	padding:0px;
	}
#footer_inner {
margin:0em;
	padding:0em; /* creates space between the box and the content */
	text-align:center;
	}
