@charset "UTF-8";
/* CSS Document */

.bubbleInfo {
	position: relative;
	/*float:right;*/
	/*width: 100px;*/
	height: 150px;
	margin-left: 20px;
}

.popup {
    position: relative;
	margin: -260px 0 0 -560px;
    display: none; /* keeps the popup hidden if no JS available */
}
.leftcolumn {
	width:700px;
	float:left;
}
