#wrap{
  width:80%;
  Margin:0 auto;
}

#header{
}

h4{
  display:inline-block;
  border:solid;
  padding-left:2%;
}

nav li{
  display:inline;
  }
nav a{
  display:inline-block;
  padding:0.5em 0.75em;
  }
nav ul{
  text-align: center;
}
img.cat{
  width:100%;
  height:300px;
}

img.pie{
  width:40%;
  height:200px;

  }
img.world{
  width:40%;
  height:200px;
}
img.pool{
  width:40%;
  height:200px;
  display:inline-block;
}
img.chef{
  width:40%;
  height:200px;
    }

#aside{
  width:25%;
  height:100em;
  display:inline-block;
  border:solid;
  background:black;
}