body { padding: 10px 0 20px 0;
  font-family: verdana, sans-serif;
  font-size: 11px;
  text-align: center;
  background: #aac0cd;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  width: 732px;
  height: 400px;
  text-align: left; 
  overflow: hidden;

  background: transparent;
}

#wrapper h1 {
  height: 39px;
  font-family: tahoma, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #FFF;
}

#wrapper h1 span {
  display: block;
  padding: 4px 0 0 41px;
}

a {
  text-decoration: none;
  color: #ec7714;
}

a:hover {
  text-decoration: underline;
}

p, li {
  margin: 0 0 12px 0;
}


/* Common layout
----------------------------------------- */

.wrapContent {
  position: relative;
  font-size: 16px;
}

.colLeft {
  width: 305px;
  height: 400px;
}

#aboutL {background: transparent url(../images/bg_aboutL.png) 0 0 no-repeat;}
#contactL{background: transparent url(../images/bg_contactL.png) 0 0 no-repeat;}
#followL{background: transparent url(../images/bg_followL.png) 0 0 no-repeat;}

#homeL {
  position: absolute;
  left: 0;
  top: 0;
  width: 305px;
  height: 400px;
  background: transparent url(../images/bg_homeL.png) 0 0 no-repeat;

}

.colRight {
  position: absolute;
  right: 0;
  top: 0;
  width: 427px;
  height: 361px;
  background: transparent url(../images/bg_right.png) 0 0 no-repeat;
}

#aboutR, #contactR, #followR { z-index: 9999; }

.contentPad {
  padding: 10px 20px 10px 10px;
}

/* Sub pages
------------------------------------------ */

.gohomebtn {
  position: absolute;
  top: -20px;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  
  background: transparent url(../images/bg_homebtn.png) 0 0 no-repeat;
}

.homeBtnMask {
  float: right;
  width: 50px;
  height: 40px;
}

.subpgnav, .subpgnavH {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22px;
  text-align: center;
}

.subpgnavH {
  height: 32px;
}

.subpgnavH {
  text-align: right;
}

.subpgnav p, .subpgnavH p {
  display: block;
  margin: 0;
  padding: 4px 0 0 0;
}

.subpgnavH p {
  padding: 4px 10px 0 0;
}

.subpgnavH p, .subpgnavH p a {
  font-size: 18px;
  color: #ec7714;
}

.subpgnav p, .subpgnav p a {
  font-size: 12px;
}

#aboutL .subpgnav p, #aboutL .subpgnav p a {
  color: #f16679;
}

#contactL .subpgnav p, #contactL .subpgnav p a {
  color: #544a19;
}

#followL .subpgnav p, #followL .subpgnav p a {
  color: #ec7714;
}

ul#socialnet {
  margin: 24px 0 0 0;
  width: 240px;
}

ul#socialnet li {

}

ul#socialnet li a {
  display: block;
  padding: 10px 4px 10px 34px; 
}

ul#socialnet li a#blogger {
  background: transparent url(../images/icon_blogger.png) 0 4px no-repeat;
}

ul#socialnet li a#facebook {
  background: transparent url(../images/icon_facebook.png) 0 4px no-repeat;
}

ul#socialnet li a#linkedin {
  background: transparent url(../images/icon_linkedin.png) 0 4px no-repeat;
}


/* BPP identifier */
#footprint {
  margin: 7px 0 0 0;
  font-size: 9px;
  color: #555;
}

#footprint a {
  font-size: 9px;
  color: #555;
  text-decoration: none;
}