

.cursor	{

margin-top: -5px;

}	

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

.a	{

	text-align: center;
	color: #fff;
}
.a:hover {	
	color: #fff;
	text-align:right;
	}
a.menu_links	{  cursor: pointer; }

#container
{

	position: absolute;
    left: 50%;
	width: 964px;
	height: 644px;
	margin-left: -484px;
	margin-top: 9%;
	
}



	/*position: absolute; 
	left: 50%; 
	width: 900px;
	margin-left: -450px;
	height: 900px;
	overflow: hidden;
	background:	#6076c5;
*/	


#header
{
	width: 964px;
	height: 644px;
	overflow: auto;
	
	background: #20398d;
	padding: 16px 0px 0px 0px;
	color: #6076c5;
	text-align: left;
	font-size: 145%;
	font-family: c64font;
    text-shadow: none;
    letter-spacing: 0px;
	line-height: 150%;
	
	}



#header h1 { 
	margin: 0; 
	
	}

#navigation
{
	font-family: 'Special Elite', cursive;
	font-size: 100%;
	float: left;
	position: absolute;
    left: 50%;
	/* width: 916px; */
	height: 20px;
	margin-left: -428px;
	margin-top: 0;
	text-align: center;
	/* background:#6076c5; */
	
	text-shadow: 1px 1px 3px #6b6b99;
	letter-spacing: 0px;
	line-height: 110%;
	
	}

#navigation ul
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;

	}

#navigation li a
{
	display: inline-block;
	float: left;
	margin: 0;
	padding: 12px 10px 10px 10px;
	color:#fff;
	text-decoration: none;
/*	border: 1px solid #8a8aee;
	border-radius: 0px 0px 15px 15px; */
	

	}

#navigation li a:hover { background:#20398d; }


#li 	{

	text-align: center;

}




#downtable
{	font-family: 'Special Elite', cursive;
	display: inline;
	font-size: 100%;
	font-weight: bold;
	opacity: 1;	 
	color: #6076c5;
	text-align: center;
	background:#20398d;
	text-shadow: none;
	letter-spacing: 0px;
	line-height: 150%;
	

	}

#downtable ul
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#downtable ul li
{
	list-style-type: none;
	display: block;
	font-size: 100%;
	
	}

#downtable li a
{
	display: block;
	margin: 0;
	padding: 4px 0px;
	text-align: center;
	color:#6076c5;
	text-decoration: none;
	text-shadow: none;
	border-top: none;
	font-family: c64font;

	}

#downtable li a:hover { 
	background: #6076c5; 
	color:#fff;
	}


#textarea	{
	margin: 8px; width: 890px; height: 110px;
	

		}





.fade {
   opacity: 1;
   transition: background 0.12s ease-in-out;
 
   }



.selected {
		color: #ffffff;
		background: #20398d;
        transition: none;

}
	  
#content
{	display: inline;
	clear: left;
	margin: 0;
	padding: 0px;
	background-color: #20398d;
	color: #6076c5;
	letter-spacing: 4px;
	text-align: left;
	font-size: 400%;
	font-family: myFirstFont;
    text-shadow: 1px 1px #000063;
	line-height: 120%;
}



#content h2
{
	color:#6076c5;
	font-family: myFirstFont;
	font-size: 120%;
	margin: 0 0 .5em;
}



#footer
{
	background:#20398d;
	text-align: right;
	color: #fff;
	padding: 1px;
	
	height: 20px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	
	font-size: 100%;
}
/********************************
 BASE
 ********************************/
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; 
  background: #444;}

#body {
  background: #444; }

#wrapper {
  width: 960px;
  margin: 50px auto;
  background: #444;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7); }

.box {
  width: 120px;
  height: 120px;
  display: block;
  margin: 10px;
  padding: 10px;
  background: #0066aa;
  color: #FFF;
  float: left;
  position: relative; }

#fade {
  -webkit-animation: fade 2s ease 0s infinite normal;
  -moz-animation: fade 2s ease 0s infinite normal;
  animation: fade 2s ease 0s infinite normal; }

