/* CSS Document 

body {
   background: white;
   font-size: 12pt;
   }
   
#accessibility, #page-description, #navSub, h1#branding,#header,#wrapper-bkg{
	position:absolute;
	top:-5000em;
	}   
   
#navMain, #navSub {
   display: none;
   }
#wrapper, #container {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
div#header {
   margin-bottom: -8px;
   }
div#header img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: #520;
   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.drmarkcraig.com" attr(href) ") ";
   }
   */
   
   body {
   background: white;
   font-size: 12pt;
   }
   
   #wrapper{
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background-color: #FFFFFF !important;
	background-image: none !important;
   }
   
   div#header {
   margin-bottom: -8px;
   }
div#header img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
#content-left{

	float:none;

}

#content-right{
	float:none;
}
   
   div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }