body {
  font-family:Georgia, serif;
  background-color:#FBF4E0;
}

#wrapper {
  font-size:12px;
}

h3 {
  font-size:24px;
  font-family:Verdana, sans-serif;
  color:#255279;
  text-align:center;
  text-transform:uppercase;
  /*letter-spacing:0.09em;*/
  text-decoration:none;
  border:0;
  margin-bottom:20px;
}

p.text {
  line-height:1.5 !important;
}

/* VIGNETTE */

#v-top, #v-bottom, #v-left, #v-right, #v-topleft, #v-topright, #v-bottomleft, #v-bottomright {
  width:100%;
  margin:0;
  padding:0;
  height:100%;
}

#v-top {
  background: #fff url('../images/background/v-top.png') repeat-x top left;
}

#v-bottom {
  background: transparent url('../images/background/v-bottom.png') repeat-x bottom left;
}

#v-left {
  background: transparent url('../images/background/v-left.png') repeat-y top left;
}

#v-right {
  background: transparent url('../images/background/v-right.png') repeat-y top right;
}

#v-topleft {
  background: transparent url('../images/background/v-topleft.png') no-repeat top left;
}

#v-topright {
  background: transparent url('../images/background/v-topright.png') no-repeat top right;
}

#v-bottomleft {
  background: transparent url('../images/background/v-bottomleft.png') no-repeat bottom left;
}

#v-bottomright {
  background: transparent url('../images/background/v-bottomright.png') no-repeat bottom right;
}

