body {
	background: #fff;
	color: #000;
	font-size: 11pt;
}
#left,#right,#footer,#header,#Illuminati-02,div.aInnerDiv,img,#articleOptions,
.left, .right { 
	display: none; 
}

img {
	width: 0; height: 0; position: absolute;
}

#wrapper { min-width: 100%; }
          /* Allways good to have on full width liquid CSS layouts, 
             google "min-width IE" for JS solutions there */

#wrapper { margin: 0 auto; }
          /* this is a border with marginal compensation to stop scroll bars */

/* Setup (This all looks neater when it isn't put on display!) */

#wrapper {
	width: 100%;               /* total width */
}      

#outer {
	border-left: 0;  /* left column width */
	border-left-color: #333;   /* left column colour */
	
	border-right-width: 0; /* right column width */
	border-right-color: #fff;  /* right column colour */
	
	background-color: transparent; /* center column colour */
}

#left {
	width: 0;              /* left column width */
	margin-left: 0;       /* _negative_ left column width */
}

#right {
	width: 0;              /* right column width */
	margin-right: 0;      /* _negative_ right column width */
}


#outer { width: 100%; border-left-style: solid; border-right-style: solid; }
#inner { 
	margin: 0; width: 100%; 
	background: #fff;
	padding-bottom: 3em;
}

#center {
	display: block;
	margin-right: 0;
	margin-left: 0;
	width: 100%;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, td { 
	padding: 1em 0; margin: 0; text-align: left; 
}

h1 { font: bold 1.4em "Trebuchet MS", sans-serif; }
h2 { font-size: 1.1em; text-transform: capitalize; }
h3 { font-size: 1em; text-transform: capitalize; }
h4 { font-size: .9em; text-transform: capitalize; }

blockquote {
	font: 1em "Trebuchet MS", sans-serif;
	border: none;
	background: transparent;
	color: #000;
	margin: 1em;
}

#center h1 {
	width: auto; 
	background: transparent; 
	margin: 0;
	color: #000; 
	border-bottom: none;
	border-top: none;
	padding: 0; 
}

#center p, #center td {
	padding: 1em 0;
	margin: 0;
	font-size: 10pt;
	border: none;
}
#center td { padding: 1em; }
#center blockquote p { padding: 1em 20pt; }
h2, h3, h4 { 
	padding: 0; 
}
