
body {
	background-color: light blue;
}
div {width: 850px;
	
	padding: 10px;
	
}
h1, h2, h3, h4, h5, h6 {
	margin: 10;
}

#navigation {
	float: left;
	width: 150px;
}
#content {
	float: left;
	width: 700px;
}
#footer {
	clear: both;
}

h1 {
   font-size: 60px;
   height: 20px;
}

p {margin-left: 20px; margin-right: 20px;}

