html {
    font: 62.5%/18px Verdana, Geneva, sans-serif }

body { /* Re-set Global font size i.e 1.2em = 12px */
    font-size: 1.2em;
    color: #686868 }

h1, h2, h3, h4, h5, h6 {
    padding:0;
    margin:12px 0 }

h1 { /* Set font size i.e 1.2em = 14px if global font size is 1.2em */
    font-size: 1.1em;
	color:#2663AA}

h2 {
    color:#2663AA }
    
h2, h3, h4, h5, h6 {
    font-size: 1em }
    
p { /* margin-bottom should match global line-height */
    padding: 0;
    margin: 12px 0;
    vertical-align: baseline;}
    
img {
    border: none }

/*

/*
Links
-----
*/
a {
    color: #f55900;
    text-decoration: underline }
	
a:visited {}	

a:hover {
    text-decoration: none }    
    
/* Firefox Dotted Outline Fix */
a:active { 
	outline: none; 
}
	
/* Firefox Dotted Outline Fix */
a:focus { 
	-moz-outline-style: none; 
}       

body {  
	text-align:center;
	margin:0 }
	
/* =container */
#container {    
	width:964px;
	margin:0 auto;
	text-align:left }
    
    /* =header */
    #header {	 
	    float:left;
	    width:964px }
	    
	    /* =logo */
	    #logo {	    
	        float:left; 
			margin-top:7px;
			margin-left:25px;}	   
			
		#nikki {	    
	        float:left; 
			margin-top:7px;
			margin-left:61px;
			color:#2663AA}	
	                
		#address {	    
	        float:right; 
			margin-top:7px;
			margin-right:10px;
			color:#2663AA}	

    #content {    
	
	 
         } 

	#leftContent {
	float:left;
	margin-top:20px;  
	margin-bottom:20px;  
	}
	
	#rightContent {
	float:right;
	margin-top:20px;  
	margin-bottom:20px;  
	width:552px;
	}
	
	#rightContent2 {
	float:right;
	margin-top:20px;  
	margin-bottom:20px;  
	width:600px;
	}
      
      
    /* =footer */
	#logos {
	clear:both;
	float:right;
	}
	
    #footer {
        border-top:solid 3px #2663AA;       
        width:100%; /* Provides "hasLayout" for IE6 */
	    clear:both;
	    font-size:.9em }
	    
	    #footer #copyright {        
            float:left;
            padding-left:24px }
            
        /* see utility class in header */ 