body {
	margin: 0px;
	background-attachment:fixed;
	background-color: #B25F07;
	background-image: url(_imagens/fundo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
}
.margem_dir {
	margin-right: 15px;
	padding-right: 15px;
}
a:link{
	font-weight: bold;
	color: #CB2C0D;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CB2C0D;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #CB2C0D;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #CB2C0D;
	text-decoration: none;
}

.container {
	width: 778px;
	background-color: #E5DBC6;
}
.header {
	height: 305px;
	width: 779px;
}
