.contact {
	position : absolute;
	top : 160px;
	left : 50px;
	border : 3px #420062 solid;
	background : white;
	width : 410px;
	text-align : center;
	padding : 5px;
	z-index : 100;
	}

.main_pic {
	top : 180px;
	left : 60px; 
	position: absolute;
	z-index : 10;
	border : 1px solid #000;
	width : 450px;
	height : 300px;
	z-index : 100;
	}

.map {
	position : absolute;
	top : 150px;
	left : 520px;
	border : 1px solid black;
	background : white;
	z-index : 100;
	}
	
.ladies{
	position : absolute;
	top : 600px;
	left : 20px;
	border : 1px solid black;
	z-index : 101;
	}
	
.titles{
	font-size: 24px;
	}

.locations{
	text-decoration : underline;
	font-weight : bold;
	}
	
.visits{
	text-align : center;
	font-weight : bold;
	font-size : 18px;
	color : #ffffff;
	background : #cc0000;
	border : 1px solid black;
	}
