/* Content area */
div#content {
    top: 135px;
}

div#content h1 {
	font-family: Georgia,serif;
	font-size: 40px;
	line-height:100%;
	font-weight: normal;
	color: #454545;
	padding-bottom:5px;
}

div#pcont {
  background-color: #FFFFFF;
  width: 645px;
  padding: 20px 20px 35px 20px;
  min-height: 450px;

}

div#subnavbox {
  position: absolute;
  right: -10px;
  top: 40px;
  width: 250px;
  padding: 10px;
  line-height: 190%;
  color: #A8D8EF;
font-weight:normal;
font-size:15px;
}

div#subnavhead {
  color: #A8D8EF;
}

div#subnavcont a, div#subnavcont a:link, div#subnavcont a:visited {
  text-decoration: none;
  color: #d9ef45;
}
div#subnavcont a:focus, div#subnavcont a:hover, div#subnavcont a:active {
	color:#ffffff;
}
div#pcont[class~=fullwidth] {
  width: 900px;
}
