
body { font-size: 12px; font-family: Verdana, Arial, sans-serif; background:#f8f9f4; }

a:hover { text-decoration: underline; }



#content {  background:#f8f9f4; width:500px; z-index:1}
  #content h1 { font-size: 2.4em; font-weight: normal; line-height: 32px; margin: 30px 0 50px 0; }
  #content p { font-size: 1.4em; line-height: 22px; margin-bottom: 20px; background:#f8f9f4; }
  
  /* relevant for the tutorial - start */
  #gallery { position: relative; background:#f8f9f4;  z-index:1}
    #pictures { position: relative; height: 308px; background:#f8f9f4; z-index:1  }
    #pictures img { position: absolute; top: 0; left: 0; z-index:1 }
    
    #prev, #next {  text-align: center; font-size: 2.0em;z-index:30;}
	
  /* relevant for the tutorial - end */
  
#footer { text-align: center; margin: 50px 0 20px 0; }

#sidebar { }
  #sidebar ul { margin-top: 20px; }
  #sidebar ul li { font-size: 1.2em; padding: 20px 0 20px 0; border-bottom: 1px solid #dddcdc; line-height: 18px; }
  #sidebar ul li h2 { font-size: 1.2em; margin-bottom: 8px; }