/* ---- HEX COLOUR CODES--- */
/* Purple - Dark	#9A009C */
/* Purple - Medium	#F831FC */
/* Purple - Light	#FFCCFF */
/* Green  - Bright	#38FD35 */
/* Green  - Light	#D8FFD7 */

/* -------------------------------------------------*/
/*          Main Styles                             */
/* -------------------------------------------------*/ 

body { 
	background: #FFCCFF;
	}

h1 {color: #9a009c; font-size: 1.5em; font-family: "Comic Sans MS",cursive; text-align: center; margin-top: 0 }
h2 {color: #9a009c; font-size: 0.9em; font-family: verdana,arial,sans-serif; font-weight: normal; text-align: left }
h4 {color: #9a009c; font-size: 1.5em; font-family: "Comic Sans MS",cursive; text-align: center; margin-top: 0 }
h5 {color: #9a009c; font-size: 0.9em; font-family: verdana,arial,sans-serif; font-weight: normal; text-align: left }

#header {
	position: absolute;
	width: 99%;
	height: 219px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#container {
	position: relative;
	height: 450px;
	left: 0;
	top: -20px;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#book {
	position: relative;
	left: 0px;
	top: 25px;
	width: 653px;
	height: 402px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/Book.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	}

#leftpage {
	position: absolute;
	left: 75px;
	top: 20px;
	width: 250px;
	height: 310px;
	font-family: verdana,arial,sans-serif;
	font-size: 0.9em;
	overflow:auto ;
	color: #9a009c;
	text-align: left;
	}
	
#rightpage {
	position: absolute;
	left: 345px;
	top: 20px;
	width: 240px;
	height: 310px;
	text-align: center;
	}

/* -------------------------------------------------*/
/*          Buttons                                 */
/* -------------------------------------------------*/ 

#back-button {
	position: absolute;
	top: 314px;
	left: 300px;
	background: #d8ffd7;
}

#back-button a:hover {
	background-color: #38FD35;
	display: block;
	}

#next-button {
	position: absolute;
	top: 314px;
	left: 340px;
	background: #d8ffd7;
}

#next-button a:hover {
	background-color: #38FD35;
	display: block;
	}

#first-page {
	position: absolute;
	top: -35px;
	left: 150px;
	background: #d8ffd7;
}

#first-page a:hover {
	background-color: #38FD35;
	display: block;
	}

/* -------------------------------------------------*/
/*          Book Tabs                               */
/* -------------------------------------------------*/ 

#tab1L {
	position: absolute;
	top: 25px;
	left: 25px;
}

#tab1L a:hover {
	background-color: #38FD35;
	display: block;
	}

#tab2L {
	position: absolute;
	top: 85px;
	left: 28px;
}

#tab2L a:hover {
	background-color: #38FD35;
	display: block;
	}

#tab3L {
	position: absolute;
	top: 145px;
	left: 31px;
}

#tab3L a:hover {
	background-color: #38FD35;
	display: block;
	}

#tab4L {
	position: absolute;
	top: 205px;
	left: 34px;
}

#tab4L a:hover {
	background-color: #38FD35;
	display: block;	
	}

#tab1R {
	position: absolute;
	top: 25px;
	left: 588px;
}

#tab1R a:hover {
	background-color: #9c0000;
	display: block;
	}

#tab2R {
	position: absolute;
	top: 85px;
	left: 591px;
}

#tab2R a:hover {
	background-color: #38FD35;
	display: block;
	}

#tab3R {
	position: absolute;
	top: 145px;
	left: 594px;
}

#tab3R a:hover {
	background-color: #38FD35;
	display: block;
	}

#tab4R {
	position: absolute;
	top: 205px;
	left: 597px;
}

#tab4R a:hover {
	background-color: #38FD35;
	display: block;
	}
	
#footer {
	position: relative;
	text-align: center;
	color: black;
	}
	
.menu {
	margin-top: 10px;
	margin-bottom: 10px;
	}

.menu a {
	padding: 5px;
	color: #9A009C;
	font-family: "Comic Sans MS",cursive;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 2px solid #F831FC;
	line-height: 35px;
	margin: 0px 1px;
/*	float: center;*/
	}

.menu a:hover {
	background: #38FD35;
	}