html, body { margin: 10px; padding: 10px; }
p { font: 1em Arial, Geneva, Helvetica, sans-serif; }
h1 { font: bold 2em "Times New Roman", Times, serif; }
h2 { font: bold 1.5em "Times New Roman", Times, serif; }

h3 { font: bold 1.2em Arial, Geneva, Helvetica, sans-serif; color: blue; }
h4 { font-size: 7pt; }
#header {
background-color: #CFD9FD;
  width: 100%;
  float: left;
}
#maincontainer {
	
  width: 100%;
  float: left;
}
#nav {
	background-color: #FDFDD1;
  width: 20%;
  float: right;
}
#main {
	
  float: left;
  width: 70%;
}
#footer {
  width: 100%;
  float: left;
background: #CFD9FD;
} 