BODY {color:#BCE0FA;
background-color:#000000;
font-family:TW Cen MT, Lucida Consoled, Typewriter;
font-size:80%;}
A:link {color:#32CCFE; text-decoration:none;}
A:visited {color:#C7DDF5; text-decoration:none;}
A:active {color:#86CDFA; text-decoration:none;}
A:hover {color:#95F1FF; text-decoration:none; text-shadow:-2px -1px 1px #E2DFEB;}

#Header {
	margin:10px 10px 0px 0px;
	padding:8px 0px 4px 0px;
	height:10%;
      width:100%;
      border-bottom:8px solid #2717F7;
     	background-color:#389FE0;
      font-family:OCR A Extended, Rage Italic, Forte, lcdD, Pepita MT, Bradley Hand ITC, fantasy;
      font-size:160%;
      color:#4A17F1; 
      text-indent:3%;
      font-style:italic;
      letter-spacing:0.2em;

       
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. */
body>#Header {height:14px;}


#Logo {position:absolute; left:3.8%; top:6.2%; 
       font-family:OCR A Extended, Rage Italic, Forte, lcdD, Pepita MT, Bradley Hand ITC, fantasy; font-size:157%;
color:#A8EFFA; text-shadow:-2px -3px 3px #2717F7;
font-style:italic;
letter-spacing:0.2em;}




#main #menu {     
                                
		background:#000000;
		margin:40px 10px 10px 10px;
		}
		



#special {
         margin-left:20%;
         margin-right:20%;
         margin-top:2%;
         }



.date {
      position:absolute; right:23px; top:9.3%; left:80%;
      text-align:right;}

.intro {    position:absolute;
             right:20px; 
             top:17%;
             left:80%;
             height:100%;
        text-align:justify;
        overflow:auto;}

#leftcontent {
		float:left;
		width:120px;
		background:#389FE0;
            color:#BCE0FA;
            border-left:8px solid #921FCD;
		margin-right:15px;
            margin-top:5px;
	      height:100%;
            min-height:100%;
            margin-bottom:-100%;
            font-size:95%;
            text-align:center;
            
		}

.vertical {vertical-align:8%;}
.span {color:#68C6FC; background-color:#389FE0;letter-spacing:-0.1em;font-size:100%;}
