body, html{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_img.jpg);
	background-repeat: repeat-x;
	background-color: #0E0E0E;
	font-family: Palatino Linotype;
	font-size: 13.5px;
	text-align: center;
}

p{
	margin: 8px;
	text-align: left;
}

#all{
	margin: 0 auto;
	width: 880px;
	border: solid 2px #000;
	background-color: #FFF;
}
#logo{
	width: 150px;
	height: 70px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	margin: 20px;
	float: left;
	/*border: solid 1px #ccc;*/
}

#language{
	width: 235px;
	height: 22px;
	margin: 20px;
	margin-top: 36px;
	float: right;
	border: solid 1px #ccc;
}

#language a{
	text-align: center;
	margin: 8px;
	text-decoration: none;
	color: #333;
}

#language a:hover{
	text-decoration:underline;
	color: #000;
}

#top_menu{
	width: 830px;
	background-image: url(../images/links_bg.jpg);
	background-repeat: repeat-x;
	background-color: #e4e4e4;
	margin: 20px;
	padding: 5px;
	margin-bottom: 0px;
	clear: both;
	display: block;
	/*border: solid 1px #ccc;*/
}

#top_menu a{
	margin: 12px;
	margin-left: 8px;
	text-decoration: none;
	color: #fff;
	text-transform:uppercase;
}

#top_menu a:hover{
	text-decoration: underline;
	color: #f7f7f7;
}

#top_menu_soya{
	width: 840px;
	background-image: url(../images/soya.jpg);
	background-repeat: repeat-x;
	height: 18px;
	margin: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	/*border: solid 1px #ccc;*/
}
#body{
	margin: 0 auto;
	border: solid 1px #eee;
	width: 839px;
}

#banner{
	width: 839px;
	background: #f8f8f8;
	/*border: solid 1px #eee;*/
	display: block;
	clear: both;
	text-align: center;
}

.flash{
	margin: 10px;
}

#page_name{
	width: 820px;
	background: #fff;
	margin: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	border-bottom: solid 1px #ccc;
	display: block;
	clear: both;
	padding: 10px;
	padding-bottom: 0px;
	text-align: left;
}

#page_name p{
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-align: left;
}

#body_text{
	width: 810px;
	background: #fff;
	margin: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	display: block;
	clear: both;
	color: #666;
}

img{
	margin: 0px;
	margin-right: 15px;
}

#footer{
	margin-top: 5px;
	width: 879px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	border-top: solid 1px #ccc;
}

#footer p{
	text-align:center;
	padding: 40px;
	color: #666;
}




.accordion {
	width: 99%;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h1 {
	background: #e9e7e7;
	padding: 7px 15px;
	margin: 0;
	text-align: left;
	font-size: 16px;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h1:hover {
	background-color: #e3e2e2;
}

.accordion p {
}



.accordion h2 {
	background: #e9e7e7;
	padding: 7px 15px;
	margin: 0;
	font-size: 16px;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h2:hover {
	background-color: #e3e2e2;
}


.accordion2 {
	width: 90%;
	border-bottom: solid 1px #c4c4c4;
}
.accordion2 h2 {
	background: #e9e7e7;
	padding: 7px 15px;
	margin: 0;
	font-size: 16px;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion2 h2:hover {
	background-color: #e3e2e2;
}

.accordion2 p {
}

#fotos{
	border: solid 1px #ccc;
	float: right;
}

#id{
  margin: 10px;
}
