@charset "utf-8";
/* CSS Document */

/*Inicio CSS da DIV Box-CONTEUDO*/
#box_conteudo{
	width:1004px;
	height:500px;
	background:#FFF;
	margin:auto;
	padding:10px;
	}
/*Fim CSS da DIV Box-CONTEUDO*/

#conteudo_esquerdo{
	background:#FFF;
	width:745px;
	height:500px;
	float:left;
	}
#conteudo_esquerdo h1{
	margin:0;
	margin-bottom:5px;
	padding:0;
	font-family:Arial, Verdana, Tahoma;
	font-size:30px;
	color:#6A2300;
	border-bottom:10px solid #6A2300;
	}
#leilao{
	background:#FFF;
	width:745px;
	height:160px;
	margin-top:30px;
	border-bottom:1px dashed #999;
	}
#feature_um{
	background:url(../imagens/leilao.jpg) no-repeat;
	width:150px;
	height:150px;
	margin-right:10px;
	float:left;
    }
#texto_um{
	background:#FFF;
	width:585px;
	height:160px;
	float:right;
	}
#texto_um h2{
	background:#FFF;
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Tahoma;
	font-size:18px;
	font-weight:bold;
	}
#texto_um h3{
	background:#FFF;
	margin:8px 0 0 0;
	padding:0;
	font-family:Arial, Verdana, Tahoma;
	font-size:14px;
	font-weight:100;
	text-align:justify;
	}
#texto_um h3 a{
	background:#FFF;
	font-family:Arial, Verdana, Tahoma;
	font-size:14px;
	font-style:italic;
	}
#texto_um h3 a:hover{
	background:#CCC;
	font-family:Arial, Verdana, Tahoma;
	font-size:14px;
	}
#sidebar{
	background:#FFF url(../imagens/logo-haras.png) no-repeat center;
	width:249px;
	height:500px;
	border-left:1px dashed #999;
	float:right;
	}