<style>
#header {
 /*   background-color:black; */
    background-image: url('theme/images/wipoheader.png');  
    background-repeat: no-repeat;    
    height:93px;
    color:white;
    text-align:right; 
    padding:5px;
}
#nav {
    line-height:30px;
    background-color:#eeeeee;
    height:100px;
    width:100px;
    float:left;
    padding:5px;	      
}

#footer {
  /*  background-color:white; */
    background-image: url('theme/images/wipobottom.png');
    height:250px;
    background-repeat: no-repeat;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;	 	 
}

#header ul { 
	margin: 1; 
	padding: 5px; 
	list-style-type: none; 
	text-align: right; 

        } 
 
#header ul li {  
	display: inline; 
	} 
 
#header ul li a { 
	margin: 0;
        text-decoration: none; 
	padding: .1em .1em; 
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight:Normal;	
        color:white;   
        
        } 
 
#header1 ul { 
	margin: 1; 
	padding: 5px; 
	list-style-type: none; 
	text-align: left; 

        } 
 
#header1 ul li {  
	display: inline; 
	} 
 
#header1 ul li a { 
	margin: 0;
        text-decoration: none; 
	padding: .1em .1em; 
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight:Normal;
        background-color: #AFBAD3; 	
        color:3B4B6D;   
        
        } 
</style>