/* hudikjazz.se
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
}
body { background: url(/new/gfx/body.jpg) }
#container {
	margin: 0 auto;
	width: 780px;
	background: url(/new/gfx/container.jpg);
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
#header {
	height: 67px;
	background: url(/new/gfx/head-logo.jpg) no-repeat;
}

/* navigation
-------------------------------------------------- */
#nav {
	padding: 8px 0 0 8px;
	list-style: none;
}
#nav li { display: inline; }
#nav li a {
	float: left;
	display: block;
	height: 67px;
	text-indent: -9999px;
}
#nav li a.program {
	width: 171px;
	background: url(/new/gfx/nav-program.jpg) no-repeat bottom;
}
#nav li a.klubben {
	width: 196px;
	background: url(/new/gfx/nav-klubben.jpg) no-repeat bottom;
}
#nav li a.kontakt {
	width: 196px;
	background: url(/new/gfx/nav-kontakt.jpg) no-repeat bottom;
}
#nav li a.lankar {
	width: 200px;
	background: url(/new/gfx/nav-lankar.jpg) no-repeat bottom;
}
#nav li a:hover, #nav li a.active { background-position: top; }

/* container
-------------------------------------------------- */
#content {
	clear: left;
	padding: 8px;
	min-height: 758px;
	background: url(/new/gfx/content.jpg) no-repeat top center;
	color: #fff;
}