*
{
	font-family: sans-serif;
	font-size: 8pt;
}

body 
{
	background-image:url('img/background.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: top left;
	min-width: 800px;
	min-height: 800px;
	color: #222;
	margin:  0px 0px 0px 0px;
	line-height: 20px;
}

img
{
	border-style: none;
}

h2
{
	font-size: 12pt;	
}

h3
{
	font-size: 10pt;
	font-variant: small-caps;
	text-align: left;
}

a
{
	color:#888; 
	text-decoration:none;
}

a:hover 
{
	text-decoration:underline;
}

div#navibox div
{
	position: relative;
	margin-left: 10%;
	margin-top: 10px;
	height: 16px;
	width: 90%;
}

div#navibox div a
{
	width: 70%;
	position: absolute;
	font-style: normal;
	font-variant: small-caps;
	font-size: 10pt;
	text-decoration: none;
	text-align: right;
	color:#333 ! important;
}

div#navibox div div
{
	position: absolute;
	left: 120px;
	border-style: none;
	margin-top: 7px;
}