html	{ background: #000 url(bg.png);height: 100%; }
body	{ margin:0; height:100%; width:100%; }
img     { border: 0px solid #000; }

#header	{
 position:	relative;
 top:		0em;
 left:		0em;
 min-height:	1.2em;
 background-color: #000;
 border:	2px solid #A30;
 overflow:	hide;
 word-spacing:	1em;
 text-align:	center;
 font-size:	1.25em;
 color:		#3F0;
 font-variant:	small-caps;
}

#layout {
}

#infobox	{
z-index:	1;
position:	relative;

min-width:	2em;

padding:	1em;
margin:		0em;

background:	#000;
border:		2px solid #A30;
border-top:	0px;

font-size:	1.25em;
color:		#590;
text-align:	center;
}

#content {
background:	url(stripe.png) repeat-x;
position:	relative;
padding:	1em;
padding-left:	2em;
padding-right:	2em;

color:		#DA0000;
}

.dots {
border-bottom:		1px dotted #A30;
}

#left {
width:	50%;
border-top:	1px dashed #A30;
float:	left;
padding-top:	0.5em;
padding-bottom:	0.5em;
margin-top:	0.5em;
text-align:	left;
}

#right {
width:	50%;
border-top:	1px dashed #A30;
float:	left;
padding-top:	0.5em;
padding-bottom:	0.5em;
margin-top:	0.5em;
text-align:	right;
}

#footer	{
position:	relative;
float:		left;
left:		3%;
width:		90%;
top:		10px;
text-align:	center;
font-size:	8pt;
color:		#069;
}

abbr[title].link, acronym[title].link {
border-bottom:	dotted 1px;
border-bottom-color: #339;
}

p { margin-top:0em;margin-bottom:0em;color: #FFF; }
pre {	width: 100%; }
a {	word-spacing: 0em; margin-left: .25em; }

a:link {	color: #799; text-decoration: none; }
a:visited {	color: #AAA; text-decoration: none; }
a:hover {	color: #50F; text-decoration: underline; }
a:active {	color: #FF0; text-decoration: underline; background: #000;}

h1 {
text-align:center;
}

table {
border: 1px solid #111;
background: #000500;
}
th {
border: 2px solid #505;
margin: 0px;
}
td {
border: 1px dotted #222;
margin: 0px;
vertical-align: top;
}
tr + td {
border: 2px solid #505;
}
/*@media print {
body		{ background-color: #FFFFFF;}
.header		{ color: #00DD00; }
a:link		{ color: #0000FF; text-decoration: underline; }
a:visited	{ color: #5500FF; text-decoration: underline; }
}*/

