body
	{	
	color: #221811;
	background-color: #FCEBB6;
	font-family: Aria, Verdana, sans-serif;
	text-align: center;
	}
header
	{
	background-color: #D2B48C;
	text-align: center;
	
	}

nav
	{
	text-align: center;
	font-weight 200%;
	}
ul
	{
	text-align:left;
	text-indent: 3em;
	}

#wrapper
	{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	}	
h2
	{ 
	 line-height: 200%;
	background-color: #D2B48C;
	}

footer
	{
	background-color: #D2B48C;
	text-align: center;
	font-style: italic;
	font-size: (.60em);
	}