	dl,dt,dd,ol,ul,li,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
		margin: 0;
		padding: 0;
	}
	
		#container {
			background-color: #ded3b0; 
		}

		#heading {
			display: block;
			text-align: center;
			margin: -0px 0 4px 0;
			color: #ddccaa;
			background-color: #887755;
		}
		
		#heading * {
			display: inline;
			padding:  4px;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
		}
		
		#heading li.active {
			background-color: #554433;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
			color: #cc9966;
		}
		
		#wrapperslider { 
			padding: 0;
			margin: 0;
			background-image: url(../images/church.png);
			background-position: center bottom; ;
			background-repeat: no-repeat;
			
		}
		
		#panes {
			text-align: left;
			border-style: none;
			margin: 1em 1em 0 1em;
			overflow: auto;
			}
		
		#panes p {
			margin: 0 auto 1em auto;
			color: #774422;
		}
		
		#panes div div { overflow: hidden; }
		
		#previous { float: none; cursor: pointer; }
		#next { float: none; cursor: pointer; 