Why have you gota div id of href? Just style the <a>
Why have you got a div id of header? just use <h1>
Why have you got a div class of Title? just use <h2> or <h3>
why have you got a div class of text? just use <p>
You may as well use table if you are going to use div's like that.