/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}

	#flashcontent {
		height: 90%;		
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000;
		color:#a3a3a3;
		font-family:sans-serif;
		font-size:20px;
	}

	a {	
		color:#cccccc;
	}
	
	 #header {
            position: relative;
            width : 868px;
            height : 30px;
            text-align : left;
			font-size : 60%;
            font-weight : normal;
            font-style: normal;
            letter-spacing : -1.0px;
            line-height: 12px;
            color : #a3a3a3;  			
            padding: 15px 0 0 15px;
            margin-left: 90px;			
            border : 0px solid #808080;
			
      }
	  	  	  	  
	  #header li
       {
       display: inline;
       list-style-type: none;
       padding-right: 10px;
	   text-decoration: underline;
       }
	   
       #header a:link, #navlist a:visited {
       color: #a3a3a3;
       text-decoration: underline;
      }

       #header a:hover {
       color: #fffbf0;	   
       font-weight: normal;
	   text-decoration: underline;
      }

       #header #current {
       color: #a3a3a3;
       font-weight: normal;
	   text-decoration: underline;
      }

	  #footer {
            float: left;
            width : 750px;
            height : 30px;
            text-align : center;
            padding: 15px 0 0 0;
			margin: 30px 0 0 50px;
            border : 0px solid #808080;
            font-size : 98%;
            font-weight : normal;
            font-style: normal;
            letter-spacing : 5px;
            line-height: 12px;
            color : #808080;  	
			background: #000;	
			 }
            		

