body.map {
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	margin: 10px;
	font-size: 8pt;
  	}
  	
body.box {
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	margin: 10px;
	font-size: 8pt;
	text-align: center;
  	}
	
#info {
	line-height: 170%;
	text-align: center;
	}
	
#info a {
	color: #b0401b;
	text-decoration: none;
	}
	
.title {
	font-size: 11pt;
	color: #000;
	font-weight: bold;
	}
	
#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: center;
}

#content {
	width: 800px;
	text-align: center;
	margin: 0px;
}

	
/* Map Items */

.item {
	position: relative;
	text-align: left;
	z-index: 100;
	letter-spacing: 0px;
}

a.museum {
	font-size: 8pt;
	color: #b0401b;
	font-weight: bold;
	text-decoration: none;
	}

a.museum:hover {
	color: #000;
	} 
	
ul.museum {
	list-style-image: url("images/museum.gif");
}

/* Museums */

#BigBend {
	left: 263px;
	top: 470px;
}

#Brazos {
	left: 385px;
	top: 435px;
}

#Corpus {
	left: 350px;
	top: 500px;
}

#Freer {
	left: 658px;
	top: 270px;
}

	
/* Popup Pages */

.popupBox { 
	color: #000;
	font-size: 8pt;
	}
	
.popupBox a {
	color: #b0401b;
	font-weight: bold;
	text-decoration: none;
	}
	
.image { 
	color: #666;
	font-size: 7pt;
	text-align: left;
	}

.mainText { 
	text-align: left;
	width: 535px;
	font-size: 8pt;
	}
	
.logo { 
	width: 523px;
	text-align: left;
	border: solid #999 1px;
	padding: 5px;
	}
	
.logo img { 
	padding: 10px;
	}