/* ========================================================================== */
/* =============================== SETTINGS ================================= */
/* ========================================================================== */

/* GENERAL ********************************************************************/

* {font-size: 100%; padding: 0; margin: 0;}
body {font: 0.84em/1.333 Arial, sans-serif; margin: 0; padding: 0;
  color: #FFF; background: #000;
  min-width: 40em; margin: 0 auto;}
a:link {color: #558; text-decoration: none;}
a:visited {color: gray; text-decoration: none;}
h1 {font: Helvetica; font-size: 3em; margin: 0 0 1em; padding: 0;
	color: #CC9966; }
h2 {font: Helvetica; font-size: 2em; margin: 1em 0 0.5em 0; padding: 0;
	color: #652; }
h3 {font: Helvetica; font-size: 0.9em; margin: 0 0 0 0; padding: 0;}
h4 {font: Helvetica; font-size: 1.1em; margin: 0.5em 0 0;}
h5 {font: Helvetica; font-size: 1em; margin: 0.5em 0 0;}
h6 {font: Helvetica; font-size: 0.85em; margin: 0.5em 0 0;}
p {margin: 0.1em 0 1em 0;}
ul, ol {margin: 1em 0; padding-left: 2.5em;}
dt {margin: 0.5em 0 0;}
dd {margin: 0.25em 0 0.5em 2.5em;}
pre { font: 120% Gill Sans, Helvetica, Arial, sans-serif; }
code, tt {font: 110% "Andale Mono", Courier, "Courier New", monospace;}
small {font-size: 85%;}
big {font-size: 115%;}
sup {font-size: smaller; vertical-align: 0.5em; line-height: 1px;}
sub {font-size: small; }
img.pic {float: right; position: relative; margin: 0.25em 0 0.66em 1.5em;}
img.border {border: 3px solid; } 
img.standalone {display: block; margin: 0.5em auto; width: auto; max-width: 100%;}
p.standalone {text-align: center;}
.warning {background: #FF8; color: red; border: 2px solid; padding: 1em;}
.highlight {background: #B4D5FF; font-weight: bold;}

table { margin: 0; padding: 0; border: 0; }
td { vertical-align: top; }
.leftside { text-align: right; width: 50%; border-right: 1px solid #A2ADBC;
	padding: 0 1.5em; }
.rightside { text-align: left; padding: 0 1.5em; }
/* .rightside { text-align: left; padding: 3em 0 0 1.5em; } **/


/* ========================================================================== */
/* =============================== POSITIONING ============================== */
/* ========================================================================== */

/* HEADER *********************************************************************/

#header { position: absolute; top: 30px; left: 0; width: 100%; 
	text-align: center; padding: 0.2em 0 1em;}

/* CONTAINER ******************************************************************/

#container { position: absolute; top: 150px; left: 2em; width: 90%; }
	
/* LEFTSIDE *******************************************************************/

#leftcol { position: absolute; top: 20px; left: 0; text-align: right;
	padding: 0.25em 0 1.25em 0.25em; margin: 0; width: 25%; }
#leftcol p { line-height: 1.1; font-size: 95%; color: #FFF; 
	padding: 0 1em;
	font-style: bold; }

/* SPLASH *********************************************************************/

#splash { position: absolute; top: 0; left: 25%; text-align: center;
	padding: 0.25em 0em 1.25em 0.25em;  min-width: 150px; width: 35%; }
#splash-tag { position: absolute; top: -20%; left: 10%; text-align: center;
	width: 80%;
	height: 30px; color: yellow; font-style: oblique; font-size: x-small; }	
	
/* RIGHTSIDE ******************************************************************/

#rightcol { position: absolute; top: 0; left: 60%; text-align: left;
	padding: 0.25em 0.25em 1.25em 0em; width: 25%; }
#rightcol p { line-height: 1.1; font-size: 80%; color: #CCF; 
	padding: 0 0 0 1em;
	font-style: bold; }

/* CENTER *********************************************************************/

#center { position: absolute; top: 520px; left: 25%; text-align: left;
	padding: 0.25em 0.25em 1.25em 0.25em; width: 50%; }
#center p { line-height: 1.1; font-size: 80%; color: #FFF; 
	font-style: bold; }

	
/* FOOTER *********************************************************************/

#footer { position: absolute; left: 10%; top: 120%; width: 90%;
	margin: 0 0 0 2em; padding: 0 0 0 2em;
	text-align: center;
	color: gray; background: #000; }
#footer a {color: #558;}
#footer a:visited {color: #858;}
#footer p {line-height: 1; margin: 0; padding: 0.5em 0.25em 0; font-size: 0.85em; }


	