@charset "utf-8";
.container {
	float: none;
	height: 1000px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EDECE9;
}

.cabecalho {
	float: left;
	height: 105px;
	width: 1000px;
	background-color: #EDECE9;
}

body {
	background-color: #EDECE9;
	margin-top: 10px;
}
.conteudo {
	background-color: #EDECE9;
	float: left;
	height: auto;
	width: 652px;
	padding-top: 0px;
}
.menu {
	background-color: #EDECE9;
	float: left;
	height: 400px;
	width: 248px;
}

.borderimage{
	background-color: #000000;
	padding: 0px;
	border: 1px solid #000000;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}
h6 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}

