body {
	background:#000 url(images/black01.jpg) fixed no-repeat 25px 25px alpha(opacity=70); 
	font-family:verdana, arial, sans-serif;
	font-size:76%;
	line-height:2.4;
	margin:0; 
	padding:0; 
}

#overlay {
	margin-top:-20px; 
	height:2000px; 
	background:url(animation/black_mask.gif) repeat-y 25px 0; 
	padding:0 0 0 250px; 
	color:#fff;
}

#html #overlay {
	margin-top:0;
}

h1 {
	padding-top:300px;
}

a {
	text-decoration:none;
	color:#fff;
	color:#fff000;
}
a:hover {
	color:#ED145A;
	text-decoration:none;
}
p {
	font-weight:bold;
}




#footer {
	font:		9px Courier, Arial;
	color:		#666;
	padding:	6px;
	text-align:	center;
	padding:	10px 10px 20px 10px;	
}

#pagecontainer{
	padding:	10px 0px 10px 0px;
}
#pagebody {
	padding:	12px 12px 12px 12px;
}

#item {
	color:		white;
	width:		90%;
	font:		14px Verdana, Arial, Tahoma;
	text-align:	left;
	padding:	0px 0px 0px 0px;
}

#itemheader {
	color:		white;
	background: black;
	border-top:4px solid #FFF000;
	border-bottom:1px solid #FFF000;
	font:22px "Arial Black", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:30px 60px 5px 30px;
}

#itembody {
	line-height:1.5;
	line-height:1.3;
	padding:	2px 2px 12px 40px;
	padding:	2px 2px 2px 40px;
}

#navlist {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #777;
	font: bold 12px Arial, Tahoma, Verdana, sans-serif;
}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #777;
	border-bottom: none;
	background: yellow;
	color: black;
	background: #ED145A;
	border: 1px solid #fff000;
	color: #fff000;
}

#navlist li a:link { color: white; }
#navlist li a:visited { color: white; }

#navlist li a:hover {
	color: white;
	background: red;
	background: black;
	border-color:	#222;
	
	color:#ED145A;
	text-decoration:none;
	color: black;
	background: #fff000;
	
}

#navlist li a#current {
	background: white;
	border-bottom: 1px solid white;
}


img {border:0;}

#designed_by{
	position:relative; 
	height:40px; 
	margin:2em auto;
	color: white;
	font: 12px Arial, Tahoma;
}


#menu {
	color: #fff000;
	position:relative; 
	padding: 0 0 20 0; }
#menu a:visited, #menu a {
	text-decoration:none; 
	color:#d00; 
	font-weight:bold;}
#menu a:visited img, #menu a img{
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70; 
	opacity:0.7;}
#menu a:hover {
	background-color:transparent; 
	color:#06a;}
#menu a span {
	display:none;}
#menu a:hover span {
	display:block; 
	position:absolute; 
	top:140px; 
	left:90px; 
	font-size:12px; 
	height:18px; 
	padding:4px; 
	font-weight:normal; 
	color:white;}
#menu a:hover img { 
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00; 
	opacity:1;}


