@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: local('Raleway Thin'), local('Raleway-Thin'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/RJMlAoFXXQEzZoMSUteGWD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}




/* =================================================
   |      Rules for body (id = about_me_body)      |
   ================================================= */
body#about_me_body
    {
     padding:           0px;
     margin-top:        0%;
     margin-bottom:     0%;
	 
	 height:        	100%;

     background-color:  rgb(0,0,0);
     
	 font-family:       "Arial", sans-serif;
	 /* font-family:       "MV Boli", cursive;*/
     font-size:         medium;
	 
	 background:		#000 url(../Images/Backgrounds/Canvas-1.jpg) repeat center center;
	 
	 z-index:      		1;   
    }




/* ============================================
   |      Rules for "about_me_tatter" div     |
   ============================================ */   
div#about_me_tatter
    {
	 /*	
     margin-left:  		auto;
     margin-right: 		auto;	 
	 height:   	   		100%;
         
	 background-image:  url("../Images/Backgrounds/Background-Black-3.gif");
	 background-repeat: repeat-y;
	 
	 width: 			1200px;
	 height:			1053px;
	               
     color:        		#000000; 
         
     font-size:    		medium;
	 	 	 
	 z-index:           1;
	 */
	 
	 margin-left:       auto;
     margin-right:      auto;
	 
	 padding-bottom:    20px;
	 min-height: 		100%;
	 height:			100%;
	 height:			1300px;
	    
	 background-image:  url("../Images/Backgrounds/Background-Black.gif");
	 background-repeat: repeat-y; 
     width: 			1200px;
	 	 
	 z-index:           1;
    }
	
	
	

/* ======================================
   |      Rules for "bg_header" div     |
   ====================================== */   
div#bg_header
	{
	 /*
	 background-image:  url("../Images/Backgrounds/Background-About_Me-3.jpg");
	 
	 width:				900px;
	 height:			870px;
	 */
	 
	 background-image:  url("../Images/Backgrounds/Background-About_Me-4.jpg");
	 
	 width:				900px;
	 height:			1170px;
	 	 
	 margin-left:		226px;
	 
	 position:			relative;
	 top:				-84px;
	}



	
/* =========================================
   |      Rules for "about_me_content"     |
   ========================================= */
div#about_me_content
    {
	 width:          520px;
		 
	 margin-top:	 0px;
	 margin-left:	 200px;
	 
	 position:		 relative;	 
	 top:			 280px;
		 
	 color:        	 #000000;		 
	 padding-bottom: 150px;
	 
	 z-index:   	 1;
	}
	
	
	
	
/* =======================================
   |      Rules for class "about_me"     |
   ======================================= */
p.about_me
	{
	 /* font-family:   "Arial", "MV Boli", "GillSans-LightItalic", sans-serif; */
	 /* font-family:   "GillSans-LightItalic", "Arial", sans-serif; */
	 font-family:   "GillSans-LightItalic", "Arial", sans-serif;

	 
	 font-weight: 100;
	 
	 font-size:		1.01em;
	 line-height:   1.25em;
	 
	 
	 color: rgb(0, 0, 0);
	}
	
	


/* =========================================
   |      Rules for id "about_me-sign"     |
   ========================================= */
p#about_me-sign
	{
	 /* font-family:   "Arial", "MV Boli", "GillSans-LightItalic", sans-serif; */
	 /* font-family:   "GillSans-LightItalic", "Arial", sans-serif; */
	 font-family:   "GillSans-LightItalic", "Arial", sans-serif;

	 
	 font-weight: 100;
	 
	 font-size:		1.01em;
	 line-height:   1.25em;
	 
	 
	 color: rgb(0, 0, 0);
	 
	 position:         relative;
     top:              -250px;
     left:             150px;
	}
	
	
	
	
/* ================================================
   |      Rules for class p "small_linebreak"     |
   ================================================ */	
p.small_linebreak
	{
	 color: 	 rgb(0, 0, 0);
	 font-size:  .1em;
	}
	
	
	
	
span#portrait_pic
	{
	 padding:          0px;
     margin:           0px;
     
     width:            346px;
     height:           316px;
     
     position:         relative;
     top:              0px;
     left:             -200px;
	 
	 z-index:		   10000;
	}	
	