@CHARSET "UTF-8";

body { 
	background: #eb891b url('bg_head.gif') top repeat-x;
    margin: 0;
    font-family: sans-serif, Verdana, Tahoma;
    font-size: 8pt;
}

#mini{

	background: #eb891b;
	margin: 0;
    	font-family: sans-serif, Verdana, Tahoma;
    	font-size: 8pt;

}

div, h1, p, li { margin: 0; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; border-bottom: 1px solid black; }
li { list-style: circle; }
a, a:visited { font-weight: bold; color: black; }
a:hover { color: #3a8281; }

hr { 
	color: #ffd00b;
	height: 2;
}

#header { font-weight: bold; }
#header img { margin: 0px 0 0 20px; }
#header ul { border:0; float:right; margin: -101px 0 0; }
#header ul li { border:0; display: inline; list-style: none; 
                text-indent: 0; margin: 0; }
#header ul a { text-decoration: none;
	border:0; float: left; font-size: 7pt; color: #eb891b; background-color: black; padding: 5px 7px;}
#header ul a:hover, #header ul .active { color: black; background: #eb891b; }



#content {
	margin: 40px 20px;
	clear: both;
	z-index: -10;
}

#content li { margin-top: 20px; }
#content h1 { margin: 40px 0 20px; }
#content h2 { 
	margin: 20px 0 10px; 
	text-align: left;
}

#content { width: 650px; }
#content p { 
	margin: 10px 0 0;
	font-size: 1.1em;
	text-align: left;
}

#content table {
		font-size: 1.0em;
}

#content table tr td { 
	text-align: center;
	vertical-align: top;
}

#copyright {
	margin: 0px 0px 50px 20px;
	font-size: 0.8em;
}


.screenshot {
	display: block;
	margin: 10px auto;
	text-align: center;
	background: white;
	padding: 5px;
	border: 1px solid black;
}
