body {
	background-image: url(imagens/fundo.jpg);
	background-repeat:repeat;
	background-attachment: fixed;
	font-family:"Times New Roman", Times, serif;
	color:#56220A;
	font-size:14px;
	font-style:italic;
}
.main {
	width:720px;
	background-color:#C7C19D;
	overflow:auto;
}
.menu_extra{
	background-color:#C7C19D;
	width:220px;
	padding:10px 4px 10px 10px;
	margin:250px 0px 0px 5px;
	
}
.rodape{
	width:720px;
	margin-top:10px;
	color:#FFFFFF;
}
.banner{
	margin-left:5px;
	width:679px;
	height:176px;
	background-image:url(imagens/banner.jpg);
	background-repeat:no-repeat;
}
.data{
	font-size:16px;
	color:#000000;
	font-weight:bold;
	width:230px;
	float:right;
	height:22px;
	margin-right:26px;
	margin-top:113px;
}
.menu{
	width:716px;
	height:38px;
	background-image:url(imagens/fundo_menu.jpg);
	background-repeat:repeat-x;
	border:solid 2px #7E0405;
	margin-top:10px;
	font-size:18px;
}


/*divs*/
.prodentrada{
	width:480px;
	margin-right:10px;
	margin-bottom:10px;
}
.fotoprodentrada{
	border:solid 1px #333333;
	float:left;
	margin-right:10px;
}
.conteudomsg{
	width:650px;
	height:300px;
	margin-bottom:10px;
	text-align:center;
}
.fundoitemleilao{
	background-color:#C0B992;
	padding:10px;
	margin-bottom:25px;
}

/*TEXTOS*/
.titulo{
	font-size:20px;
	font-weight:bold;
}
.conteudo{
	margin:10px 20px 10px 20px;
}
.negrito{
	font-weight:bold;
}
.vermelhonegrito{
	font-weight:bold;
	color:#8E0302;
}
.titulovermelho{
	color:#8E0302;
	font-weight:bold;
	
}
.vermelho{
	color:#8E0302;	
}
.links{
	color:#56220A;
	text-decoration:none;
}
.links:hover{
	color:#FFFFFF;
	text-decoration:none;
}
/*formularios*/

.form{
	border:solid 1px #56220A;
	background-color:#FFFFFF;
	height:16px;
	width:150px;
}
.formsemsize{
	border:solid 1px #56220A;
	background-color:#FFFFFF;
	height:16px;
}
.formmaior{
	border:solid 1px #56220A;
	background-color:#FFFFFF;
	height:16px;
	width:440px;
}
.formtextarea{
	border:solid 1px #56220A;
	background-color:#FFFFFF;
	height:80px;
	width:440px;
}
.formenor{
	border:solid 1px #56220A;
	background-color:#FFFFFF;
	height:16px;
	width:210px;
}
.btn{
	border:solid 1px #56220A;
	height:22px;
	background-color:#8E0302;
	margin-top:5px;
	color:#FFFFFF;
}

