/*
Description: Primary styles
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. Container
2. Left Navigation
3. Page Content

*/


/* 1. Container
--------------------------------------------------*/

#Content
{
	background: url(../Images/KidsContentBkg.gif) center repeat-y #FFFFFF;
	margin: 0px 10px 12px 12px;
	overflow: hidden;
}


/* 2. Left Navigation
--------------------------------------------------*/

#LeftColumn
{
	background: url(../images/LeftNavBkg_Kids.gif) top no-repeat;
	padding-top: 0px;
	width: 211px;
}

#LeftNavKids
{
	list-style: none;
}

	#LeftNavKids a.Menu
	{
		background: url(../Images/LeftNav_Kids_Menu.gif);
		display: block;
		height: 95px;
		overflow: hidden;
		text-indent: -5000px;
		width: 177px;
		padding: 0px;
		margin: 0px;
	}
	
	#LeftNavKids a:hover.Menu
	{
		background: url(../Images/LeftNav_Kids_Menu.gif) 0px -95px;
	}
	
	#LeftNavKids a.Games
	{
		background: url(../Images/LeftNav_Kids_Games.gif);
		display: block;
		height: 120px;
		overflow: hidden;
		text-indent: -5000px;
		width: 177px;
	}
	
	#LeftNavKids a:hover.Games
	{
		background: url(../Images/LeftNav_Kids_Games.gif) 0px -120px;
	}
	
	#LeftNavKids a.Store
	{
		background: url(../Images/LeftNav_Kids_Store.gif);
		display: block;
		height: 152px;
		overflow: hidden;
		text-indent: -5000px;
		width: 177px;
	}
	
	#LeftNavKids a:hover.Store
	{
		background: url(../Images/LeftNav_Kids_Store.gif) 0px -152px;
	}


/* 3. Page Content
--------------------------------------------------*/

#RightColumn
{
	background: top no-repeat url(../Images/ContentBkgKids.jpg);
	margin-left: 189px;
	overflow: hidden;
	padding: 0px 30px 0px 30px;
	width: 529px;
}

#RightColumnAnswers
{
	background: top no-repeat url(../Images/ContentBkgKids_Answers-more.jpg);
	height: 848px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	width: 597px;
}


#RightColumnMenu
{
	background: top no-repeat url(../Images/ContentBkgKids_Menu.jpg);
	height: 846px;
	margin-left: 189px;
	overflow: hidden;
	padding: 0px 30px 0px 30px;
	width: 529px;
}

#RightColumnGames
{
	background: top no-repeat url(../Images/ContentBkgMoreGames.jpg);
	margin-left: 189px;
	height: 815px;
	padding: 0px 30px 40px 30px;
	width: 529px;
}

#RightColumn a.Answers
{
	background: url(../Images/Kids_Answers_Button.png);
	display: block;
	float: right;
	height: 44px;
	margin: 785px 0px 17px 0px;
	overflow: hidden;
	text-indent: -5000px;
	width: 147px;
}

#RightColumn a:hover.Answers
{
	background: url(../Images/Kids_Answers_Button.png) 0px -44px;
}

#RightColumn p
{
	line-height: 16px;
	padding-bottom: 18px;
}



