#content h1 {
	margin-top: 25px;
}

#right {
	float: right;
	margin: 20px 50px 0 40px;
}

#left {
	float: left;
	width: 390px;
}

#left p {
	width: 370px;
}

#insetPhoto {
	background: transparent url(/assets/images/contact-tania.jpg) left top no-repeat;
	background-size: 249px 373px;
	border: 1px solid #000;
	box-shadow: 2px 2px 8px #969696;
	float: right;
	height: 373px;
	margin-bottom: 25px;
	margin-top: 75px;
	width: 249px;
}

#map {
	margin-left: 4px;
}

div#map iframe {
	width: 400px;
	height: 600px;
	border: 1px solid #333;
	box-shadow: 2px 2px 8px #969696;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

div#insetFrame {
	background: url(/assets/images/contact-location.png) top left no-repeat;
	background-size: 379px 210px;
	height: 210px;
	margin: 15px 0 10px 50px;
	width: 379px;
}

div#insetFrame p.address,
div#insetFrame p.country,
div#insetFrame p.phone,
div#insetFrame p.email {
	font-weight: bold;
	color: #444;
	font-size: 12pt;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 379px;
}

div#insetFrame p.address {
	padding: 20px 0 0 0;
}

div#insetFrame p.country {
	padding: 5px 0 0 0;
	font-size: 9pt;
}

div#insetFrame p.phone {
	color: #444;
	font-size: 16pt;
	padding: 15px 0 0 0;
}

div#insetFrame p.email {
	font-size: 12pt;
	font-weight: normal;
}

div#insetFrame p.email a {
	color: #000;
}

#content p.black {
	color: #000;
}
