/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face { font-family: Fontin; src: url(./fontin-sc.ttf) format("TrueType"); font-variant: small-caps; }
@font-face { font-family: Fontin; src: url(./fontin-r.ttf) format("TrueType"); font-style: normal; }
@font-face { font-family: Fontin; src: url(./fontin-b.ttf) format("TrueType"); font-weight: bold; }
@font-face { font-family: Fontin; src: url(./fontin-i.ttf) format("TrueType"); font-style: italic; }

a:link { color: #000; }
a:visited { color: #333; }

a:hover, a:active {
 color: #000;
 text-decoration: none;
 }

abbr, acronym {
 border-style: none;
 font-style: inherit; font-variant: inherit;
 letter-spacing: inherit;
 }

html, body { height: 100%; }

body {
 background-image: url(./background.jpeg);
 background-position: 50% 0%;
 background-repeat: repeat-x;
 background-color: #FFF;
 font-family: Fontin, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
 margin: 0;
 padding: 0;
 }

div {
 background-attachment: fixed;
 background-image: url(./z.png);
 background-position: 50% 22px;
 background-repeat: no-repeat;
 min-height: 100%;
 height: auto !important;
 height: 100%;
 overflow: hidden !important;
 padding: 44px 17% 33px;
 }

#logo {
 border-style: none;
 color: #FFF;
 font-size: 4em;
 font-family: "Palatino Linotype", serif;
 font-style: italic;
 text-shadow: 0 0 .1em #000, 0 0 .15em #000;
 margin: 0 0 33px -8px;
 width: 347px;
 height: 81px;
 }

.right {
 float: right;
 margin: 0 0 11px 11px;
 }

h1, h2 {
 font-weight: normal;
 text-shadow: .1em .07em .1em #999;
 }
h1 small { text-shadow: none; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; }

img {
 border-color: #999;
 border-style: solid;
 border-width: 1px;
 margin: 0 7px 7px 0;
 }

table { border-spacing: 0; }

td, th {
 vertical-align: top;
 padding: 0 2em 0 0;
 }

th { text-align: left; }
td:first-child { text-align: right; }

#footer, h2, h3 { clear: both; }
#footer {
 background-image: none;
 height: auto;
 overflow: visible;
 padding: 0;
 margin-top: 55px;
 }
#footer a { text-decoration: none; }
#footer img { border-style: none; margin: 0 7px 0 0; }