/* CSS Document */

body {	
margin:0;
background:url(img/bg_2.jpg) repeat-x #dfdfdf;
}
#container {
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	height:655px;
	top:91px;
	}
#top {
	position:absolute;
	width:1000px;
	height:281px;
	top:0;
	}
#bg {
	width:828px;
	height:875px;
	background:url(img/bg.jpg) no-repeat;
	float:right;
	}
#bg_home {
	width:806px;
	height:875px;
	background:url(img/bg_home.jpg) no-repeat;
	float:right;
	}
#conteudo {
	position:absolute;
	width:696px;
	left:33px;
	top:160px;
	}
#rodape {
	position:absolute;
	width:670px;
	height:16px;
	left:168px;
	top:669px;
	}
	
img {border:0;}
.txt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none
	}
	strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c91100;
	text-decoration:none;
	font-weight:bold;
	}
.form {
	width:471px;
	border:1px solid #6e0013;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	background-color:#e6e6e6;
	}
.bt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	background:none;
	border:none;
	font-weight:bold;
	}