@charset "UTF-8";
/* CSS Document */

body {background-color: black; font-family: Frutiger, Futura, Helvetica, Arial, sans-serif; font-size: smaller; padding: 0; margin: 0}
h1   {font-size: 200%; text-align: center; margin: 10px}
h2   {font-size: 150%; margin: 10px; padding-bottom: 10px; padding-top: 10px; border-bottom: 1px solid black}
h3   {font-size: 140%; margin-bottom: -50px; margin: 10px}
h4   {font-size: 125%; font-family: Georgia, Times, serif; line-height: normal; margin-top: 0px; font-weight: normal}
p    {font-size: 100%; line-height: 125%}

#container {line-height: 100%; margin:0 auto; text-align: left; width: 900px; background-color: white; padding: 0px}
#content   {margin-left: 100px; width: 700px}

#footer {height: 110px; background:url(images/footer.jpg); text-align: center; margin: 0 auto; padding: 0; padding-left: 70px; padding-right: 70px}

a:link  {color: #990000; text-decoration: none}
a:visited {color: black; text-decoration: none}
a:hover   {color: #333333; text-decoration: none}
a:active  {color: black; text-decoration: none}

#footer a:link  {color: white; text-decoration: none}
#footer a:visited {color: white; text-decoration: none}
#footer a:hover   {color: #999999; text-decoration: none}



