body {
	font-family: "century gothic", helvetica, ariel, san-serif;
	font-size: 12px;
	color: #000033;
	background-color: #FFFFFF;
	font-style: normal;
	/*margin: 0 0 0 0; top right bottom left*/	
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

h1 {
	font-size: 16px;
	font-family: "century gothic", helvetica, ariel, san-serif;
}
/*************************  ID's *************************/

#navigation {
	position: fixed;
	width: 200px;
	margin-top: 60px;
	font-size: 14px;
	font-weight: normal;
	left: 19px;
	top: 120px;
}

#quote {
	position: absolute;
	font-family: "adobe garmond pro", san-serif;
	font-size: 100px;
	font-style: italic;
	left: -61px;
	top: -180px;
	color: slategray 1;
	overflow: visible;
	height: 344px;
	opacity:0.03;
	filter:alpha(opacity=.3);
	visibility: visible;
	width: 1261px;
}

#sample {
	position: absolute;
	left: 240px;
	top: 145px;
}



#tokyo {
	position: absolute;
	left: 670px;
	top: 125px;
}
#maui{
	position: absolute;
	left: 670px;
	top: 255px;
}
#los {
	position: absolute;
	left: 670px;
	top: 385px;
}
#beijing {
	position: absolute;
	left: 670px;
	top: 515px;
}

#perth {
	position: absolute;
	left: 670px;
	top: 645px;
}

#karol {
	position: absolute;
	left: 670px;
	top: 775px;
}


#banner {
	position: absolute;
	left: 238px;
	top: 6px;
}


#explanation {
	position: fixed;
	width: 195px;
	margin-left: 5px;
	font-size: 12px;
	font-weight: normal;
	top: 125px;
	overflow: visible;
	left: 14px;
}

#leftbar {
	position: fixed;
}

#englishabout {
	position: absolute;
	width: 360px;
	margin-left: 5px;
	font-size: 12px;
	font-weight: normal;
	top: 125px;
	left: 245px;
	font-style: normal;
	height: 480px;
}

#locations {
	width: 550px;
	margin-left: 5px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	top: 125px;
	left: 245px;

}

#locations1 {
	position: absolute;
	top: 125px;
		left: 245px;
			width: 420px;
}

#locations2 {
	position: absolute;
	top: 255px;
		width: 420px;
		left: 245px;
}

#locations3 {
	position: absolute;
	top: 385px;
		width: 420px;
		left: 245px;
}

#locations4 {
	position: absolute;
	top: 515px;
	width: 420px;
	left: 245px;
}

#locations5 {
	position: absolute;
	top: 645px;
	width: 420px;
	left: 245px;
}

#locations6 {
	position: absolute;
	top: 645px;
	width: 420px;
	left: 245px;
}

#japaneseabout {
	position: absolute;
	width: 300px;
	margin-left: 5px;
	font-size: 12px;
	font-weight: normal;
	top: 125px;
	left: 623px;
	height: 450px;
}

#virtual {
	position: fixed;
	width: 191px;
	margin-left: 5px;
	font-size: 10px;
	font-weight: italic;
	top: 448px;
	left: 13px;
	height: 207px;
}

#logo {
	position: fixed;	
	text-decoration: none; 
	padding: 3px 0 20px 6px; /*top right bottom left*/
			
}



/*************************  Pseudo classes *************************/
a:link {
	color: #666666;
	text-decoration: none;
	font-weight: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: none;
}

a:hover {
	color: #FF33CC;
	padding-bottom: 5px;
	font-weight: none;
	text-decoration: none;
}  
a:active { 
color: black;
font-weight: none; 
} 

