

html {
    font: 62.5%/20px Tahoma, Geneva, sans-serif  }


body { /* Re-set Global font size i.e 1.2em = 12px */
    font-size: 1.2em;
	background: #221e1f;
    line-height: 1.6em;
    color: #FFF }
	
	
#container {
	width: 860px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    color: #FFF;
    padding:0;
    margin:0;
    line-height: 2em; }

h1 { /* Set font size i.e 1.2em = 14px if global font size is 1.2em */
    font-size: 1.2em }

h2 {
    font-size: 1.1em }
    
h3, h4, h5, h6 {
    font-size: 1em }
    
p { /* padding-bottom should match global line-height */
    padding: 0 0 20px  0;
    margin: 0;
    vertical-align: baseline;}
	
	
#intro {
	background: url(noflash_alternative.gif) #231F20 no-repeat;
}
	

/*
Links
-----
*/
a {
    color: #91B4DF;
    text-decoration: none }
	
a:visited {}	

a:hover {
    color: #D7E1F3;
    text-decoration: underline }       
	
	

	
   /* =footer */
    #footer {
        width:100%; /* Provides "hasLayout" for IE6 */
	    clear:both; 
	    
	    color: #9F9F9F;
	    border-top: solid 1px #454545;
		margin-top: 30px; 
		text-align: center; }
	    
		
			

			
		#footerCentered {
			text-align: center;
			width: 100%;
			font-size: 0.85em;
			display: block; 
			clear: both;  } 
	    
	    #register {
	    	display: none; }
	    	
	