*{
 margin:0;
 padding:0;
 }
 
a{
    color: #CB466B;
    text-decoration: underline;
    font-weight: bold;
 }
 
 a:hover
 {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
 }
 
 
 html, body
 {
    
    font-family:  Arial, sans-serif;
 	font-size: 10pt;
	line-height: 1.4;
	color: #3d3135;
	height: 100%;
	background: #ffffff url(../images/background.gif) top center repeat-x;

 }
 
 .text_container
 {
     padding-bottom: 10px;
 }
 
 .wrapper
 {
    width: 1000px;
    margin-top: 20px;
   
 }
 
 .margin_right
 {
   
    width: 300px; 
    float: right;
    
    
    
 }
 
 .margin_left
 {
    float: left;
    width: 100%;
   
  
 }
 
 
 .intro_background
 {
     background: url(../images/intro_background.png) no-repeat;
     height: 633px;
     width: 700px;    
     margin-left: auto;
     margin-right: auto;
        
 }
 
 .bio_background
 {
     background: url(../images/rightmargin_back.png) repeat-y;
     height: 2000px;
     width: 23%;
     position: absolute;
     top: 0px;
     right: 0px;
  
 }
   
   
 .logo
 {
    margin-top: 2%;
    margin-left: 10%;
 }    
 
 
 .bio_content
 {
     padding:  100px 10px 10px 10px;
     color: #ffffff;
     font-size: 8pt;
     text-align: justify;
 }
 
 .bio_pic
 {
    
     position: absolute;
     top: 10%;
     left: 55%;
 }
 
 .main_content1
 {
     padding:   65px 32% 10px 40px;
 }
 
  .main_content2
 {
     padding:  0px 30px 5px 40px;
 }
 
 .manyfaces
 {
     padding-top: 80px;
     padding-left: 50px;
  
     
 }
 
 
