/* CSS Document */

/* Museum Top CSS */

h2#title {
	width: 550px;
	height: 40px;
	font-size: 18px;
	line-height: 18px;
}

#lead {
	width: 520px;
	padding: 10px 15px 10px 15px;
}

h3.sub {
	font-size:16px;
	line-height:16px;
	margin-bottom:10px;
}

.itemLeft {
	float:left;
	width: 270px;
}

.itemRight {
	float:right;
	width: 270px;
}

.item {
	width:240px;
	padding: 0px 0px 15px 15px;
}

.itemIcon {
	float: left;
	width: 59px;
	margin-right: 10px;
}

.itemText {
	float: left;
	width: 171px;
}




