

#header {  
	   
	   
}


#navigation  {  display: none;
	        color: #000;
	        border: solid 1px #000;
}


#footer { display: none;
	  border: solid 1px #000;


}

body { text-align: justify;

}


#container  { border: solid 2px #000000;
	      width: 800px;
	      margin-right: auto;
	      margin-left: auto;
	      padding: 2em;
	      

}

#header h1  { text-align: center;

}