a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
}

#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; }
  #content p { font-size: 1.4em; line-height: 22px; margin-bottom: 20px; }
  
  /* relevant for the tutorial - start */
  #gallery {
	position: relative;
	width: 450px;
}
    #pictures {
	position: relative;
	height: 408px;
	float: left;
}
    #pictures img { position: absolute; top: 0; left: 0; }
    
    #prev {
	margin-top: 160px;
	text-align: center;
	font-size: 5.0em;
	float: left;
	width: 20px;
	display: block;
}
	#next {
	margin-top: 160px;
	text-align: right;
	font-size: 5.0em;
	float: left;
	width: 50px;
	display: block;
}
  /* relevant for the tutorial - end */
  
  /* enhanced - start */
  #loader { position: absolute; top: 0; left:0; height: 458px; width: 100%; background: url(../images/ajax-loader.gif) white no-repeat center center; z-index: 9999; }
  /* enhanced - end */

