
body { background: url("images/body.jpg") repeat-x #D1D9E1; margin: 0px; padding: 0px; font-family: Vera; }
div { position: relative; display: block; margin: 0 auto; }
.clear { clear: both; }
.column { display: block; float: left; }
a { font-weight: bold; color: #274559; }
a:hover { background: #274559; color: #fff; text-decoration: none; }

@font-face { font-family: Vera; src: url('VeraSe.ttf'); }

#header { width: 950px; height: 188px; background: url("images/header.jpg") no-repeat; }
#logo { width: 183px; height: 110px; padding-top: 35px; }
#content { width: 912px; background: url("images/content.gif") center repeat-y; }
#footer { width: 912px; height: 85px; background: url("images/footer.gif") no-repeat; }

.left { width: 575px; margin: 0px 45px 0px 50px; font-family: Georgia, serif; font-size: 11px; color: #2F3E47; line-height: 16px; letter-spacing: 0; }
.right { width: 215px; text-align: center; } 

h1 { font-family: Vera; font-size: 36px; letter-spacing: -1px; color: #274559; display: block; background: url("images/h1.gif") no-repeat; text-indent: 40px; line-height: 36px; font-weight: normal; }

ul.nav { margin: 0px; padding: 0px; list-style: none; }
.nav li a { font-family: Georgia, serif; display: block; width: 215px; height: 36px; line-height: 39px; overflow: hidden; background: url("images/nav.png") no-repeat; font-size: 11px; font-weight: bold; text-decoration: none; color: #424A50; text-shadow: 1px 1px 0px #fff; text-indent: 30px; text-align: left; margin-bottom: 2px; }
.nav li a:hover { background-position: 0px -36px; }
