#wrapper {
	position:absolute;
	left:50%;
	margin-left: -360px;
	width: 720px;
	height: 500px;
	z-index:1;
	background-image: url("pink2-bg.gif");
	font-size: 20pt;
	vertical-align: bottom;
	border: thin black solid;
	text-align: center;
}

#monkeyfun {
  position: absolute;
  top: 30px;
  left: 65px;
}

#babyinfo {
	position:absolute;
	padding: 5px;
	width: 150px;
	left: 20px;
	top:80px;
	height: 300px;
	z-index:1;
	background-color: #C000C0;
	background-image: url("penguin-info.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: sans-serif;
	text-align: left;
	color: #eeeeee;
	font-size: 10pt;
	vertical-align: bottom;
	border: thin black dashed;
}

#menu {
	position: absolute;
	top: 60px;
	left: 20px;
	/*border: thin black solid;*/
}

#babypic {
	position: absolute;
	left:200px;
	top: 20px;
}

#links {
	position: absolute;
	left: 200px;
	top: 425px;
	right: 10px;
	bottom: 10px;
}

.headline {
  font-family: sans-serif;
  font-size: 14pt;
  font-weight: bold;
  color: #000000;
}

font.time {
  font-family: sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #000000;
}

font.story {
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: normal;
  line-height: 1.4;
  color: #000000;
}

#chart {
  position: absolute;
  width: 80%;
  right: 20px;
  color: #000000;
  background: white;
  border: thin black solid;
  text-align: left;
}

.odd {
  background: #aaaaaa;
}

.even {
  background: #ffffff;
}

