/* CSS Document */

<html>
<head>
<style>
header {
    background-color:black;
    color:white;
    text-align:center;
    padding:5px;	 
}
nav {
	clear:both;
    height:auto;
    width:auto;
    float:left;
    padding:15px;	      
}
navmill {
    height:auto;
    width:auto;
    float:left;
    padding:15px;	      
}
navturn {
	clear:both;
	width:700px;
    float:left ;
    padding:15px;	      
}
sectionmill {
	height:auto;
    width:auto;
    float:left;
    padding:10px;	 	 
}
section {
	height:auto;
    width:auto;
    float:left;
    padding:10px;	 	 
}

normal {
	clear:both;	
	width:auto;
	float:left;
	 
}
input[type=submit] {
    width: 8em;  height: 4em;
}
</style>
</head>
<body>