#contacts { width: 100%; margin: 0; }

    #contacts div.title { display: block; width: 90%; margin: 0 auto 30px auto; border-bottom: 1px solid #ffffff; border-left: 20px solid transparent; border-right: 20px solid transparent; }
        #contacts div.title h1 { font-size: 14px; line-height: 50px; height: 50px; color: #000000; text-shadow: 0 0 3px #ffffff; font-weight: bold; border-bottom: 1px solid #c4c4c4; border-left: 10px solid transparent; border-right: 10px solid transparent; }

	#contacts .left { width: 35%; float: left; position: relative; }
		#contacts .left .text { width: 100%; margin: 0 auto; }
            #contacts .left .text h2 { color: #000000; text-shadow: 0 0 3px #ffffff; font-size: 11px; line-height: 18px; font-weight: bold; width: 90%; margin: 0 auto; text-align: justify; }
		    #contacts .left .text p { color: #000000; text-shadow: 0 0 3px #ffffff; font-size: 11px; line-height: 18px; width: 80%; margin: 0 auto 30px auto; text-align: justify; }

    #contacts iframe { width: 60%; height: 400px; float: right; margin: 0 5% 30px 0; }