/*Stylesheet for Child's World*/

/* Created by Keith Donegan of Code-Sucks.com
	 E-Mail: Keithdonegan@gmail.com
	 You can do whatever you want with these layouts,
	 but it would be greatly appreciated if you gave a link
	 back to http://www.code-sucks.com*/

body
{
	background-image:url('../main/bg.jpg');
	background-repeat:repeat;
	background-position:left;
	background-attachment:fixed;
	height:100%;
}
/*Columns and Page Divisions*/
#wrapper
{ 
 margin: 0 auto;
}
#header
{
 width: 807px;
 float: left;
 padding: 11px;
 border: 3px solid #ccc;
 border-style:outset;
 height: 95px;
 margin: 0px 0px 0px 0px;
 background:#6495ED;
 background-image:url('../main/blue.jpg');
 background-repeat:repeat;
 background-position:center;
}
#leftcolumn
{ 
 border: 2px outset #DAA520;
 background:#FF6347;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 191px;
 float: left;
 height:100%;
 position:inherit;
 text-align:left;
 background-image:url('../main/red.gif');
 background-repeat:repeat;
 background-position:top;
}
#rigthcolumn
{ 
 float: left;
 border: 5px ridge #228B22;
 margin: 0px 0px 0px 0px;
 padding: 25px;
 width:775px;
 display: inline;
 position: inherit;
 height:100%;
 background:#F0F000;
 background-image:url('../main/yellow.gif');
 background-repeat:repeat;
 background-position:center;
}
#topheader
{
	font-size:25pt;
	font-family:"tempus sans ITC",verdana,geneva,sans-serif;
	font-weight:bolder;
	margin-top:3px;
	margin-left:0px;
	letter-spacing:5px;
	word-spacing:8px;
	white-space:pre;
	text-align:center;
	color:#054446;
}
#introheader
{
	color:#054446;
	font-size:40pt;
	font-family:impact,sans-serif;
	font-weight:lighter;
	letter-spacing:20px;
	text-transform:uppercase;
	text-align:center;
	margin-top:3px;
}
#subintroheader
{
	color:#054446;
	font-size:12pt;
	font-family:verdana,geneva,sans-serif;
	font-weight:bold;
	margin-top:3px;
	margin-left: 20px;
	text-decoration:underline;
	text-align:center;
}
#notice
{
	color:#C81932;
	font-size:12pt;
	font-weight:bolder;
	font-family:georgia:serif;
	text-decoration:underline;
	text-align:center;
}
#quote
{
	color:#054446;
	font-size:12pt;
	font-family:"trebuchet ms",helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
#mainsection
{
	color:#054446;
	font-size:20pt;
	font-family:"comic sans ms",cursive;
	font-weight:bolder;
	margin-left: 20px;
	text-decoration:underline;
}
#subsection
{
	color:#054446;
	font-size:13pt;
	font-family:"comic sans ms",cursive;
	text-align:justify;
	font-weight:bolder;
}
#content
{
	color:#054446;
	font-size:11pt;
	font-family:"comic sans ms",cursive;
	text-align:justify;
	font-weight:bold;
}
#maincontent
{
	color:#054446;
	font-size:15pt;
	font-family:"comic sans ms",cursive;
	text-align:justify;
}
#filler
{
	color:#FF6347;
	font-size:0pt;
}
.noline
{
	text-decoration:none;
}
.imgfull
{
	display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear
{
	color:#F0F000;
}
.red
{
	color:#FF0000;
}
.center
{
	text-align:center;
}
li.content
{
	color:#054446;
	font-size:11pt;
	font-family:"comic sans ms",cursive;
	font-weight:bold;
}
hr
{
	color:#DAA520;
}
table
{
	margin-left: auto;
	margin-right: auto;
	color:#054446;
	font-size:11pt;
	font-family:"comic sans ms",cursive;
	text-align:justify;
	font-weight:bold;
}
h3
{
	font-size:17pt;
	font-family:"tempus sans ITC",verdana,geneva,sans-serif;
	font-weight:bolder;
	margin-top:0px;
	margin-left:0px;
	letter-spacing:5px;
	word-spacing:8px;
	white-space:pre;
	text-align:center;
	color:#054446;
}
a:link     {color:#008000;text-decoration:none;}
a:visited  {color:#DC143C;text-decoration:none;}
a:hover    {color:#00FF7F;text-decoration:none;}
a:active   {color:#C0C0C0;text-decoration:none;}
