/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #76D1FD;
}

body,td,th {
	color: #000000;
}

#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: center;
	border-top: 0px;
	background-color: #000000;
	border-bottom: 1px solid #000000;
}


#authortext p {
	margin: 0 auto;
	margin-bottom: 12px;
}

#introheader {
	position: relative;
	width: 948px;
	height: 366px;
	background: url(../images/bg_swirl.gif) #FFFFFF top left no-repeat;
	text-align: left;
	margin: 0 auto;
}

#menu {
	max-height: 23px;
	min-height: 23px;
}

#menu a {
	background-color: #D50000;
	color: #FFFFFF;
	border-radius:20px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a:hover {
	background-color: #FFFFFF;
	color: #D50000;
}

#menuthis {
	max-height: 23px;
	min-height: 23px;
}

#menuthis a {
	background-color: #FFFFFF;
	color: #D50000;
	border-radius:20px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#children {
	position: absolute;
	bottom: 1px;
	right: 76px;
	width: 316px;
	height: 235px;
	background: url(../images/children.jpg) transparent top left no-repeat;
}

#introtext {
	position: absolute;
	bottom: 0px;
	left: 30px;
	width: 320px;
	height: 257px;
	color: #FFFFFF;
	font-size: 1em;
	overflow: auto;
}
	
#introtext h1 {
	font-size: 14px;
}
	
#introtext p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
}

#bodycontent_container {
	position: relative;
	width: 948px;
	background: url(../images/bookstack.jpg) #FFFFFF bottom left no-repeat;
	border-top: 1px solid #FFFFFF;
	padding-bottom: 20px;
	text-align: left;
	margin: 0 auto;
}
	
#content {
	position: relative;
	margin-left: 185px;
	margin-right: 10px;
}	
	
#content h1 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-transform: uppercase;
	color: #D50000;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

#content h3 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	margin-bottom: 10px;
}	

#content h2 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D50000;
	margin-bottom: 0px;
}

#booktext {
	position: relative;
	width: 330px;
}

#book {
	position: relative;
	right: 20px;
	float: right;
	width: 146px;
	height: 204px;
	text-align:center;
}

#book form{
	margin-top:0.75em;
}

#footer {
	position: relative;
	width: 948px;
	margin: 0 auto;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 20px;
}

#footer_left {
	width: 425px;
	text-align: left;
	float: left;
}
	
#footer_right {
	width: 425px;
	text-align: right;
	float: right;
}

.clear {
	clear: both;
}

.smallfont {
	font-size: 80%;
}