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

.bkgd {
	background-image: url(../images/bkgd_illustration.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bkgd_menu {
	background-image: url(../images/bkgd_menu_illustration.jpg);
	background-repeat: no-repeat;
	
}


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