body
{
	background: #e7e7e7;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	text-align: center;
}

#page
{
	background: rgb(255,255,255);
	margin: 10px 20px;
	border: solid 2px rgb(200,200,200);
	text-align: left;
	padding: 1em;
}

#flags img { margin-right: 1em; }

/*
#header
{
	background: rgb(90,90,140);
	text-align: center;
	padding: .4em;
	color: rgb(255,255,255);
}
*/

#header
{
  background-image: url(/images/fade.png);
  background-repeat: repeat-x;
  height: 70px;
  margin: -1em -1em 1em -1em;
  text-align: center;
  vertical-align: middle;
}

#header span { display: none; }

#footer
{
  margin-top: 2em;
  margin-bottom: -5px;
  padding: .5em .5em 0 .5em;
  border-top: solid 1px rgb(200,200,200);
  text-align: center
}

#footer img { margin-left: 1em; margin-right: 1em }

h1, h2, h3 { font-family: Myriad, 'Trebuchet MS', Arial, sans-serif; }

a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #C00;
}

/*h1 { font-family: 'Copperplate Gothic Light', 'Lucide Grande'; font-variant: small-caps; }*/

dt { margin-top: .6em }
dd { margin-top: .4em; margin-left: 1.5em; }
tt { background-color: rgb(240,240,240); }

img { border: 0 }

.frame
{
	padding: 5px;
	border: solid 2px rgb(200,200,200);
	margin: 10px;
	font-size: 8pt;
	font-style: italic;
	text-align: center;
}

/* Code rendering. Except for .CodeContainer, these are generated by vim */
.CodeContainer { width: 100%; color: rgb(255,255,255); background-color: rgb(0,0,0); }
.Constant { color: #ff6060; }
.Statement { color: #ffff00; }
.Special { color: #ff40ff; }
.PreProc { color: #ff40ff; }
.Comment { color: #8080ff; }
.Identifier { color: #00ffff; }
pre { color: rgb(255,255,255); background-color: rgb(0,0,0); padding: .5em; }
.lnr { color: #ffff00; }

