body {
  background-color: #008B8B;
}

#all {
  color: white; 
  background-color: #0000FF;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

header {
  text-align: left;
  height:90px;
}

nav {
  background-color: #00BFFF;
  float: left;
  width: 13%;
  color: white;
  height: 600px;
  padding:0 12px;
}

ul {
  list-style: none;
  margin-top: 10px;
  padding: 0;
}

li {
	font-weight: bold;	
}

a {	
	text-decoration: none;
	font-weight: bold;
	color: #0033FF;
}

#content {
  background-color:#00FFFF;
  float: right;
  width: 85%;
  height: 600px;
  overflow:auto;
  padding-left: 2px;
}

footer {
  color: white;
  background-color: #6495ED;
  clear: both;
  text-align: center;
  height: 90px;
}
