/* CSS Document */
* {
	border: 0px;
	background: none;
}
body, #container, #main, #content {
	width: 600px;
}
#header, #breadcrumbs, #nav, #subnav, #quick_links, #tabs, #footer ul, #sidebar {
	visibility: hidden;
}
#main, #content {
	left: 0px;
	top: 0px;
	position: relative;
	
}
.text {
	width: 600px;
}
#footer {
	position: relative;
	width: 600px;
	left: 0px;
	top: 0px;
	border: 0px;
	clear: both;
}
#footer address {
	width: 600px;
	float: left;
}