@import url(https://fonts.googleapis.com/css?family=Encode+Sans:regular,thin,light,medium);


SPAN {font-family: 'Encode Sans', Arial, Helvetica; font-size: 14 pt; color: white; }
  P {font-family: 'Encode Sans', Arial, Helvetica; font-size: 18 pt; color: white;}
  BODY {font-family: 'Encode Sans', Arial, Helvetica; font-size: 18 pt; margin: 0; color: white; background-color: #000033; text-align: center; overflow-x: hidden;}
  A    {font-family: 'Encode Sans', Arial, helvetica, font-size 18 pt; text-decoration: none;}
  FONT {size: -2;}
A:link { 
            COLOR:  white; 
            text-decoration: none; }
A[href]   { color: white; text-decoration: none; }
A:visited { COLOR: #fff }
:focus    { outline: none }

A:hover	{	
	    text-decoration: none;

	    //padding-top: 21px;
	    //padding-right: 5px;
	    //background-position: 0 -120px;
	    text-shadow: 0 1px 1px rgba(0,0,0,.3);

		border-right:3px;
		-moz-border-radius-topright: 5px;
    		-webkit-border-top-right-radius: 5px;

		-moz-border-radius-bottomright: 5px;
    		-webkit-border-bottom-right-radius: 5px;
	
		//background: #f47c20;
		background: -webkit-gradient(linear, left top, left bottom, from(#33aaff), to(#45b));
		background: -moz-linear-gradient(top,  #33aaff,  #45b);


	}
a:hover img{
	opacity:.75;
	filter:alpha(opacity=75);
	filter: ?alpha(opacity=75)?;
}

A:hover	span{	
	    background-position: 100% -120px;



	} 

i	{
	position:absolute;right=200;
	}
iframe{
	overflow-y: hidden; overflow: -moz-scrollbars-vertical;
	}	

div#preloaded-images {
   position: absolute;
   left: -9999px; 
   top: -9999px;
}

#wrapper {
	width: 840px;
	padding: 10px 15px;
	margin: 1em auto;
	text-align: left;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	position: relative;
	}