

html, body {
	margin: 0;
	padding: 0;
	}

div#container {
	text-align: left;
	
		width: 975px;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

div#header-outerwrapper {
	height: 240px;
	
		width: 975px;
	
	margin: 0;
	position: relative;
	}

div#content-outerwrapper-1 {
	float: left;
	width: 100%;
	background-position: top right;
	}

div#content-outerwrapper-2 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 251px;
	position: relative;
	}

div#leftColumn-outerwrapper {
	float: left;
	width: 251px;
	
		margin-left: -975px;
	
	position: relative;
	}

div#rightColumn-outerwrapper {
	float: left;
	width: 0px;
	margin-left: -0px;
	position: relative; 
	}

div#footer-outerwrapper {
	clear: left;
	width: 100%;
	height: 160px;
	position: relative;
	}
	

