div#header,
div#menu,
div#content_path,
div#footer {
	width: 0;
	display: none;
}

body {
	background: #FFFFFF;
}

div#must {
	width: auto;
	border-style: none;
	background: #FFFFFF;
}

div#must,
div#wrapper,
div#content {
	width: auto;
	background: none;
}

div#content {
	padding: 0;
	border: none;
	background: none;
}

div#content_top,
div#content_top_inner,
div#content_main {
	background: none;
}

* {
	color: #000000 !important;
}

p,
span {
	font-size: 12px !important;
}

a:after {
	content: " (" attr(href) ") ";
}

/*
div#header_logo {
	display: block;
}
*/