@charset "utf-8";
/* CSS Document */
body {
	background-color: #3F2860;
	color: #283618;
	font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';}
#wrapper {width: 80%;
			margin-right: auto; 
			margin-left: auto;
			background-color: #F5F5F5;
			min-width: 1000px;
			max-resolution: 1280px;}
header {background-color: #79c2c0; 
		background-image: url("images/lilyheader.jpg");
		height: 150px;
		background-repeat: no-repeat;
		background-position: right;
		text-align: left;}

h1 {padding-top: 50px;
	padding-left: 2em;
	text-align: left;}

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

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

nav a {text-decoration: none;}

main {padding: 0 2em 0 2em}

img {padding: 0 1em 0 1em}

#hero {text-align: center}

.studio {font-style:italic;}

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

