@charset "utf-8";
/* CSS Document */

/* --- Beastly! by James Ball - Feb 2008 --- */

/* --- Egmont Header --- */

#egmont {
	width:100%;
	background-color:#000000;
	height:30px;
	text-align:center;
	border-bottom:solid 1px #373737;
	}
	
#egmont img {
	border:none;
	}
	
/* --- General --- */

body {
	background:#7a797c;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial, "Lucida Sans";
	font-size:12px;
	color:#ece710;
	}
	
p {
	margin:1.2em;
	line-height:1.2em;
	padding:0;
	}
	
#container {
	width:1000px;
	height:100%;
	margin:0 auto;
	background: url(../images/main_bg.jpg) repeat-y;
	}
	
#main {
	width:900px;
	margin:0 auto;
	height:100%;
	padding-bottom:10px;
	background:url(../images/body_bg.jpg) top no-repeat;
	}
	
/* --- Nav General --- */
	
#nav {
	width:650px;
	height:35px;
	margin:0;
	padding:10px 0 0 10px;
	}
	
	
/* --- Nav Home --- */
	
#home a {
	float:left;
	display:block;
	width:69px;
	height:35px;
	overflow:hidden;
	background:url(../images/nav_home.gif) top no-repeat;
	text-indent:-100em;
	}
	
#home a:hover {
	background-position:bottom;
	}
	
#home a:active {
	background-position:bottom;
	}
	
#home_on a {
	float:left;
	display:block;
	width:69px;
	height:35px;
	overflow:hidden;
	background:url(../images/nav_home.gif) bottom no-repeat;
	text-indent:-100em;
	}
	
/* --- Nav Encyclopaedia --- */
	
#encyclopaedia a {
	float:left;
	display:block;
	width:176px;
	height:35px;
	overflow:hidden;
	background:url(../images/nav_encyclopaedia.gif) top no-repeat;
	text-indent:-100em;
	}
	
#encyclopaedia a:hover {
	background-position:bottom;
	}
	
#encyclopaedia a:active {
	background-position:bottom;
	}
	
#encyclopaedia_on a {
	float:left;
	display:block;
	width:176px;
	height:35px;
	overflow:hidden;
	background:url(../images/nav_encyclopaedia.gif) bottom no-repeat;
	text-indent:-100em;
	}
	
/* --- Nav Books --- */
	
#books a {
	float:left;
	display:block;
	width:127px;
	height:35px;
	overflow:hidden;
	background:url(../images/nav_books.gif) top no-repeat;
	text-indent:-100em;
	}
	
#books a:hover {
	background-position:bottom;
	}
	
#books a:active {
	background-position:bottom;
	}
	
#books_on a {
	float:left;
	display:block;
	width:127px;
	height:35px;
	overflow:hidden;
	background:url(../images/nav_books.gif) bottom no-repeat;
	text-indent:-100em;
	}
	
#books_main img {
	border:none;
	}
	
/* --- Nav Fun --- */
	
#fun a {
	float:left;
	display:block;
	width:161px;
	height:35px;
	overflow:hidden;
	background:url(../images/nav_fun.gif) top no-repeat;
	text-indent:-100em;
	}
	
#fun a:hover {
	background-position:bottom;
	}
	
#fun a:active {
	background-position:bottom;
	}
	
#fun_on a {
	float:left;
	display:block;
	width:161px;
	height:35px;
	overflow:hidden;
	background:url(../images/nav_fun.gif) bottom no-repeat;
	text-indent:-100em;
	}
	
/* --- Header--- */

#header {
	width:590px;
	margin:0;
	padding:0;
	}
	
/* --- Books Main--- */

#books_main {
	width:853px;
	margin:0 auto 10px auto;
	padding:0;
	}
	
#books_main img {
	margin:0;
	padding:0;
	}
	
#books_main p {
	color:#000000;
	font-size:1em;
	margin:5px;
	padding:0;
	}
	
#books_main h1 {
	color:#000000;
	font-size:1.1em;
	margin:5px;
	padding:0;
	}
	
#books_main table {
	margin:0;
	padding:0;
	}
	
tr, td {
	margin:0;
	padding:0;
	}
	
	
/* --- Fun Main--- */

#fun_main {
	width:853px;
	margin:0 auto 10px auto;
	}
	
#fun_main p {
	color:#000000;
	font-size:1em;
	margin:5px;
	padding:0;
	}
	
#fun_main h1 {
	color:#000000;
	font-size:1.1em;
	margin:5px;
	padding:0;
	}
	
#fun_main img {
	border:none;
	}	

/* --- Footer--- */

#footer {
	margin:0 0 0 10px;
	padding:0;
	}
	
#footer p {
	margin:0;
	padding:0;
	font-size:0.9em;
	color:#fff;
	}
	
#footer a {
	color:#fff;
	text-decoration:none;
	}
	
#footer a:hover {
	text-decoration:underline;
	}
	
#quiz {
	padding:20px;
	}