@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Times New Roman", serif;
	font-size: medium;
	background: #efc868;
	}

h1 {
	font-size: 125%;
	color: #fff;
	background: #000;
	width: 100%;
	font-weight: lighter;
	padding: 5px;
	text-transform: capitalize;
	letter-spacing: .075em;
	}
	
p {
	padding: 5px;
	font-size: 90%;
	}
	
#copy {
	float: left;
	width: 300px;
	}
	
img {
	float: left;
	}
	
