body
{
	text-align: center;
	margin: 0;
	background-color: #0085C9;
	background-image: url(images/background-page.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 1040px;
	background-image: url(images/background-container.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	width: 1040px;
	height: 190px;
}

#logo {
	width: 273px;
	height: 190px;
	float: left;
	margin-top: 0;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#headerContainer {
	width: 697px;
	height: 165px;
	float: right;
	margin-right: 70px;
}

#topNavContainer {
	width: 697px;
	height: 50px;
	float: right;
}

#topNav {
	float: right;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
}

#topNav a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFF;
}

#topNav a:hover {
	text-decoration: underline;
	color: #CCC;
}

#topBlock1 {
	width: 210px;
	height: 115px;
	float: right;
	text-align: center;
}

#topBlock2 {
	width: 210px;
	height: 115px;
	float: right;
	margin-right: 20px;
	text-align: center;
}

#topBlock3 {
	width: 210px;
	height: 115px;
	float: right;
	margin-right: 20px;
	text-align: center;
}

#headerBlockTXT {
	margin-top: 10px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}

#mainBoxContainer {
	width: 1040px;
	min-height: 475px;
}


#mainBox1 {
	width: 229px;
	height: 455px;
	float: left;
	margin-left: 70px;
	margin-top: 24px;
	background-image: url(images/background-KidsBlock.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainBox2 {
	width: 229px;
	height: 455px;
	float: left;
	margin-top: 24px;
	background-image: url(images/background-OudersBlock.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainBox3 {
	width: 229px;
	height: 455px;
	float: left;
	margin-top: 24px;
	background-image: url(images/background-InstructorBlock.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainBox4 {
	width: 229px;
	height: 455px;
	float: left;
	margin-top: 24px;
	background-image: url(images/background-sideBlock.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
	text-align: left;
}

#mainBox4 h2 {
	font-size: 16px;
	line-height: 25px;
	padding-right: 20px;
	padding-left: 10px;	
}

#mainBox4 a:link, #mainBox4 a:visited, #mainBox4 a:active  {
	color: #FC0;
	text-decoration: none;
}

#mainBox4 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#mainBox4 p {
	padding-right: 25px;
	padding-left: 10px;	
}

#pictureBlock {
	width: 176px;
	height: 160px;
	float: left;
	margin-top: 95px;
}

#mainContentBlock {
	width: 195px;
	height: 115px;
	float: left;
	margin-top: 60px;
	margin-left: 8px;
}

#mainContentText {
	width: 195px;
	height: 80px;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#mainContentButton {
	width: 195px;
	height: 30px;
	float: left;
	margin-top: 5px;
}

#footer {
	width: 1040px;
	min-height: 140px;
	float: left;
	background-image: url(images/background-footer.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A0CDFF;
}

#footerBlock1 {
	width: 210px;
	min-height: 140px;
	float: left;
	margin-left: 70px;
	background-image: url(images/background-footerText.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

#footerBlock2 {
	width: 210px;
	min-height: 140px;
	float: left;
	margin-left: 20px;
	background-image: url(images/background-footerText.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

#footerBlock3 {
	width: 210px;
	min-height: 140px;
	float: left;
	margin-left: 20px;
	background-image: url(images/background-footerText.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

#footerBlock4 {
	width: 210px;
	min-height: 140px;
	float: left;
	margin-left: 20px;
	background-image: url(images/background-footerText.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

#footerBlockTXT {
	margin-top: 10px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 8px;
	text-align: left;
}

