* {
	margin: 0;
	padding: 0;
	}
body {
	text-align: center;
	color: #666;
	font: 10px/16px verdana, helvetica, sans-serif;
	}
p {
	margin-bottom: 16px;
	font: 10px/16px verdana, helvetica, sans-serif;
	}
ul {
	margin: 0 0 20px 14px;
	list-style-type: circle;
	}
.music_list li {
	margin-bottom: 10px;
	}
h1 {
	font: 10px/16px verdana, helvetica, sans-serif;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
	}
h2 {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 6px;
	}
	
#container {
	width: 240px;
	margin: 0 auto;
	text-align: left;
	}
#logo_home {
	margin: 60px 0 20px 0;
	border: 0;
	}
#nav {
	margin: 0 0 40px 0;
	font: 10px/16px verdana, helvetica, sans-serif;
	}
#nav_home {
	margin-top: 100px;
	font: 10px/16px verdana, helvetica, sans-serif;
	}
a:link, a:visited {
	text-decoration: none;
	color: #888;
	border-bottom: 1px dotted #888;
	padding-bottom: 1px;
	font-weight: normal;
	}
a:hover, a:active {
	color: #000;
	border-color: #000;
	font-weight: normal;
	}
#nav_home a, #nav a, .nolink {
	margin: 0 10px;
	}
.nolink {
	color: #888;
	}
#news {
	margin: 70px 0 6px 0;
	padding-top: 5px;
	}
.newsdate {
	color: #999;
	margin: 10px 0;
	}
select#archive {
	font-size: 10px;
	}
.newsentry, #news_nav, #news {
	border-top: 1px dotted #999;
	}
#news_nav {
	padding-top:10px;
	}
#newscap {
	border-top: 1px dotted #999;
	padding: 10px 0;
	}
#validation {
	margin-top: 160px;
	}
#validation a:link, #validation a:visited {
	color: #eee;
	border-bottom: 1px dotted #eee;
	margin: 0 10px;
	}
#validation a:hover, #validation a:active {
	color: #000;
	border: 0;
	}
	
/*  LIGHTBOX	*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}

#overlay{ background-image: url(/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/overlay.png", sizingMethod="scale");
	}
