/*a { color: #0F67A1; text-decoration: none; }*/
  a {
      text-decoration: none;
	  	color: #666;
    }
a:hover {
	text-decoration: underline;
}

#wrapper { background: white 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; }
  
  /* relevant for the tutorial - start */
  #gallery { position: relative; }
    #pictures { position: relative; height: 280px; }
    #pictures img {
	position: absolute;
	top: 17px;
	left: 24px;
	width: 326px;
	height: 291px;
}
    
    #prev, #next { margin-top: 130px; text-align: center; font-size: 2.0em; }
  /* 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; }
