/* CSS Document */

* { margin: 0; padding: 0;}

html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}

body { font-family:Arial; color:#FFF;background:#050606; background-image:url(images/cssback.jpg); background-repeat: no-repeat; font-size:12px; margin-top: 0px;}
ul,li { list-style: circle; list-style-position:outside; margin: 1em; padding: 0px;}
p { margin: 10px 0; text-align:justify; vertical-align:top;}
a { color: #fff;}
h1 { color: #CCC; font-size: 24px;}
h2,h3 { color: #7a6a53; font-size: 16px; }


a:link, a:visited {
	color:#CC0000;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}


/* MENU */
.menu {
	margin: 8px;
	padding: 0;
	list-style: none;
	background:transparent;
}
.menu li {
	padding: 0;
	margin: 8px;
	height: 45px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	height: 45px;
	background-repeat: no-repeat;
}
.music {background-image:url(images/nav01a.jpg); width: 250px;}
.music a {background-image:url(images/nav01.jpg); width: 250px;}
.flash {background-image:url(images/nav02a.jpg); width: 250px;}
.flash a {background-image:url(images/nav02.jpg); width: 250px;}
ul.menu li a:hover {background: none;}
.menu li {float: center;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

