/* * * * * * * * * * 
header elements
* * * * * * * * * */

#header { overflow: hidden; height: 91px; background: #5467E3 url("../images/header.gif") no-repeat; }
#header h1 { float: left; margin: 0; }
#header h1 a { display: block; width: 337px; height: 91px; }
#header h1 span { position: absolute; left: 0px; top: -500px; }

/* * * * * * * * * * 
standard html elements
* * * * * * * * * */

body { font-family: Trebuchet MS, Verdana, Arial, sans-serif; margin: 0; background: #2545D1; text-align: center; }
h1,h2,h3,h4,h5,h6 { font-family: Arial, Verdana, sans-serif; color: #FA7C02; clear: left; margin: 0; }
h1,h2,h3 { font-weight: 400; }
h4,h5,h6 { font-weight: 600; }
h2 { font-size: 25px; }
h3 { font-size: 20px; }

/* * * * * * * * * * 
layout elements
* * * * * * * * * */

#container { background: #FFF; width: 960px; text-align: left; overflow: hidden; margin: 0 auto; }