.left {
	width: 40%;
}

.right {
	width: 60%;
}

.content .vcard {
	margin: 20px;
}

.content .org {
	font-weight: bold;
}

.content .email, .content .tel {
	display: block;
	padding: 10px 0;
}

#map {
	border: 1px solid #cac89b;
	
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	

	-webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
