body { font: 14px Calibri, sans-serif; background: #697 url(bg.jpg) top center no-repeat; color: #fff; margin: 0; padding: 0; height: 100%; }

a { color: #fe9; text-decoration: none; }
a:visited { color: #ccc; text-decoration: underline; }
a:hover { color: #fc0; text-decoration: none; }

a img { border-color: #fe9; }
a:visited img { border-color: #ccc; }
a:hover img { border-color: #fc0; }

#header { height: 230px; }
#header * { display: none; }

#nav { position: relative; margin-left: 50%; left: -110px; }
#nav a { font-size: 90%; margin-right: 20px; color: #aca; text-decoration: none; }
#nav a:hover { color: #fff; border-bottom: 1px solid #797; }

.content { position: relative; left: 50%; margin-left: -110px; width: 400px; text-align: left; line-height: 1.4; }
.wide { margin-left: -340px; width: 680px; }
.content h2 { font-weight: normal; font-size: 200%; text-transform: lowercase; color: #9c8; text-shadow: #030 1px 1px 5px; margin: .5em 0; }
.content h3 { font-size: 133%; font-weight: bold; color: #cec; border-bottom: 1px solid #9c9; text-shadow: #030 1px 1px 3px; margin: 1em 0; }
.content ul { margin: .5em 0 0 0; padding: 0 0 0 2em; list-style: square; }
.content li { font-size: 85%; }
.content li b { font-size: 120%; }

.filelink { border-bottom: 1px solid #063; margin: 10px 0; }
.imagelink { display: inline; text-align: center; }
.imagelink a img { border: 1px solid; margin: 9px; vertical-align: middle; }

address { font-size: 85%; font-style: normal; color: #000; text-align: center; padding: 20px; clear: both; }