#header {
	font-size: 80px; /*font size improves readablity on page*/
	height: 200px;
	width: 780%;
	font-weight: bolder;
	color: #000;
	background-color: #FFF;
}
#navbar {
	font-size: 18px; /*font size improves readability on page*/
	font-style: normal; /*font style chosen to improve readability on page*/ 
	text-align: center; /*text align chosen to make eas to find while browsing the pages*/ 
	vertical-align: top; /*vertical align chosen to make easy to find while browsing the pages*/
	word-spacing: normal; 
	width: 780%;
}
#column1 {
	background-color: #69F; /*color contrasts with column2 and enhances look*/
	clear: left;
	float: left;
	height: 400px;
	width: 32%;
}
#column2 {
	background-color: #C9F; /*color contrasts with other two columns*/
	float: left;
	height: 400px;
	width: 32%;
	margin-left: 2%;
	position: static;
}
#column3 {
	background-color: #69F; /*color contrasts with column2 and enhances look*/
	float: left;
	height: 400px;
	width: 32%;
	margin-left: 2%;
}
