/*-------------------------------summary--------------------------------*/
#title h2 span {
	display: none;
	}

#title h2 { 
	background: transparent url(images/hjalan.gif) no-repeat;
	top: 0px;
	left: 180px;
	width: 400px;
	height: 45px;
	position: relative;
	z-index: 3;
	}

#summary {
	top: 0px;
	left: 30px; 
        width: 700px;
	position: relative;
	z-index: 3;
	}

#summary p {
	text-align: center;
	}

/*-------------------------------content--------------------------------*/
#guide_title h2 span {
	display: none;
	}

#guide_title h2 { 
	background: transparent url(images/hguide.gif) no-repeat;
	top: 20px;
	left: 230px;
	width: 300px;
	height: 45px;
	position: relative;
	z-index: 2;
	}

#picture_guide {
	background: url(images/guide02.gif) no-repeat; 
	top: 330px; 
	left: 80px; 
	width: 200px; 
	height: 317px;
	position: absolute; 
        z-index: 1;        
	}

#content {
	top: 60px;
	left: 320px; 
        width: 350px;
	position: relative;
	z-index: 1;
	}

#content h4 {
	text-align: left;
	}

#content p {
	text-align: left;
	}
