body  {  background-color:  #FCEBB6;
	color:  #221811; 
	font-family:  Arial, Verdana, sans-serif;
	background-image:  url("background.gif"); 
 }
 
 header  {  background-color:  #D2B48C;
 	    height:  150px;
 	    background-image:  url("javajamlogo.jpg");
 	    background-repeat:  no-repeat;  }
 	    
 main  {	padding-left:  2em;
	padding-right:  2em;
	padding-bottom:  2em;  }	
	    
 	    
h1      {   padding-top:  45px;
            padding-left:  220px;
            font-size:  3em;
            
	     }
	     
h4     {	background-color:  #D2B48C;
	font-size:  1.2em;
	padding-left:  .5em;
	padding-bottom:  .25em;  }
	     
	     
dt {font-weight:bold;}		    

nav    { text-align:  center;
	font-weight:  bold;
	font-size:  1.5em;
	padding-top:  10px;
	
	}	     

nav a {  text-decoration:  none;
}

footer {	background-color:  #D2B48C;
	text-align:  center;
	font-size:  .60em; 
	font-style:  italic; 
	padding-bottom:  10px;
	border-top:  2px solid #221811;
	 }	     
	     
#wrapper {   width:  80%;
	     margin-left: auto;
	     margin-right:  auto; 
	     background-color:  #FEF6C2;
	     min-width:  900px;
	     max-width:  1280px;
	     box-shadow:  3px 3px 3px #333;
  }	
       
.details  {	padding-left:  20%;
	padding-right:  20%;  }
	
img { 	padding-left:  10px;
	padding-right:  10px;
	}