*{
	margin: 0px;
	padding: 0px;
}

#corpo {
	background-color: #EBAFCA;
	background-attachment: scroll;
	background-image: url(imagens/layout/fundo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#container {
	width: 960px;
	height: 100%;
	display: table;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#idioma {
	height: 30px;
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
	color: #CCCCCC;
	text-align: right;
}

#esquerda {
	width: 220px;
	height: 100%;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	background-attachment: scroll;
	background-image: url(imagens/layout/foto.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#logo {
	height: 275px;
	width: 220px;
}

#foto {
	height: 430px;
	width: 220px;
}

#direita {
	width: 700px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}

#menu {
	width: 700px;
	height: 74px;
	margin-bottom: 25px;
}

#conteudo {
	width: 700px;
	background-attachment: scroll;
	background-image: url(imagens/layout/fundo_conteudo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #FFE8F2;
	min-height: 806px;
}

#rodape {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	height: 165px;
	background-image: url(imagens/layout/rodape.jpg);
	clear: both;
}

#copyright {
	background-attachment: scroll;
	background-image: url(imagens/layout/copyright.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 960px;
	margin: 0px auto;
}
