/* KIDZ PARADISE CSS */

body {
	background-image: url(bg2.jpg);
	background-repeat: repeat-x;
	background-color:#607ae9;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.background_flash
{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:0;
}
.shell
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:99;
}
.title
{
	width:100%;
	height:190px;
	position:fixed;
	top:0;
}
.shell_top
{
	width:800px;
	height:400px;
	padding-top:0px;
}
.main
{
	width:800px;
	height:1200px;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffca;
}
.main_left
{
	float:left;
	width:42px;
	height:1200px;
	background-image:url(side_left.jpg);
	background-repeat:repeat-y;
}
.main_middle
{
	float:left;
	width:716px;
	height:980px;
}
.middle_main
{
	float:left;
	width:426px;
	text-align:left;
	padding: 10px 10px 10px 10px;
}
.middle_news
{
	background:url(events_area.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:270px;
	height:750px;
}
.middle_news_text
{
	height:655px;
	text-align:justify;
	padding: 95px 5px 0px 45px;
	overflow:hidden;
}
.main_right
{
	float:left;
	width:42px;
	height:1200px;
	background-image:url(side_right.jpg);
	background-repeat:repeat-y;
}
.shell_bttm
{
	width:800px;
	height:360px;
	padding-top:0px;
}

.title_text
{
	font-size:18px;
	font-weight:bold;
}