/* CSS Document */


body {
	background:#000000;
	text-align:center;
	margin:1px;
	padding:5;
	font:normal 1.2em/1.2em verdana,aria,sans-serif;
	color:#ffffff;

	}

a {
	color:#FFF;
	text-decoration:none;
	border-bottom:0px dotted;
	}

a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	font-weight: bold; 
	text-decoration: underline;

         }





li a:hover { 
	display: block; 
	color: rgb(0, 96, 255); 
	padding-bottom: 10px; 
	font-weight: bold; 
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: #C6EC8C; 
} 





#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#000000 repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:000000 repeat-y top left;
	}
#header {
	background:#191970;
	padding:10px;
	margin:0;
	text-align:center;
	color:#CCC;
	}
#header h1 {
	font-size:220%;
color:#0A9616;
	}
#header a:hover {
	color:#000000;
	}

/**************** from other css Pseudo classes ****************/ 
a:link { 
	color: #F5FFFA; 
	text-decoration: underline;
        padding-bottom: 10px; 
	font-weight: bold; 

} 



li a:link { 
	color: #F5FFFA; 
	text-decoration: underline; 
        padding-bottom: 10px;
	font-weight: bold; 

} 

a:visited { 
	color: #F5FFFA; 
	text-decoration: underline; 
	font-weight: bold; 
} 

li a:visited { 
	color: #F5FFFA; 
	text-decoration: underline; 
        font-weight: bold; 
} 



a:active { 
	color: #000000; 
	font-weight: bold; 
} 



/**************** end Pseudo classes ****************/ 




#maincol {
	position:relative;
	margin:0;
	padding:10px;
background:#000000;

	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
        height:900px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#860606;
	z-index:100;
	}

#leftcol a:hover {
	color:#000000;
	}


#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
        height:900px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#860606;
	z-index:99;
	}

#rightcol a:hover {
	color:#000000;
	}

#centercol {
	position:rative;
	padding:0 240px;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#footer {
	position:relative;
	top:1px;
	background:#191970;
	width:100%;
	clear:both;
	margin:0;
	padding:2% 0;
	text-align:center;
	color:#0A9616;
	}
#footer a:hover {
	color:#000000;
	}

