@import url(style.css);


html, body {
	background: #fff;
}

#container-page {
	width: 100%;
	margin: 0;
	background: #fff;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
#container-head {
	display: none;
}
#contentbox {
	width: 600px;
	float: left;
}
#left-column {
	display: none;
	width: 0;
}
#container-breadcrumb-navigation {
	text-indent: 0;
	width: 600px;
	float: left;
}
#foot {
	display: none;
}