a { color: #0F67A1; text-decoration: none; }
a:hover { text-decoration: underline; }

#wrapper { background:#000000 url(../images/sidebar_bg.jpg) repeat-y top right; }

#content { }
  #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; }
  
  /* relevant for the tutorial - start */
  #gallery { 
  position:absolute; top:15px; left:15px; z-index:100
  }
    #pictures {  height: 285px; }
    #pictures img { position: absolute; top: 0px; left: 0; z-index:100}
    
    #prev, #next {  text-align: center; font-size: 2.0em;
	width:30px;
	padding-left:85px;
	
	}
  /* relevant for the tutorial - end */
  
#footer {  margin: 50px 0 20px 0; }

#sidebar { }
  #sidebar ul { margin-top: 20px; }
  #sidebar ul li { font-size: 1.2em; padding: 20px 0 20px 0;  line-height: 18px; }
  #sidebar ul li h2 { font-size: 1.2em; margin-bottom: 8px; }
