  body {
      	  background: #000000;
      	  
      	  font-family: sans-serif;
      }
      
      
     #first-text {
     	 background: ;
     	 border: none;
     	 width: 850px;
     	 height: ;
     	 
     	 margin: 0 auto;
     	 clear: both;
     	 text-align: left;
     }
     
     #first-text span {
     	 margin-left: 25px;
     	 color: white;
     	 font-size:11px;
     	 font-family: sans-serif;
     	 font-weight: bold;
     }
  
  
     #container {
     	 -webkit-border-radius: 25px;
     	 -moz-border-radius: 25px;
     	 border-radius: 25px;
     	 background-color:#DBDAD9;
     	 -webkit-box-shadow: #8F8F8F 5px 5px 5px inset;
     	 -moz-box-shadow: #8F8F8F 5px 5px 5px inset; 
     	 box-shadow: #8F8F8F 5px 5px 5px inset;
         margin: 0 auto;
         width: 850px;
         clear: both;
     }
     
     
     #header-container {
          -webkit-border-radius: 25px 25px 0px 0px;
          -moz-border-radius: 25px 25px 0px 0px;
          border-radius: 25px 25px 0px 0px;
          background:#1D6994;
          -webkit-box-shadow: #194761 5px 5px 5px inset;
          -moz-box-shadow: #194761 5px 5px 5px inset; 
          box-shadow: #194761 5px 5px 5px inset;
          width: 100%;
          height: 100px;
          margin: 0 auto;
          clear: both;
          text-align: right;
          
     	
     } 
     
     #header-container h1 {
     	 margin-right: 15px;
     	 margin-top: 20px;
     	 color: grey;
     }
     
     /*#navbar {
     	 background: #98B9BF;
     	 -webkit-border-radius: 0px;
     	 -moz-border-radius: 0px;
     	 border-radius: 0px;
     	 -webkit-box-shadow: #335266 5px 5px 5px inset;
     	 -moz-box-shadow: #335266 5px 5px 5px inset; 
     	 box-shadow: #335266 5px 5px 5px inset;     	 
     	 width: 100%;
     	 height: 35px;
     	 clear: both;
     	 padding: 0px;
     	 margin: 0 auto;*/
     	 
     	 
     	 
     }
     
     
   
     
     
     #home-content {
     	 background: ;
     	 width: 100%;
     	 padding: 0px;
     	 margin: 0 auto;
     	 clear: both;
     	 
     }
     
    
     
     
     #about-me {
     	 border: none;
     	 padding: 5px;
     	 margin: 5px;
     	 width: 500px;
     	 float: left;
     }
     
     #about-me h1,p {
     	 margin: 2cm;
     	 text-align: justify;
         text-justify: inter-word;
     }
     
     
     
     #pic-container {
     	 background: #E2E3DE;
     	 -webkit-border-radius: 0px 0px 25px 25px;
     	 -moz-border-radius: 0px 0px 25px 25px;
     	 border-radius: 0px 0px 25px 25px;
     	 -webkit-box-shadow: #335266 5px 5px 5px inset;
     	 -moz-box-shadow: #335266 5px 5px 5px inset; 
     	 box-shadow: #335266 5px 5px 5px inset;   
     	 border: none;
     	 width: 300px;
     	 height: 400px;
     	 padding: 5px;
     	 margin: 5px;
     	 float: right;
     	 
     	 
     }
     
     #pic-container img {
     	 text-align:center;
     	 width: 241px;
     	 height: 250px;
     }
     
     
     #footer {
     	 background: #98B9BF ;
     	 -webkit-border-radius: 0px 0px 25px 25px;
     	 -moz-border-radius: 0px 0px 25px 25px;
     	 border-radius: 0px 0px 25px 25px;
     	 -webkit-box-shadow: #335266 5px 5px 5px inset;
     	 -moz-box-shadow: #335266 5px 5px 5px inset; 
     	 box-shadow: #335266 5px 5px 5px inset;     	 
     	 width: 100%;
     	 height: 20px;
     	 clear: both;
     	 padding: 0px;
     	 margin: 0 auto;
     	 text-align: center;
     	 font-size: 11px;
     	 
     }
     
     
     
     
  
   
/* link properties */
a:link {
    	color: rgb(6,69,173);
    	text-decoration:none
    }
	a:visited {
		color:rgb(11,0,128)
	}
	a:hover {
		text-decoration:underline
	}
	a:active {
		color: rgb(250,167,0)
	}
	
	
	
/* sub pages custom 
*/
   #interests, #publications, #cv,#teaching,#other {
   	   width: 560px;
   	   clear: both;   	   
   	   padding: 0px;
   	   margin: 0 auto;
   	   text-align:justify;
   }
   
  
	
         