body {
   background: white;
   font-size: 12pt;
   }
#site_header ul, #navigation, #extra, #footer, #splash, .no_print {
   display: none; width:0;height:0;margin:0;padding:0;
   }

#site_header p {color:#7c1b15;font-weight:bold;}

#container {
   width: 100%;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
#wrapper, #content
{
	width:100%;
	margin:0;
	padding:0;
	float: none !important;
}
div#content {
   padding-top: 1em;
   border-top: 1px solid #7c1b15;
   }
div#site_header, div#site_header h1, div#site_header h1 a  {height:auto;}
div#site_header p {text-align:left;}
div#site_header h1 a {
   text-indent: 0;
	height:auto;
	width:auto;
   }
a:link, a:visited {
   color: #069;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.curtainrodstore.com" attr(href) ") ";
   }