/* CSS Document */
#container { width:960px; margin:0px auto; text-align:left; overflow:hidden;}
#nm_shadow {background-image:url(bgs/black.png); position:absolute; left:0; top:0; width:100%; z-index:100;}

a.nm_highlighter {
	position:relative; 
	z-index:101;
	text-align:center;
	text-decoration:none;	
	width:75px;
	background:#FF0;
	padding:5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#000;
	margin-bottom:10px;
	display:block;
}

a.nm_highlighter:visited
{
	color:#000;
}

a.offNow
{
	background:#CCC;
	color:#000;
	font-style:italic;
}

.postOn
{
	z-index:102; 
	position:relative; 
	padding: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#FFF;
}


