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

body { background: #fff; }

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


#main {
	position:absolute;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	line-height: 18px;	
	background:#fff;
	padding:20px 0 0 30px;
	line-height: 19px;	
	
}


#tour {
	position:absolute;
	font-family:Verdana, Geneva, 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:Verdana, Geneva, 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; }
