#locprint{
	display:none;
	}
#info	{
	font-size:90%;
	position:absolute;
	top:5px;
	left:315px;
	right:5px;
	}
#right	{
	float: right;
	}
#left	{
	float: left;
	}
pre	{
	font-family:Tahoma,Helvetica;
	font-size: small;
	}
body 	{
	color:#003366;
	font-family:Tahoma,Helvetica;
	font-size: small;
	background-color:white;
	margin:0; 
	padding:0 0 0 0; 
	border:0;
	}
#locations {
	width: 300px; 
	height: 300px;
	background: url(red.jpg);
	margin: 0px; 
	padding: 0;
	position: relative;
	}
#locations li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: block; 
	position: absolute;
	}
#locations li, #locations a {
	height: 300px; 
	display: block;
	}
#augusta {
	left: 150px; 
	top: 70px; 
	width: 53px; 
	height: 50px;
	}
#lewiston {
	left: 97px; 
	top: 112px; 
	width: 51px; 
	height: 47px;
	}
#bath {
	left: 149px; 
	top: 142px; 
	width: 42px; 
	height: 47px;
	}
#westbrook {
	z-index:100;
	left: 21px; 
	top: 183px; 
	width: 54px; 
	height: 46px;
	}
#minnesota {
	left: 222px; 
	top: 214px; 
	width: 77px; 
	height: 85px;
	}
#auburn {
	left: 50px; 
	top: 109px; 
	width: 47px; 
	height: 49px;
	}
#augusta a {
	height: 50px;
	}
#lewiston a {
	height: 47px;
	}
#bath a {
	height: 47px;
	}
#westbrook a {
	height: 48px;
	}
#minnesota a {
	height: 85px;
	}
#auburn a {
	height: 49px;
	}
#augusta a:hover {
	background: url(blue.jpg) -150px -70px no-repeat;
	}
#lewiston a:hover {
	background: url(blue.jpg) -97px -112px no-repeat;
	}
#bath a:hover {
	background: url(blue.jpg) -149px -142px no-repeat;
	}
#westbrook a:hover {
	background: url(blue.jpg) -21px -183px no-repeat;
	}
#minnesota a:hover{
	background: url(blue.jpg) -222px -214px no-repeat;
	}
#auburn a:hover{
	background: url(blue.jpg) -50px -109px no-repeat;
	}