
html, body {
	margin: 0;
	padding: 0;
	}

div#container {
	text-align: left;
	
		width: 766px;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

div#header-wrapper {
	height: 197px;
	
		width: 766px;
	
	margin: 0;
	background-color: #AAAAAA;
	position: relative;
	z-index: 100;
	}

div#header-left {
	position: absolute;
	z-index: 10;
	}

div#header-right {
	position: absolute;
	z-index: 10;
	}
	
div#header {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20;
	}

div#content-wrapper {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	background-position: top right;
	z-index: 50;
	}

div#content {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: transparent;
	}

div#leftColumn-wrapper {
	background-color: #DDDDDD;
	float: left;
	width: 0px;
	
		margin-left: -766px;
	
	overflow: hidden;
	position: relative;
	}

div#rightColumn-wrapper {
	background-color: #EEEEEE;
	float: left;
	width: 0px;
	margin-left: -0px;
	overflow: hidden;
	position: relative; 
	}

div#footer-wrapper {
	clear: left;
	width: 100%;
	height: 95px;
	overflow: hidden;
	position: relative;
	}

div#footer-left {
	position: absolute;
	z-index: 10;
	}

div#footer-right {
	position: absolute;
	z-index: 10;
	}

div#footer {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20;
	}



body {
	background-image: url('/templates/1/nav_graphics/site_bg.png');
	background-repeat: repeat-x;
	background-color: #DDDDEE;
	width: 100%;
	}
	
