body {
	background-image: url("bkg.gif");
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

h1 {
	font-family: "Exotic 350 Bold BT", Arial, Helvetica, sans-serif;
	color: blue;
}

h2 {
	font-family: "Exotic 350 Bold BT", Arial, Helvetica, sans-serif;
	color: black;
}

ul {
	margin-left: 1em;
}

ul li {
}

/* Menu */

#menu {
	float: top;
	width: 200px;
	height: 10px;
	padding: 10px 0 0 40px;
	background:  no-repeat;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 200px;
	padding: 0 0 5px 0;
}

#menu a {
	padding-left: 24px;
	background: url(images/img04.gif) no-repeat left center;
	text-decoration: none;
	font: bold 14px "Exotic 350 Bold BT", Arial, Helvetica, sans-serif;
	font-style: italic;
}

#menu a:hover {
	background-image: url(images/img06.gif);
}

#menu .active a {
	background-image: url(images/img05.gif);
}




a:hover {
	text-decoration: none;
}
a:visited {
	color: blue;
}