@charset "utf-8";
/* CSS Document */



body
{
	text-align: center;
	background-color:#217AA6;
	background-image:url(images/background.png);
	background-repeat:no-repeat;
	
	
}

#container
{
	margin: 0 auto;
	width:1000px;
	background-color:#ABE4FF;
	text-align:left;
	z-index:4;
	border:3px solid #ffffcc;
	border-bottom-left-radius:2em;
	border-bottom-right-radius:2em;
	border-top-left-radius:2em;
	border-top-right-radius:2em;
}

#bio {
	padding-left:25px;
	padding-right:25px;
	}
	
.bio_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	
}
.book_title {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	
}
.book_title_big {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
	
}
.book_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	
}
.email_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#ffffcc;
	
}
a.subhdr_tex:link {color:#000000;}      /* unvisited link */
a.subhdr_tex:visited {color:#217AA6;}  /* visited link */
a.subhdr_tex:hover {color:#217AA6;}  /* mouse over link */
a.subhdr_tex:active {color:#000000;}  /* selected link */

a.bio_text:link {color:#000000;}      /* unvisited link */
a.bio_text:visited {color:#217AA6;}  /* visited link */
a.bio_text:hover {color:#217AA6;}  /* mouse over link */
a.bio_text:active {color:#000000;}  /* selected link */

.subhdr_tex {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	
}

.cpyright {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#ffffcc;

	
}
#bottom {
	width:1100px;
	height:236px;
	background-image: url(images/footer.png);
	background-repeat:no-repeat;
	z-index:495;
	overflow:visible;
	margin-bottom:-100px;
	}

#chipmonk {
	position: absolute;
	margin-left:875px;
	top:550px;   
	/*top:428px;*/ 
	z-index: 496;
	background-color:#217AA6;
	width:280px;
	height:110px;
		border:3px solid #ffffcc;
	border-bottom-left-radius:1em;
	border-bottom-right-radius:1em;
	border-top-left-radius:1em;
	border-top-right-radius:1em;
	padding:5px;


	}