
html, body { margin: 0; padding: 0; }
#header { 
  width: 900px;
  height: 100px;
	float: left;
	position:relative;
/* uncomment following lines to display border for DIV placement */
/*
border-width: .2em; 
border-style: dotted; 
border-color: blue; 
*/

}
#headerBox { 
  width: 900px;
  height: 120px;
	float: left;
	position:relative;
}
#headerContent { 
  top: 20%;
  left: 30%;
  position:absolute;
  float: center;
  text-align: center;
}

#maincontainer {
	width: 800px;
	float: left;
}
#nav {
	width: 60px;
	float: left;
  font: size=3, color="#000000";
    
}

A:link {text-decoration: none;}
A:visited {text-decoration: none; color: Blue}
A:active {text-decoration: none;}
A:hover {text-decoration: underline; color: red;}

#main {
	float: right;
	width: 600px;
}
#footer {
	width: 800px; 
	float: left;
}
