/* Style sheet created by: Alexia Coolidge 10/23/19 */

/* Style for body specifies a background color */
body { color: #000000;
	background-color: #B8D1EB;
	font-family: "Times New Roman", serif;
}
/* constrain the outerwrapper to 70% of the width of the screen and to center the content within the outerwrapper*/
#outerwrapper { width: 70%;
margin: 0 auto 0 auto;
}
/*font size of 0.75em and appear centered by adding the following styles to the external stylesheet*/
footer { font-size: 0.75em;
  margin-left: 3%;
  text-align: center; 
}
/* a light-brown background and 10px of padding on the top by adding the following style*/
#main { background-color: #C5A98B;
  padding: 10px
}
/* Float the image in the header to the left */
img { float: left; 
 margin-right: 3%;
}

.floatright { float: right;
  margin-left: 3%; 
}

/* Removes bullets*/
ul { list-style-type: none; 
}

#main { clear: both;
}

#main, footer { clear: both; 
}