/*-------------------------------header--------------------------------*/
#tour_icon {
	top: 170px;
	left: 0px;
	width: 230px;
	height: 170px;
	position: absolute;
	z-index: 2;
	}

#title h2 span {
	display: none;
	}

#title h2 { 
	background: transparent url(images/hsapi.gif) no-repeat;
	top: 0px;
	left: 240px;
	width: 300px;
	height: 45px;
	position: relative;
	z-index: 2;
	}

/*-------------------------------content--------------------------------*/
#content {
	top: 10px;
	left: 250px; 
        width: 450px;
	position: relative;
	z-index: 3;
	}

#content ul {
	margin: 0;
	padding: 0;
        text-indent:0px;
	list-style-type: none;	
	}

#content li {
        line-height:18px;
        font-size: 80%;
        letter-spacing: 1px;
	}

#content b {
	color: blue;
	}

/*--------------------------------photo--------------------------------*/
#photo1 {
	background: url(images/sapi02.gif) no-repeat;
	top: 370px;
	left: 40px;
	height: 125px; 
        width: 165px;
	position: absolute;
	z-index: 3;
	}	

#photo2 {
	background: url(images/sapi03.gif) no-repeat;
	top: 495px;
	left: 40px;
	height: 125px; 
        width: 165px;
	position: absolute;
	z-index: 3;
	}	

#photo3 {
	background: url(images/sapi04.gif) no-repeat;
	top: 620px;
	left: 40px;
	height: 125px; 
        width: 165px;
	position: absolute;
	z-index: 3;
	}	

