#header   {  display: none;  }
#main-nav {  display: none;  }
#toolbar  {  display: none;  }
#footer   {  display: none;  }
#sidebar  {  display: none;  }
body {
   background: white;
   font-size: 12pt;
}
#subpage-content{
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
div#subpage-content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
	 line-height:167%;
   }
.subpage-content p {
	margin-bottom:15px;
}

a:link, a:visited {
   color: #db5c21;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#subpage-content a:link:after, #subpage-content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#subpage-content a[href^="/"]:after {
   content: " (http://www.relastin.com" attr(href) ") ";
   }