@charset "utf-8";
/* CSS Document */

.bkgd {
	background-image: url(../images/bkgd_about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bkgd_menu {
	background-image: url(../images/bkgd_menu_about.jpg);
	background-repeat: no-repeat;
	
}
DIV#hold {
	Z-INDEX: 100;
	OVERFLOW: hidden;
	WIDTH: 505px;
	POSITION: relative;
	HEIGHT: 211px;
}
DIV#wn {
	Z-INDEX: 1;
	LEFT: 0px;
	OVERFLOW: hidden;
	WIDTH: 505px;
	CLIP: rect(0px,505px,211px,0px);
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 211px;
}
DIV#lyr1 {
	Z-INDEX: 1;
	LEFT: 25px;
	RIGHT: 25px;
	VISIBILITY: visible;
	POSITION: absolute;
	TOP: 0px;
}



a:link {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #594da0;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

#cattop {
position:absolute;
left:500px;
top:144px;
z-index:999;
}
