
html{
    	  height:100%;
    	  margin:0;
}
body{
  background-color: rgb(250,231,244);
	margin-left: auto;
	margin-right: auto;
	border-width: 8px;
  border-style: solid;
  border-image: url("https://dl.dropbox.com/s/w5yteo6huqvmzx1/brown.png") 8 fill round;
	width: 1093px;
	height: 844px;
}
header{
  background-color:rgb(202,176,142);
	padding-left:1%;
	padding-top:4%;
	font-size:150%;
	width:1080px;
	
}
nav{
	background-color:rgb(202,176,142);
	width:150px;
	height:350px;
	margin-right:50px;
	line-height: 2.5;
}
section{
  background-color:rgb(202,176,142);
	width:324px;
	height:200px;
}

article{
  background-color:rgb(202,176,142);
  width:324px;
  height:55px;
}
aside{
  background-color:rgb(202,176,142);
  width:170px;
  height:250px;
}



