body {
   line-height: 1;
   width: 1080px;
   background: white;
   margin: 0 auto;
   font-family: Verdana, Geneva, sans-serif; 
   background: #E5D3B3;
}

/* page header */
h2 {
   background: #6A4A3A;
   width: 100%;
   color: #FFFFFF;
   font-size: 36px;
   text-align: center;
   line-height: 1.5em;
}

nav {
   background: #95C8D8;
   width: 100%;
   color: #FFFFFF;
   text-align: center;
   line-height: 1.5em;
}



form {
   float: left;
}

input, select, textarea, label, h3 {
   float: left;
   clear: left;
   margin: 10px;
}

aside {
   background: #95C8D8;
   color: #FFFFFF;
   border-style: solid;
   border-color: black;
   border-width: medium;
   border-radius: 10px;
   font-size: 16px;
   position: absolute;
   right: 20px;
   top: 20px;
   margin: 20px;
   padding: 10px;
}



img {
   float: left;
   clear: left;
   border-radius: 20px;
   margin-top: 10px;
}

p {
   float: right;
   width: 500px;
   margin: 50px;
}

article div {
   width: 50%;
   float: right;
   font-size: 18px;
   font-weight: bold;
}

fieldset {
	text-align: left;
	padding: 10px;
	background-color: #eee;
   margin: 10px;
}

legend {
   background: #6A4A3A;
   color: #FFFFFF;
   font-size: 16px;
   text-align: center;
   padding: 10px;
}
