.details {	padding-right: 20%;
		padding-left: 20%;	
	}
	
body 	{	background-color:
		#FCEBB6;
		background-image:url(javajam-images/background.gif);
		color: #221881;
		font-family: Verdana, Arial, sans-serif;
	}
	
main	{	padding-left: 2em;
		padding-right: 2em;
		padding-bottom: 2em;
		display: block
	}
	
#wrapper {	width: 80%; 
		margin-right: auto;
		margin-left: auto;
		background-color: #FEF6C2;
		min-width: 900px;
		max-width: 1280px;
		box-shadow: 4px 4px #221811;
	}
	
header	{	background-color: #D2B48C;
		background-image:url(javajam-images/javajamlogo.jpg);
		background-repeat:no-repeat;
		height: 150px;
	}
	
h1 	{	padding-top: 45px;
		padding-left: 220px;
		font-size: 3em;
	}
		
h4 	{	background-color: #D2B48C;
		font-size: 1.2em;
		padding-left: 10px;
		padding-bottom: 5px;
	}
	
nav 	{	text-align: center;
		font-weight: bold;
		font-size: 1.5em;
		padding-top: 10px;
	}
	
nav a	{	text-decoration: none;
	}
		
img	{	padding-right: 10px;
		padding-left: 10px;
	}
	
footer	{	border-top-style: solid;
		border-top-color: #221811;
		border-top-width: solid;
		background-color: #D2B48C;
		font-size: .60em;
		font-style: italic;
		text-align: center;
		padding-bottom: 10px;
	}