body {
	font:0.8em verdana, arial, sans-serif;
	background-color:#212;
	}
* {margin:0px; padding:0px;}
div#mainwrapper {width:900px; margin-left:auto; margin-right:auto; background-color:#fef; 
/* this b/g color is visible below the center col content div  */}
div#header {
	width:900px; 
	background-color:#212;
	} 

div#contentarea {
	float:left; 
	width:900px; 
	background-color:#999;
	background:url(images_pres/neg_margin_faux_left.gif) repeat-y top left; 
		/* faux columns graphic left column */ 
	}

div#contentarea2 {
	float:left; 
	width:900px; 
	background-color:#333;
	background:url(images_pres/neg_margin_faux_right.gif) repeat-y top right; 
		/* faux columns graphic right column */
	}

div#menu {
	float:left; 
	width:200px; 
	margin-left:-700px; 
	background-color:#212;
	color:#ff9;
	font: 1.5em verdana, arial, sans-serif; 
	}
	
div#menu ul {list-style-type:none;}

div#menu a {
	display: block; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align : center; 
	padding : 1px;
	margin : 2px;
	border-width : 2px;
	border-style : solid;
	border-color : #212;
	text-decoration: none; 
	background : #a8a;
	color : #000;
	white-space: nowrap;
	}

div#menu a:hover {
	color: #fff; 
	background: #212; 
	border-width : 2px;
	border-style : double;
	border-color : #fff;
	}

div#main {
	float:left; 
	width:500px; 
	margin-top:10px;
	margin-left:200px; 
	display:inline; 
	/* background-color:#ece; */
	background-color:#fef;
	color:#212;
	}

div#main h1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.5em; 
	font-weight : bold;
	text-align : center; 
	padding : 1px;
	}
	
div#main h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 2em;
	font-weight : bold;
	text-align : center; 
	padding : 1px;
	}
	
div#main h3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.8em;
	font-weight : bold;
	text-align : center; 
	padding : 1px;
	}

div#main h4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.5em;
	font-weight : bold;
	text-align : center; 
	padding : 1px;
	}
	
div#main h5 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.3em;
	font-weight : bold;
	text-align : center; 
	padding : 1px;
	}
	
div#main h6 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1em;
	font-weight : bold;
	text-align : left;
	padding : 2px; 
	}
	
div#main p {
	padding:3px;	
	margin-left:5px;
	}

div#main p.note {
	padding:5px;
	font-style:italic;
	}

div#main p.quote {
	padding:3px;
	margin-left:10px;
	margin-right:10px;
	}

div#main p.divider {
	width:60%;
	border:1px;
	color:#212;
	}

div#main ul {
	list-style-type : bullet;
	margin : 25px;
	}

div#sidebar {
	float:left; 
	width:200px; 
	background-color:#dad;
	color:#212;
	}
	
div#sidebar h2{
	font:1.5em verdana, arial, sans-serif;
	text-align:center;
	}
	
div#sidebar p {
	padding:2px;
	}

div#sidebar p.centeredImage {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

div#footer {
	width:900px; 
	background-color:#626;
	color:#ff9;
	float:left; 
	}
	
div#footer a{
	color:#ff9;
	}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
  content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
  height: 0;                  /* ensure the period is not visible */
  clear: both;               /* make the container clear the period */
  visibility: hidden;	     /* further ensures the period is not visible */
	}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
