@charset "utf-8";
/* CSS Document */

body{
	background-image:url(imagens/back.jpg);
	background-repeat:repeat-x;
}
.conteudo{
	height:460px;
	width:1024px;
}
.conteudo2 {
	width:820px;
	height:470px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: thin solid #999;
	background-color:#FFF;
}  

.cx_esq{
	width:200px;
	height:500px;;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999;
	padding-top:10px;
	padding-right:10px;
	margin-left:20px;
	margin-right:10px;
}
