@charset "utf-8";
/* CSS Document */
body {
	background-color: #FEFAE0;
	color: #283618;
	font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';}
#wrapper {width: 80%;
			margin-right: auto; margin-left: auto;}
header {background-color: #e8efe7; text-align: center;}
h1 {line-height: 200%}

nav {text-align: center; font-weight: bold;}

/* Descendant Selector ~ specify an element within the context of its containt */

nav a {text-decoration: none;}

.studio {font-style:italic;}

footer {background-color: #DDA15E; color:#000000;  font-size: .60em; font-style: italic; text-align: center}

