blah {
  background: #fff url(../images/full-background.jpg) repeat-y 50% 0;

}

body {
  text-align: center;
  background:#f6f3e7;
}

#pagebody {
  margin: 0 auto;
  width:755px;
}

#container {
  background: #fff;
  float:left;
  width:490px;
  border-left:135px solid #f6f3e7; /* The width and color of the left rail */
  border-right:130px solid #ffffff; /* The width and color of the right rail */
}

#containerhome {
  background: #fff;
  float:left;
  width:620px;
  border-left:135px solid #f6f3e7; /* The width and color of the left rail */
}

#leftRail {
  float:left;
  width:135px;
  margin-left:-135px;
  position:relative;
}

#leftRail img {
  border-style: none;
}

#center {
  text-align: left;
  float:left;
  width:490px;
  margin-right:-490px;
  border-left:1px solid #c1d72e;
}

#centerhome {
  text-align: left;
  float:left;
  width:620px;
  margin-right:-620px;
  border-left:1px solid #c1d72e;
  background: #fff url(../images/home-background.jpg);
}

#center p, #centerhome p {
  text-align: left;
  margin:15px;
  color:#666666;
  font-size: 12px;
}

#center img, #centerhome img {
  text-align: left;
  margin:15px;
}

#center h1, , #centerhome h1 {
  margin-left:15px;
  color: #395fa3;
  font-size: 18pt;
}

#center h2, #centerhome h2 {
  margin-left:15px;
  color: #395fa3;
  font-size: 13pt;
}

#center h3, #centerhome h3 {
  margin-left:15px;
  color: #395fa3;
  font-size: 11pt;
}

#center a:link {
  text-decoration: none;
  color: #678f00;
  font-weight: bold;
}
#center a:visited {
  text-decoration: none;
  color: #4b4516;
  font-weight: bold;
}
#center a:active {
  text-decoration: none;
  color: #4b4516;
  font-weight: bold;
}
#center a:hover {
  text-decoration: underline;
  color: #4b4516;
  font-weight: bold;
}

#rightRail {
  float:right;
  width:125px;
  margin-right:-125px;
  margin-top:15px;
  position:relative;
}

#rightRail img {
  border-style: none;
}

#header {
  background-color:#bc9308;
  font-family: verdana;
  font-size: 11pt;
  color: #ffffff;
  clear:both;
}

#header img {
  margin:0;
  padding:0;

}

#nav {
  list-style: none;
  display: inline;
  overflow: hidden;
  width: 755px;
  }

#nav li {
  list-style: none;
  display: inline;
  }

#nav a:link {
  font-family: verdana;
  font-size: 10pt;
  color: #ffffff;
  text-decoration: none;
}
#nav a:visited {
  font-family: verdana;
  font-size: 10pt;
  color: #ffffff;
  text-decoration: none;
}
#nav a:active {
  font-family: verdana;
  font-size: 11pt;
  color: #ffffff;
  text-decoration: none;
  font-style: bold;
}
#nav a:hover {
  font-family: verdana;
  font-size: 11pt;
  color: #ffffff;
  text-decoration: none;
  font-style: bold;
}

#footer {
  background-color:#f6f3e7;
  clear:both;
  margin-left:135px;
  color:#666666;
  font-size: 12px;
  border-top:1px solid #c1d72e;
}

#footer hr {
  background-color:#4368a7;
  clear:both;
}

#footer A:link {
  color:#333333;
  font-size: 12px;
  font-weight: bold;
}
#footer A:visited {
  color:#333333;
  font-size: 12px;
  font-weight: bold;
}
#footer A:active {
  color:#333333;
  font-size: 12px;
  font-weight: bold;
}
#footer A:hover {
  color:#333333;
  font-size: 12px;
  font-weight: bold;
}

#footerhome {
  background-color:#f6f3e7;
  clear:both;
  color:#666666;
  font-size: 12px;
}

#footerhome hr {
  background-color:#4368a7;
  clear:both;
  width: 655px;
}

#footerhome A:link {
  color:#333333;
  font-size: 12px;
  font-weight: bold;
}
#footerhome A:visited {
  color:#333333;
  font-size: 12px;
  font-weight: bold;
}
#footerhome A:active {
  color:#333333;
  font-size: 12px;
  font-weight: bold;
}
#footerhome A:hover {
  color:#333333;
  font-size: 12px;
  font-weight: bold;
}

