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

    #news 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; }
        #news 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; }

	#news .topic { width: 44%; margin: 0 3% 30px 3%; float: left; }
		#news .topic .title { display: block; height: 25px; width: 100%; margin: 0; padding: 0; border: none; }
		    #news .topic .title h2 { display: block; font-size: 16px; line-height: 25px; padding: 0; color: #000000; text-decoration: none; text-shadow: 0 0 3px #ffffff; }
		#news .topic .content { display: block; width: 100%; padding: 0; margin: 0; }
            #news .topic .content a { display: block; font-size: 13px; text-indent: 25px; color: #DA2041; line-height: 30px; text-shadow: 0 0 3px #ffffff; text-decoration: none; }
            #news .topic .content a:hover { text-decoration: underline; }