/* CSS Document */

.page-width {
	width:750px;
	margin:auto;
	padding:20px 0px 100px 0px;
}
.page-width h2 {
	width:740px;
	font-size:x-large;
	font-weight:bold;
	color:#fff;
	padding:5px;
	background-color:#f90;
	border-bottom:solid 10px #fc6;
	text-align:left;
} 
.page-width div {
	width:620px;
	margin:auto;
}
.map-list {
	width:290px;
	border-left:solid 10px #FFCCFF;
	padding-left:10px;
	font-size:small;
	line-height:1.5;
}
.map-list a:link,
.map-list a:visited {
	text-decoration:none;
	color:blue;
}
.map-list a:hover {
	color:red;
	text-decoration:underline;
}
.map-list dt {
	padding-top:1em;
}
.map-list dd {
	padding-left:2em;
}
