@charset "utf-8";
body
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background: #ccffcc;
	/*overflow:hidden;*/
}

h1
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
}	

a:link{color:#000000; text-decoration:none;}
a:visited{color:#000000; text-decoration:none;}
a:hover{color:#003300; text-decoration:none;}
a:active{color:#003300;	text-decoration:none;}
a:focus{-moz-outline-style: none;}

table
{
	
	z-index:1;
}

h2
{
	font-size:12px;
}

div#leet
{
	text-align:justify;
	overflow:hidden;
	position:fixed;
	opacity:.25;
	filter:alpha(opacity=25);
	z-index:-2;
	font-size:14px;
}

div#edgetop
{
	position:fixed;
	background-image:url(../images/bnl/edgetop.png);
	background-repeat:repeat-x;
	z-index:-1;
	width:100%;
	top:0px;
	width:100%;
	height:100px;
}

div#edgebottom
{
	position:fixed;
	background-image:url(../images/bnl/edgebottom.png);
	background-repeat:repeat-x;
	z-index:-1;
	bottom:0px;
	width:100%;
	height:100px;
}

div#edgeleft
{
	position:fixed;
	background-image:url(../images/bnl/edgeleft.png);
	background-repeat:repeat-y;
	z-index:-1;
	left:0px;
	height:100%;
	width:100px;
}

div#edgeright
{
	position:fixed;
	background-image:url(../images/bnl/edgeright.png);
	background-repeat:repeat-y;
	z-index:-1;
	right:0px;
	height:100%;
	width:100px;
}

#about
{
	position:absolute;
	top:50px;
	opacity:1;
	filter:alpha(opacity=100);
}
