@charset "utf-8";
/* Key Places CSS */
#places {
width:auto;
height:auto;
float:left;
font-weight:bold;
font-size:12px;
text-align:left;
margin:0px 0px 20px 0px;
line-height:20px;
}
		#places a {
			color: #333;
			text-decoration: none;
		}

		#places a:hover {
			background-color:;
			font:bold;
			color: #FFCC00;
		}
		.introduction a {
			color: #333;
			text-decoration: none;
		}

		.introduction a:hover {
			background-color:;
			font:bold;
			color: #FFCC00;
		}


.introduction {
margin-left:10px;
font-size:12px;
text-align:left;
line-height:15px;
}
.introduction img {
    float:right;
    margin:10px 0px 10px 10px;
  }
#except img {
    float:left;
    margin:0;
  }




