#header {
	
	z-index: 1;
	
	position: fixed;
	
	width: 100%;
	
	margin-top: -10px;

	height: 60px;
		
	margin-bottom: 10px;
	padding-left: 10px;
	background-color: #142c4e;
	
	height: 75px;
}
.left {
	
position: fixed;
	
float: left;
	
margin-top: 50px;
	
width: 25%;
	
	
background-color: #00ccff;
	
margin-bottom: 10px;

}
.right {
	
position: relative;
	
float: right;
	
margin-top: 50px;
	
width: 73%;
	
	
background-color: white;
margin-bottom: 10px;
}
img {
border: 2px black solid;
}