body {margin: 0;
padding: 0;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
div#header {
text-align: center;
background-color: #000000;
color: #0b0fef;
height: 75px;}


div#date{
  float: left;
  width: 100%;
  background-color: #660066;
  height: 25px;
}

div#leftcolumn {
float: left;
background-color: #660066;
width: 180px;}


div#main {padding-left: 10px;
size:14px;
text-align: left;
float:left;
background-color: #f1f1f1;
color: #000000;
width:590px;
}

div#footer {height: 25px;
text-align: center;
clear: both;
background-color: #000000;
color: #d7d70c;
}

