/* Colour styles => Green */
h3 {
  color: #b5ea6a;
}

.rContent p {
  width: 455px;
}

p a {
  padding: 1px;
  color: #FFFFFF;
  text-decoration: none;
}

p a:hover {
  color: #000000;
  background-color: #b5ea6a;
}

.bBBorder { border-bottom: 1px solid #b5ea6a; }

#n_aboutme a { background-image: url(../images/nav/nav_roll_green_about.gif); }
#n_mywork a { background-image: url(../images/nav/nav_roll_green_work.gif); }
#n_getintouch a { background-image: url(../images/nav/nav_roll_green_touch.gif); }
#n_scrapbook a { background-image: url(../images/nav/nav_roll_green_scrap.gif); }

#n_getintouch a { background-position: 0px -25px;}

#footer { border-bottom: 1px solid #b5ea6a; }

#twentysix, #lovecreating {
  display: block;
  margin: 0;
}

#lovecreating {
  margin-bottom: 25px;
}

hr.divide {
  color: #b5ea6a;
  background-color: #b5ea6a;
  height: 1px;
  line-height: 1px;
  width: 725px;
  border: 0;
  margin-top: 30px;
}

#page {
  background-image: url(../images/green/fishes.png);
  background-repeat: no-repeat;
  background-position: right 150px;
}

#footerFish { margin: 0; text-align: right; float: right; }
#footerFish img { display: block; margin-top: 580px; margin-bottom: 20px; }

#footer {
  margin-top: 0px;
}

/* FORM CSS */
div.row {
  clear: both;
  padding-top: 11px;
}

div.row label {
  float: left;
  width: 120px;
  text-align: left;
}

div.row input, div.row textarea {
  width: 298px;
  border: 1px solid #b5ea6a;
  background-color: #262626;
  padding: 2px;
  color: #FFFFFF;
  font-family: verdana;
  font-size: 11px;
}

div.row textarea {
  height: 62px;
  overflow: auto;
}

#submit {
  position: relative;
  top: -14px;
  margin-left: 120px;
  text-align: left;
  background-color: #b5ea6a;
  color: #262626;
  font-weight: bold;
  padding-left: 10px;
  width: 304px;
}
