/*//////////////////////////////////////////////////*/
/* LAYOUT                                           */
/*//////////////////////////////////////////////////*/

body {
	text-align:center;
	background-image: url("../images/common/back.gif");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	behavior:url("../csshover.htc");
}
	
#logo_print {
	display: none;
}
	
#container {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	background-image: url("../images/parents/container_back.gif");
	background-repeat: repeat-y;
}

#topbar {
	width: 768px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/parents/topbar.gif");
	background-repeat: no-repeat;
}

#header {
	width: 768px;
	height: 176px;
	margin: 0px;
	padding: 0px;
}

#logo {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 176px;
	overflow: hidden;
	float: left;
	background-image: url("../images/parents/logo.jpg");
	background-repeat: no-repeat;
}

#kids {
	margin: 0px;
	padding: 0px;
	width: 568px;
	height: 176px;
	float: left;
	background-image: url("../images/parents/kids.jpg");
	background-repeat: no-repeat;
}

#midbar {
	margin: 0px;
	padding: 0px;
	width: 768px;
	height: 38px;
	clear: both;
	background-image: url("../images/parents/midbar.gif");
	background-repeat: no-repeat;
}

#left_side {
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: left;
	background-image: url("../images/parents/side_back.gif");
}

#search {
	margin: 0px;
	padding: 40px 0px 0px;
	width: 200px;
	height: 40px;
	background-image: url("../images/parents/search.gif");
	background-repeat: no-repeat;
}
	
#main {
	width: 536px;
	padding: 0px 16px 0px 11px;
	float: left;
}

#content_home {
	width: 386px;
	float: left;
}
#content {
	width: 536px;
	float: left;
}

#content_home,
#content {
	padding-bottom: 11px;
}
	
#right_side {
	width: 150px;
	float: left;
}
		
#footer {
	width: 768px;
	height: 43px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
	background-image: url("../images/parents/btmbar.gif");
	background-repeat: no-repeat;
}

#copyright {
	width: 758px;
	margin: 11px auto;
}

.clear{
	clear:both;
}
