* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background-image: url(background2.jpg);
	background-repeat: repeat-x-y; 	
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
/* navigation */
.nav {background: #191919 url(nav.gif);}
.nav a {
	background: #191919 url(nav.gif);
	border-right: 1px solid #800000;
	color: #000000;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 31px;
	padding: 0 20px;
}
.nav a:hover {
	background: #000000 url(nav_hover3.gif);
}
