html, body{

	margin: 0px;
	padding: 0px;
	background: #F5F3F5;
	background-color: #F5F3F5;
	width: 100%;
	height: 100%;
	text-align: center;

}


#main {
	position: relative;
	width:900px;
	height: auto;
	z-index: 2;
	background: #FFFFFF;
	overflow: visible;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCDCF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCDCF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8B200;
	margin-left: auto;
	margin-right: auto;
}

#top {
	width:900px;
	height: 270px;

}


#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:420px;
	height:227px;
	z-index: 15;
	background-image: url(images/child_rights_logo.jpg);
}

#drawings {
	position:absolute;
	left:420px;
	top:0px;
	width:480px;
	height:227px;
	z-index: 14;
	background-image: url(images/drawings_empty.jpg);
	overflow: hidden;
}

#menu_families {
	position:absolute;
	left:0px;
	top:227px;
	width:134px;
	height:55px;
	z-index: 9;
}

#menu_pro {
	position:absolute;
	left:134px;
	top:227px;
	width:138px;
	height:55px;
	z-index: 10;
}

#menu_media {
	position:absolute;
	left:272px;
	top:227px;
	width:84px;
	height:55px;
	z-index: 11;
}

#dunga_menu {
	position:absolute;
	right:0px;
	top:227px;
	width:900px;
	height:25px;
	z-index: 8;
	background-image: url(images/dunga_menu.gif);
	overflow: hidden;
}

#left_subtitle1 {
	width:110px;
	height:30px;
	z-index: 10;

}


#right_content {
	position:relative;
	left:369px;
	top:0px;
	width:490px;
	z-index: 12;
	text-align: left;
}

#content {
	width:490px;
	z-index: 13;
	background-image: url(images/content_bg.gif);
	overflow: visible;
	padding: 1px 0;
}

#title {
	width:490px;
	height:48px;
	z-index: 12;
	background-image: url(images/title_bg.gif);
	overflow: hidden;
}

#margine_jos {
	width:490px;
	height:30px;
	z-index: 13;
	background-image: url(images/margine_jos.gif);
}



#jos_bg {
	width:900px;
	z-index: 7;
	background-image: url(images/jos_bg2.gif);
	background-repeat: repeat-y;
	text-align: left;
}


#leftcontent {
	position:absolute;
	left:70px;
	top:300px;
	width:220px;
	z-index: 11;
	text-align: justify;
}

#footer {
	position: absolute;
	bottom: -40px;
	left: 370px;
	width: 490px;

}

#credits {
	position: absolute;
	bottom: -40px;
	left: 40px;
	width: 260px;

}

/* Text formating */



p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 11px;
	/*color: #898A81;*/
	color: #555555;
	padding-left: 70px;
	padding-right: 40px;
	/*padding-bottom: 20px;*/
	text-align: justify;
}

.accessible	{display:none}	

h4 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
	color: #737578;
	/*text-align:justify;*/
}

h4 strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #F8B200;
}

h4 em {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	font-style: normal;
}


#right_content h4 {
	padding-left: 70px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0088C3;
	text-align: center;
}

#credits p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
}
#credits a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
}
em a {
	color: #333333;
	text-decoration: none;

}

strong a {
	color: #F8B200;
	text-decoration: none;

}
strong a:hover {
	color: #3399FF;
	text-decoration: none;
}

a {
	color: #3399FF;
	text-decoration: none;

}

a:hover {
	color: #F8B200;
	text-decoration: none;


}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	/*color: #898A81;*/
	color: #F8B200;
	padding-left: 70px;
	padding-right: 40px;
	/*text-align: justify;*/
}

#leftcontent h2 {
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #999999;
	padding-left: 70px;
	padding-right: 40px;
	padding-bottom: 20px;
	text-align: justify;
}



.medium {
	font-size: 0.8em;
	color: #AAB0B6;
}

.remember {
	font-size: 0.7em;
	color: #78AFE9;
}

.back {
	font-style: italic;	

}

hr {
	color: #CCCDCF;
	

}

ul, li {
	line-height: 10px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}