#container {
	margin: 0;
	padding: 0;
	}
#nav {
	width: 160px;
	float: left;
	}
#contents {
	margin-left: 160px;
	}
