@charset "UTF-8";
/* CSS Document */

body { background: #444444; }

a, a:visited, a:hover { color: Black; }


#main {
	position:absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background:#444444;
	padding:40px;
	line-height: 18px;	
	
}


#tour {
	position:absolute;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width:740px;
	height:auto;
	font-size:12px;
	line-height: 18px;	
	background:white;
	padding:30px;
	left:20px;
	top:20px;

}

#tour2 {
	position:absolute;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width:300px;
	height:auto;
	font-size:12px;
	line-height: 18px;	
	background:#e8e8e8;
	padding:30px;
	left:840px;
	top:20px;
	
	
}

.highlight {background:#FF0;}

.highlight2 {background:white;}

.highlight3 {background:#33CCFF;}

#body_home #home { text-decoration: none; }