html 			{ height: 100%; border: none; overflow: auto; }
body			{ height: 100%; margin: 0; padding: 0; font: 0.8em/1.5em Tahoma, sans-serif; background: #333; letter-spacing: 0.05em; color: #EEE; text-align: center; cursor: default; }
#container		{ background: #666; }

#header			{ height: 185px; background: #333 url("header_bg.png") repeat-x left bottom; border-bottom: 20px solid black; }
#header h1		{ margin: 0; text-indent: -100000px; height: 185px; background: url("header.png") no-repeat center top; line-height: 1em; }

p, ul			{ text-align: justify; margin: 0 0 1em 0; }

#content		{ width: 550px; margin: 1em auto; padding: 0; text-align: left; }
h2			{ margin: 1em 0 0.5em 0; text-transform: uppercase; font: bold 1.65em/1em "Trebuchet MS", sans-serif; letter-spacing: 0.1em; color: #FC0; border-bottom: 2px solid #333; }
h2.first-child		{ margin-top: 0; }
h2 img			{ margin-top: -3px; }
* html h2 img		{ margin-bottom: 3px; }
h3			{ margin: 1.4em 0 0.4em 0; font: bold italic 1.3em/1.2em "Trebuchet MS", sans-serif; }
.introduction		{ font-weight: bold; }
ul			{ list-style-type: square; padding: 0 0 0 1.5em; }
a			{ color: #FFF; text-decoration: underline; }
a:hover			{ color: #FC0; }

#footer			{ margin-top: 2.5em; width: 100%; background: #000; text-align: center; font-size: 0.85em; line-height: 1em; color: #FFF; padding: 0.6em 0; }
#footer a		{ color: #FFF; text-decoration: none; }
#footer a:hover		{ color: #FFF; text-decoration: underline; }