#navlist {
	position: absolute;
	left: 0;
	width: 180;
	}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN78*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
#navlist li {
	margin: 0 0 5px 0;
	}
#navlist a {
	/*/*/display block: block;
	padding: 2px 2px 2px 7px;
	border: 1px solid #333;
	width: 150px;
	background-color: #ff9900; /* */
	}
#navlist a:link, #navlist a:visited {
	color: #000000;
	/*/*/color: #000000;
	text-decoration: none; /* */
	}
#navlist a:hover {
	border: 1px solid #333;
	background-color: #ffcc99;
	color: #333;
	}

#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	/*/*/border: 1px solid #333;
	background-color: #ffcc99;
	color: #333; /* */
	}li {
	font-family: Arial, Helvetica, sans-serif;
	color: #669966;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #cccccc;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #FF6600;
	text-decoration: underline;
}
.layerdiv {
	background-color: #FFCC99;
	padding: 10px;
	border: 1px ridge #666666;

}
.logodiv {
	background-image: url(../images/b&kogo.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 200px;
}
.copyright {
	font-size: 9px;
	background-color: #CCCCCC;
	padding: 5px;
	font-weight: bold;
	color: #000000;
	text-align: center;

}
.imageR {
	float: right;
	margin-left: 7px;
	border: thin solid #FF9900;

}
