﻿

body 
{
	background: #b9e0f7 url(../images/one_kids_bg.jpg) top repeat-x;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}



#Main 
{
	width: 770px;
	margin: 0 auto;
	text-align: center;
}

#Header {
	width: 770px;
	height: 100px;
	text-align: left;
	/*background-color: orange;*/
	}
	
	#Header #HeaderLeft {
		width: 150px;
		float: left;
		height: 100px;
		}
		
	#Header #HeaderRight {
		width: 520px;
		float: right;
		height: 100px;
		text-align: right;
		padding: 0 0 0 100px;
		}

.home {
	background-image: none;
	}

#PageHeader {
	width: 770px;
	height: 205px;
	}
	
	#PageHeader #PageHeaderLeft {
		width: 250px;
		height: 205px;
		float: left;
		/*background-color: red;*/
		}
		
	#PageHeader #PageHeaderRight {
		width: 520px;
		height: 205px;
		float: right;
		/*background-color: purple;*/
		}
		

#FMA {
	width: 770px;
	height: 380px;
	

	}

#HorizMenu {
	background-color: #313131;
	height: 30px;
	width: 520px;
	margin: 40px 0 0 0;
	text-align: left;
	/*border-top: 1px solid #8db059;
	border-bottom: 1px solid #8db059;*/
	}
	

#Content {
	width: 770px;
	margin: 0 0 40px 0;
	text-align: left;
	/*border-bottom: 1px solid orange;
	background-color: green;*/


	}

#MainNav {
	width: 145px;
	/*background-color: #33CC99;*/
	float: left;
	text-align: left;
	padding: 50px 0 0 85px;
	}

#MainContent {
	width: 540px;
	height: auto;
	text-align: left;
	/*background-color: #FFFF00;*/
	float: right;
	}
#ContentTextContainer {
	width: 500px;
	padding: 50px 0 0 20px;
	}
	

#Footer {
	width: 770px;
	height: 100px;
	clear: both;
	text-align: center;
	margin: 40px 0 0 0;
	border-top: 1px solid #bbb9ba;
	padding: 20px 0 0 0;
	/*background-color: #330099;*/
}


.normalText 
{
	margin: 0 0 15px 0;
	color: #000000;
	font-size: 11px;
	line-height: 20px;
}

h1 
{
	color: #1e942e;
}


h2.kids 
{
	color: #163d54;
	font-weight: bold;
	font-size: 14px;
}