/*
  Colors:
  #f0f0f0, white (headers, navigtion links and image-bar bg)
  #2d2d2d, dark (text)
  #e0cbe2, pink (background)
  #bbffff, opal (background nav)
*/
html, body {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 100%;
	height: 100%;
}
body {
  background-color: #e0cbe2;
	font-family: arial, sans-serif;
	color: #2d2d2d;
}
#container {
	font-family: arial, sans-serif;
	color: #2d2d2d;
	position: absolute;
	width: 780px;
	height: 470px;
	z-index: 1;
	margin-left: -390px;
	left: 50%;
	overflow: hidden;
}
#container2 {
	font-family: arial, sans-serif;
	color: #2d2d2d;
	position: absolute;
	width: 780px;
	height: 1150px;
	z-index: 1;
	margin-left: -390px;
	left: 50%;
	overflow: hidden;
}
#container3 {
	font-family: arial, sans-serif;
	color: #2d2d2d;
	position: absolute;
	width: 780px;
	height: 950px;
	z-index: 1;
	margin-left: -390px;
	left: 515px;
	overflow: hidden;
	top: 413px;
}
#container4 {
	font-family: arial, sans-serif;
	color: #2d2d2d;
	position: absolute;
	width: 780px;
	height: 1400px;
	z-index: 1;
	margin-left: -390px;
	left: 515px;
	overflow: hidden;
	top: 413px;
}
img {
  border: none;
}
.center {
	position: relative;
	width: 770px;
	margin-left: -385px;
	left: 50%;
	clear: both;
}
#paua_top {
  height: 12px;
  background-image: url(images/paua-bg.jpg);
  background-position: top center;
  clear: both;
}
#paua_bottom {
	background-image: url(images/paua-bg.jpg);
	background-position: top center;
	clear: both;
	height: 12px;
	z-index: 5;
	top: 880px;
	position: absolute;
	width: 100%;
	margin-left: 0px;
}
#paua_bottom2 {
	background-image: url(images/paua-bg.jpg);
	background-position: top center;
	clear: both;
	height: 12px;
	z-index: 5;
	top: 1550px;
	position: absolute;
	width: 100%;
	margin-left: 0px;
}
#paua_bottom3 {
	background-image: url(images/paua-bg.jpg);
	background-position: top center;
	clear: both;
	height: 12px;
	z-index: 5;
	top: 1350px;
	position: absolute;
	width: 100%;
	margin-left: 0px;
}
#paua_bottom4 {
	background-image: url(images/paua-bg.jpg);
	background-position: top center;
	clear: both;
	height: 12px;
	z-index: 5;
	top: 1801px;
	position: absolute;
	width: 100%;
	margin-left: 0px;
	left: 1px;
}
.navigation-container {
  height: 120px;
  background-image: url(images/navigation-bg.gif);
  background-repeat: repeat-x;
}
.navigation a {
	display: inline; /* This fixes the 'doubled float-margin bug for IE. */
	float: left;
	margin: 12px 0px 0px 0px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}
.navigation a:hover,
.navigation a.active {
	color: #BBFFFF;
}
.navigation a img {
  position: relative;
  margin-bottom: 14px;
}
.navigation a:hover img {
  top: 1px;
  left: 1px;
}
.wide-image {
	margin-left: -50%;
}
.wide-image img {
  display: block;
}
.wide-image p {
  position: absolute;
	z-index: 1; /* Position this text above the image. */
	bottom: 10px;
	left: 290px;
	margin: 0px;
	color: #f0f0f0;
	font-size: 10px;
	font-weight: bold;
}
.content-container {
}
.content {
  float: left;
  width: 476px; /* width = 770 - image-bar - margin = 476 */
  margin: 10px 0px 30px 50px;
  font-size: 12px;
}
.content_wide {
  float: left;
  width: 700px;
  margin: 10px 0px 30px 50px;
  font-size: 12px;
}
.content p {
  margin: 0px 0px 10px 0px;
  line-height: 1.5;
}
#footer {
	width: 100%;
	height: 17px;
	z-index: 4;
	margin-left: 0px;
	background-color: #bbffff;
	z-index: 4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	position: absolute;
	top: 1100px;
	padding-top: 5px;
	text-align: center;
}
#footer a {
	color: #2d2d2d;
	text-decoration: none;
}
#footer2 {
	width: 100%;
	height: 17px;
	z-index: 4;
	margin-left: 0px;
	background-color: #bbffff;
	z-index: 4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	position: absolute;
	top: 1530px;
	padding-top: 5px;
	text-align: center;
}
#footer2 a {
	color: #2d2d2d;
	text-decoration: none;
}
#footer3 {
	width: 100%;
	height: 17px;
	z-index: 4;
	margin-left: 0px;
	background-color: #bbffff;
	z-index: 4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	position: absolute;
	top: 1330px;
	padding-top: 5px;
	text-align: center;
}
#footer3 a {
	color: #2d2d2d;
	text-decoration: none;
}
#footer4 {
	width: 100%;
	height: 17px;
	z-index: 4;
	margin-left: 0px;
	background-color: #bbffff;
	z-index: 4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	position: absolute;
	top: 1779px;
	padding-top: 5px;
	text-align: center;
	left: 1px;
}
#footer4 a {
	color: #2d2d2d;
	text-decoration: none;
}
#book {
	font-family: arial, sans-serif;
	background-color: #BBFFFF;
	position: absolute;
	height: 50px;
	width:140px;
	left: 40px;
	top: 390px;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	padding-top: 5px;
}

#book2 {
	font-family: arial, sans-serif;
	background-color: #BBFFFF;
	position: relative;
	height: 23px;
	width:100px;
	left: 0px;
	top: 0px;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	padding-top: 5px;
}

h1 {
	color: #BBFFFF;
	font-size: 18px;
}
h2 {
	font-family: arial, sans-serif;
	color: #2d2d2d;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
}
.bodytext a{
  background-color: #e0cbe2;
	font-family: arial, sans-serif;
	color: #2d2d2d;
}
.bodytext a:hover{
  background-color: #BBFFFF;
	font-family: arial, sans-serif;
	color: #2d2d2d;
}
a {
	text-decoration: none;
	color: #000000;
}
.imagetext{
	margin-left: 19%;
	color: #f0f0f0;
	font-size: 10px;
	font-weight: bold;
}
