CSS for layout, XHTML for markup, JavaScript and the DOM for behavior—with a little Microsoft stuff thrown in.
Professional design appearance and increased readability (line–height, borders, padding, margins), lose the old HTML look. Easily transition in the future to more powerful standards such as XML (because page content no longer contains junk markup).
Conserve bandwidth (less markup for visitors to download) XHTML page weight is reduced by 1/3 to 2/3. Experience has shown that conversion from nested table-based designs to W3C standards based design can reduce page weight by 50% or more!
Reduce design & development time exponentially. Reduce the out of control development costs as well as the continued expense of future updates and lengthy web site maintenance chores.
Adhere to W3C recommendations, improving interoperability and ensuring greater longevity (Your web site will not become obsolete). We believe in 3 distinct layers of separation, XHTML Structure & Content, CSS Presentation, and DOM / JavaScript Scripting for Behaviour.