body {
min-width: 1080px;

margin:0;
BACKGROUND-IMAGE: url(imagens/fundo2.jpg);
font-family:verdana;
font-size:10pt;
color:#3c2e7b;
}

#container {
	width: 1080px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

#conteudo {
	width: 100%;
	height:100%;
	background-color:#ffffeb;
	
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px 3px #605e5e;
	-webkit-box-shadow: 3px 3px 4px 3px #605e5e;
	box-shadow: 3px 3px 4px 3px #605e5e;
}

#esquerdo {
	margin-left:40px;
	width: 760px;
	float:left;
	

}

#direito {
	width: 240px;
	float:left;
	margin-right:40px;
	BACKGROUND-IMAGE: url(imagens/fundo-direito-desenhos-e-arte.png);
}

#cabecalho {
	width: 1000px;
	height: 252px;
	BACKGROUND-IMAGE: url(imagens/fundo-cabecalho.jpg);
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#rodape {
	background-color:#ffe0b4;
	text-align: center;
	color:#3c2e7b;
	
	
}

#comentario {
	background-color:#ffe0b4;
	width:90%;
	
	
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px 3px #605e5e;
	-webkit-box-shadow: 3px 3px 4px 3px #605e5e;
	box-shadow: 3px 3px 4px 3px #605e5e;
}

#conteudo_comentario {
	margin-left:3px;
}
