body {
  background-color: white;
  color: black;
  font-family: fantasy;
}

header {
	background: LightSlateGray;
  height: 100px;
}

 h1 {
  text-align: center;
  color: white;
  line-height: 50px;
  margin: 0;
  padding:25px;
}

nav {
  margin-top: 30px;
  margin-left: 5px;
	padding: 0;
	list-style: none;
	position: relative;
	float: left;
}

box {
  position: relative;
  margin-top: 30px;
  float: right;
}

.container {
  background-color: LightSteelBlue;
  width: 800px;
  height:700px;
  margin-top: 50px;
  margin-bottom: 20px;
  float:left;
  border-radius: 5px;
}

#sidebar {
	width: 250px;
	float:right;
	margin-right: 10px;
	margin-top: 50px;
	position: relative;
}

.box {
  margin: 5px;
  height: 340px;
  padding-left: 25px;
  border-radius: 5px;
  border: solid 1px;
  background-color: Lavender;
}

.contact {
  margin-top: 10px;
  height:300;
  border-radius: 5px;
  border: solid 1px;
  background-color: Lavender;
}

#footer {
    clear: both;
    color: #000;
    margin-top: -5px;
    margin-left: 5px;
    font-size: 85%;
}