.contact {
	position: relative;
	color: #7c745d;
}

.contact a {
	color: #a60719;
}

.contact div.right {
	width: 500px;
	left: 400px;
	top: 235px;
	position: relative;
}
.contact div.top {
	position: relative;
	margin-bottom: 80px;
}

.contact div.bottom {
	position: relative;
}
.contact div.left {
	position: absolute;
	top: 210px;
	width: 395px;
	text-align: right;
}
.contact div.topTitle {
	margin-bottom: 40px;
	background-position: right;
	position: relative;
	background-image: url(../images/contact-me.png);
	background-repeat: no-repeat;
	height: 53px;
	width: 100%;
}
.contact div.bottomTitle {
	background-position: right;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/contact-gallery.png);
	height: 54px;
	width: 100%;
}
