﻿body{
	
	background-color:#3a1f0f;
	background-image:url('../../images/kids2010/tinybackgroundlily630.jpg');
	background-repeat:no-repeat;
	background-position: top center;
	font-family: "Courier New", Courier, monospace;
	font-size:10pt;
	color:black;
	line-height:1.25em;
	margin:0px;
}

div.maincontainer
{
	background-image: url('../../images/kids2010/middle111.jpg');
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	margin-top:173px;
	
}

div.top
{
 	width:1000px;
 	background-image:url('../../images/kids2010/newtop11.jpg');
 	background-repeat:no-repeat;
 	height:92px;	
}

div.leftsidebar
{
	width:140px;
	height:500px;
	margin-left:0px;
	margin-top:20px;
	float:left;
}

div.content
{
	width:830px;
	margin-left:0px;
	margin-top:10px;
	float:left;
}

div.footer
{
	width:999px;
	height:93px;
	background-image:url('../../images/kids2010/bottom28.jpg');
	font-size:8pt;
	text-align:center;
	margin-bottom:20px;
}

div.mainmenu
{
	width:140px;
	
}

div.mainmenu a:link
{
	color: black;
	text-decoration: none;
}

div.mainmenu a:visited
{
	color: maroon;
	text-decoration: none;
}

div.mainmenu a:hover
{
	color: green;
	text-decoration: none;
}


