div#header h1{margin-top: 0px;
}

body {width:800px; margin: 0 auto;
font: 10pt verdana, arial, sans-serif; 
}

.clearboth { clear: both; }

div#column1 {width:180px; 
  float:left;
  font-weight: bold;
  color:#fff;
  padding:20px;
  }

div#column1 ul {
  border:0; 
  margin:5px 5px 1px 0px; 
  padding:0; 
  }

div#column1 li {
  border-bottom:1px; 
  margin:10px; 
  padding:.0em 0px; 
  text-indent:20px;
  list-style-type:disc;
  color:#666;
}

div#column1 a {text-decoration:none; color:#fff;}
div#column1 a:hover {color:#a00;}
div#column1 p {padding:10px;}

div#column2 {width:500px; padding:5px; float:left;}


div#contentarea {width:800px;}

h2 {border-style:solid; border-width:1px; border-color:#ccc; font-size:1.05em; color:#a00; text-align:center;background-color:#eee;}

h3 {page-break-before:always;font: 1em verdana, arial, san-serif; color: #000; font-weight: bold; text-align:center;}

h4 {page-break-before:always;font: 1em verdana, arial, san-serif; color: #a00; font-weight: bold; text-align:center;}

h5 {font: 1.35em verdana, arial, san-serif; color: #a00; text-align:center;}

div#footer {
  width:100%; 
  background-color:#eee; 
  text-align:center;
  font-size:.75em;
}

div#footer {color:#aaa;}
div#footer a:link {color:#aaa; text-decoration:none;font-weight:bold;}
div#footer a:hover {color:#a00;}

/* 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 */