body,
html
{
  margin:0;
  padding:0;
  color:#000;
  background:#333;
  font-family: Monospace;
}

a:link, a:visited
{
	color: #990000;
}

a:hover, a:active
{
	color: #996600;
}

table
{
	width:100%;
	border-collapse:collapse;
}

table, th, td
{
	border:1px solid black;
	padding:4px;
}

img
{
	align:center;
}

#wrap
{
width:95%;
margin:0 auto;
background: #ffffff;
}

#header
{
background:   #ffffff;
padding:1% 2%;
}

#main
{
background: #ffffff;
/* float:left; */
/* width:80% */
}

#footer
{
background:   #ffffff;
clear:both;
padding:1%
}

#navtables table
{
	table-layout:fixed;
}

#header table, #header th, #header td
{
	background: #cccccc;
	table-layout:fixed;
	font-size:110%;
	text-align:center;
}

#treasury table, #treasury th, #treasury td
{
	border:none;
	padding:12px;
}

#addons img
{
    width:100%;
    height:auto;
    ms-interpolation-mode:nearest-neighbor;
    image-rendering:-moz-crisp-edges;
}

#addons td
{
	text-align:center;
}

* html #footer {
height:1px;
}


#nav
{
background:#ddd;
float:right;
width:20%
}

#nav ul
{
  list-style-type:none;
  padding-left:5%;
}

#nav ul ul
{
	padding-left:10%;
}

#unsqueeze
{
	margin:24px;
}
