body {
	background-color: #000000;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

#nav {
	width: 140px;
}

.nav_top {
	background-color: #f1edee;
	background-image: url(../images/nav_top.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	height: 25px;
	font-size: 190%;
	text-align: center;
	padding: 2px 0px;
	font-family: Kartika;
}

.link {
	background-image: url(../images/bg_link.jpg);
	color: #000000;
	height: 17px;
	font-size: 145%;
	padding: 3px 0px;
	text-align: center;
	font-family: Kartika;
}

.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	height: 10px;
}