/* CSS Document 
   these will be use on the profile page only 
	 , this will have 4 columns  of text, 
	 lecture, awards, exhibition, publication 
*/
	
DIV.pictContainer {
	position:absolute;
	left:0px;
	top:98px;
	z-index: 3; /*after the header(2) */
	width:    300px;
	height:   140px;
	background-color: #FFFFFF;
	}
	DIV.profileContainer {
	position:absolute;
	left:0px;
	top:250px;
	z-index: 4; /*after the header(2) */
	width:    765px;
	height:   245px;
	overflow:hidden; 
	background-color: #FFFFFF;
	}
  DIV.profileCol_Lecture{
	position:absolute;
	left:     0px;
	top:      0px;
	z-index:    5;
	width:  176px;
	height: 400px;
	overflow:visible; 
	}
DIV.profileCol_Awards{
	position:absolute;
	left:     194px;
	top:      0px;
	z-index:    5;
	width:  176px;
	height: 400px;
	overflow:visible; 
        }
DIV.profileCol_Exhibition{
	position:absolute;
	left:     388px;
	top:      0px;
	z-index:    5;
	width:  176px;
	height: 400px;
	overflow:visible; 
        }	
DIV.profileCol_Publication{
	position:absolute;
	left:     582px;
	top:      0px;
	z-index:    5;
	width:  176px;
	height: 400px;
	overflow:visible; 
	}
