#toolbox {
	display: none;
}
#banner {
	display: block;
	width: 597px;
	height: 405px;
	overflow: hidden;
	position: relative;
}
#column1 {
	width: 403px;
	height: 405px;
	float: right;
	overflow: visible;
	background: url(color_blue/pics/column1.gif) #bdcadb repeat-x top center;
	position: relative;
	margin-top: -405px;
	padding-top: 5px;
}

html>body #column1 {
	height: auto;
	min-height: 405px;
	overflow: hidden;
}
#main {
	margin: 10px 0px 0px 0px;
	padding: 0px 0 0 25px;
	width: 510px;
	height: 200px;
	overflow: visible;
	float: left;
	background: url($color/pics/main.jpg) no-repeat bottom right;
}
#nav {
	position: relative;
	margin-top: -439px;
	padding: 0;
}
#subnav {
	display: none;
}