@charset "UTF-8";
/* SANTA'S MAGICAL FOREST

   default.css v1 by Magic Chris
   (C) 2008 Magic Chris
   
*/

/* START BASIC LAYOUT */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	top: 10px;
}
#container {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	height: 550px;
	background-color: #FFFFFF;
}
#mainsection {
	float: left;
	height: 538px;
	width: 886px;
	margin: 6px;
}
* html #mainsection {
	display:inline;
}
/* END BASIC LAYOUT */

/* START HOME PAGE - SANTA'S MAGICAL FOREST */

#indexhomecontent {
	height: 538px;
	width: 886px;
	background-image: url(../images/pages/splashpage_bg.jpg);
}
/* END HOME PAGE - SANTA'S MAGICAL FOREST */

/* START SUB PAGES */

/*

   NAVIGATION

*/

#pagenav {
	height: 161px;
	width: 886px;
	background-image: url(../images/pages/navigation_bg.gif);
}
/* START PAGE CONTENT */

.pageinnercontent {
	display: none;
}
#innercontent {
	display: block;
}
/* 

FOREST PAGE 

*/

#forestpagecontent {
	width:886px;
	height:378px;
	overflow: auto;
}
p.forestText {
	width:886px;
	height:378px;
	line-height: 110%;
	padding: 0;
	margin: 0;
	background-image: url(../images/pages/FoD_ForestContent.jpeg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
p.forestText span {
	visibility: hidden;
}
/* 

ABOUT PAGE 

*/

#aboutpagecontent {
	width:886px;
	height:378px;
	overflow: auto;
}
p.aboutText {
	width:886px;
	height:378px;
	line-height: 110%;
	padding: 0;
	margin: 0;
	background-image: url(../images/pages/FoD_AboutContent.jpeg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
p.aboutText span {
	visibility: hidden;
}
/* 

GALLERY PAGE 

*/

#gallerypagecontent {
	width:886px;
	height:378px;
	overflow: auto;
}
p.galleryText {
	width:886px;
	height:378px;
	line-height: 110%;
	padding: 0;
	margin: 0;
	background-image: url(../images/pages/FoD_GalleryContent.jpeg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
p.galleryText span {
	visibility: hidden;
}
/* 

FIND US PAGE 

*/

#finduspagecontent {
	width:886px;
	height:378px;
	overflow: auto;
}
p.findusText {
	width:886px;
	height:378px;
	line-height: 110%;
	padding: 0;
	margin: 0;
	background-image: url(../images/pages/FoD_FindusContent.jpeg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
p.findusText span {
	visibility: hidden;
}
/* 

FUN STUFF PAGE 

*/

#funstuffpagecontent {
	width:886px;
	height:378px;
	overflow: auto;
}
p.funstuffText {
	width:886px;
	height:378px;
	line-height: 110%;
	padding: 0;
	margin: 0;
	background-image: url(../images/pages/FoD_FunstuffContent.jpeg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
p.funstuffText span {
	visibility: hidden;
}
/* END PAGE CONTENT */

/* START FOOTER */

#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	font-size: 70%;
	color: #F2F2F2;
}

/* END FOOTER */
