.banner{
	position:absolute;
	height:1em;
	margin-left : auto;
	margin-right: auto;
	z-index : 0;
}
.navlist{
	position : absolute;
	top:165px;
	left : 5px;
	padding : 0px;
	z-index : 1;
}
.search{
	text-align:center;
}
.main{
	position:absolute;	
	margin-left :200px;
	padding : 5px;
	top:210px;
	width:600px;
	margin-right : 1em;
	color : black;
	background-color:#e0e0e0;
	border : thin solid;
}

.footer {
	position:absolute;
	width: 100%;
	text-align: center;
	border-top:1px solid black;	
	color:black;
	bottom :0px;
}
.textnav{
	width:656px;
}
