@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	color: #666666;
	font-size: 10px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style:normal;	
	background: url('imagens/background.jpg') repeat-x #c3a416;
	text-align:center;
	width:100%; height:100%;
}

#wrap {
	width: 100%;
	height: 560px;
	padding: 0px;

	}

	
#footer {
	width:100%;
	height:60px;
	margin: 0px auto;
	background: url('imagens/bg_footer.jpg') repeat-x #c3a416;

}

#footer_inside {
	width:774px;
	margin: 0px auto;
}

#footer_inside_branco {
	width:774px;
	height:18px;
	background:#FFFFFF;
	margin: 0px auto;
	padding-bottom:2px;
}

hr {
      color: #dedede;
      background-color: #9c8102;
      height: 1px;
	  border: 0;
    }
	
a {color: #fff;text-decoration:none;}
a:visited {color: #fff; text-decoration:none;}
a:hover { color:#fff;text-decoration:underline;}

div.clear	{ width:auto; line-height:0; clear:both; } 