/* TWO COLUMN LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	}
#main_wrapper {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border: #0033FF;

}
#header {
	 
	}
#nav {
	width:170px;
	float:left;
	height: 1000px;

	}
#content {
	float:left;
	width:1080px;
	background-image:  url(Background6.gif);
	height: 1000px;
	padding: 0px;
	clear: right;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;











	}
#footer {
	clear:both;
	background:#DDC;

	}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:10px; /* creates space between the box  and the content */
	}
#nav_inner {
	padding:1em 1.2em;
	border-right:0px #000000;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #FFFFCC;


	}
#content_inner {
	padding:2px;
	float: left;

	}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	}

