/* 
   The breakdown:
   1.PAGE STRUCTURE
   2.HEADER
   3.FOOTER
   4.HEADINGS
   5.TEXT STYLES
   6.NAVIGATION
   7.EXTRAS
*/

/* -----------------------------------*/
/* ------->>> PAGE STRUCTURE <<<------*/
/* -----------------------------------*/
.wrapper {
  background: url(/lib/img/bgAboutMePage.jpg) left 15px no-repeat;
  height: 565px;
}

.content {
  position: absolute;
  width: 420px;
  right: 10px;
  text-align: right;
  color: #999;
  
}

.content p {
  text-align: right;
  font-size: 16px;
}

.content p a {
  color: #666;
  text-decoration: none;
}

.content p a:hover {
  color: #33CCFF;
}

/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/

.span-1 h5 {
  display:none;
}





/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* -------->>> HEADINGS <<<-----------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ------->>> TEXT STYLES <<<---------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ------->>> NAVIGATION <<<----------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ---------->>> EXTRAS <<<-----------*/
/* -----------------------------------*/

