Twitter Bootstrap - HTML5

Just a quick question about bootstrap and the use of all the <div> elements. I am looking at the navigation and sections and was wondering if I could just change <div> to <nav> or <section> etc or if this is not the correct way to implement the HTML5 options with this template?

Thanks for any suggestions and/or help
Ryan.

I haven’t tested it but I don’t think it matters. From what I recall looking at the source selections are made based on class names rather than element type. That is part of reason for the excessive use of classes for many frameworks including bootstrap.