h4 {
    font-size: 18px;
    font-weight: normal;
    margin: 0px 0px -36px 20px;
    padding: 3px 0px 0px 0px;
    z-index: 10;
    position: relative;
    width: 350px;
    height: 32px;
}
.contacts {
    height: 32px;
    font-size: 18px;
    width: 150px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    position: relative;
    border: 1px solid #000;
    border-bottom: none;
    border-right: none;
    background: linear-gradient(to right, #E2CA9C, #F3E9D6);
    z-index: 1;
}
.contacts_top {
    top: -21px;
    width: 100%;
	height: 20px;
	border: 1px solid #000;
	position: absolute;
	left: -1px;
	border-top: none;
	border-bottom:none;
    border-right: none;
}
.contacts_bottom {
    bottom: -20px;
    width: 100%;
	height: 20px;
	border: 1px solid #000;
	position: absolute;
	left: -1px;
	border-top: none;
	border-bottom:none;
    border-right: none;
}
.contacts_left {
    left: -15px;
	height: 100%;
	width: 35px;
	position: absolute;
	border: 1px solid #000;
	top: -1px;
	border-left:none;
	border-right:none;
}
.contacts_right {
    right: -15px;
	height: 100%;
	width: 20px;
	position: absolute;
	top: -1px;
}
.contacts_p {
    margin: 0px 0px 0px 10px;
    padding: 10px 0px 10px 10px;
    border-left: 1px solid #000;
}
.contacts_p p{
    font-size: 16px;
}
.column_01 {
    margin-top: 11px;
}
.column_02 p{
    margin-left: 20px;
    font-size: 14px;
    width: 670px;
}
.map {
    height: 300px;
    font-size: 18px;
    width: 690px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    position: relative;
    border: 1px solid #000;
    background: linear-gradient(to right, #E2CA9C, #F3E9D6);
    z-index: 1;
}
.map_top {
    top: -21px;
    width: 100%;
	height: 20px;
	border: 1px solid #000;
	position: absolute;
	left: -1px;
	border-top: none;
	border-bottom:none;
}
.map_bottom {
    bottom: -20px;
    width: 100%;
	height: 20px;
	border: 1px solid #000;
	position: absolute;
	left: -1px;
	border-top: none;
	border-bottom:none;
}
.map_left {
    left: -15px;
	height: 100%;
	width: 20px;
	position: absolute;
	border: 1px solid #000;
	top: -1px;
	border-left:none;
	border-right:none;
}
.map_right {
    right: -15px;
	height: 100%;
	width: 20px;
	position: absolute;
	border: 1px solid #000;
	top: -1px;
	border-left:none;
	border-right:none;
}