/**/

body {
	background-color: #f3f1f2;
	margin: 0;
	padding: 0;
}

div#spacer-top {
	width: 100%;
	height: 236px;
}

div#spacer-left {
	width: 122px;
	height: 370px;
	float: left;
}

div#container {
	margin: 10% auto;
	width: 820px;
	height: 440px;

}

div#min-width {
	width:770px;
	height: 1px;
}

div#nav {
	padding: 0;
	float: left;
	width: 228px;
	height: 438px;
	z-index: 5;
}

div#content-container {
	width: 538px;
	float: right;
	/* background-image:url(images/if_no_flash.jpg);
	background-repeat: no-repeat; */
}

	div#footer {
		display: none;
		width: 538px;
		height: 43px;
		background-image:url(images/footer_w538.png);
		background-repeat: no-repeat;
	}



