#contacts { width: 100%; margin: 0; padding: 30px 0; }

    #contacts div.title { display: block; width: 100%; margin: 0 0 25px 0; }
        #contacts div.title h1 { font-family: 'Arial-Bold', sans-serif; display: block; font-size: 18px; color: #58595b; margin: 0 0 0 25px; }

	#contacts .left { width: 400px; float: left; position: relative; margin: 0 0 0 25px; padding: 25px 0 0 0; }
		#contacts .left .text { width: 100%; margin: 0 auto; }
            #contacts .left .text h2 { font-family: 'Arial-Bold', sans-serif; display: block; font-size: 18px; color: #58595b; margin: 0 0 0 25px; }
		    #contacts .left .text p { display: block; line-height: 25px; font-size: 17px; padding: 10px 0 35px 0; margin: 0 0 0 25px; text-align: justify; }

    #contacts iframe { display: block; position: relative; width: 500px; height: 500px; float: right; margin: 0 25px 0 0; overflow: hidden; }