
body {
font-family: Calibri, Times, serif;
font-size: 75%;
}

h1 {
font-size: 1.4em;
padding: 10px 10px 0;
}

p {
padding: 0 10px 1em;
}

html, body { 
margin: 0; 
padding: 0; 
text-align: left; 
background: #fff;
height: 100%;
}

#container {
min-height: 100%;
background-color: #fff;
width: 100%;
margin: 0 auto;
}

* html #container {
height: 100%;
}

#footer {
width: 100%;
text-align: center;
height: 50px;
margin: -50px auto 0 auto;
background: url("images/footer_bg.jpg") repeat-x;
}

h2 a { text-decoration: none; border: none; }
h2, h2 a {font-size: 13pt;  color: #04339f; }

