html, body {
	height: auto;
}
BODY {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: none !important;
}
BODY#home {
	background: none !important;
}
#page_wrp {
	width: auto;
	min-height: none;
	height: auto;
}
#page {
	width: auto;
	background: none !important;
	top: 0;
	left: 0;
	min-height: none;
}
#content {
	margin: 0;
	padding: 0;
	width: auto;
}
#content DIV.break {
	position: absolute;
	width: auto;
}
#footer_wrp {
	display:  none;
}
#nav_foot_wrp {
    display: none;
}
#nav_util_wrp {
    display: none;
}
#nav_sub_wrp {
    display: none;
}
#nav_wrp {
    display: none;
}
.navActive {
    display: block;
    margin-left: -110px;
}
BODY.books .navActive {
    display: none;
}
BODY.workshops2 .navActive {
    display: none;
}
DIV.idea_body {
	width: auto;
	font-size: 1em;
}
H1 {
	font-size: 1.5em;
}
H2 {
	font-size: 1.25em;
}
H3 {
	font-size: 1em;
}
H1.page_id {
	display: block;
}
P {
	width: auto;
	max-width: none;
	font-size: 100%;
}
P.txt_lg {
	width: auto;
	max-width: none;
	font-size: 100%;
	line-height: 140%;
}
.book {
	padding-bottom: 20px;
	float: left;
	width: auto;
}
#upgrade_msg {
	display: none;
}
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 85%;
   text-transform: none;
}
a[href^="/"]:after {
   content: " (http://neutronllc.com" attr(href) ") ";
   text-transform: none;
}
.navActive a:link:after, .navActive a:visited:after {
   content: "";
}
