body {
	background:#F9F9F9;
	margin: 0;
	padding: 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
    font-family:Arial, Helvetica, sans-serif;
}
h1 { font-size: 14px; }
h2 { font-size: 12px; }
h3 { font-size: 11px; }
p {
    margin-top: 1em;
    line-height: 1.5em;
}
ul, ol {
    margin: 1em 0 0 15px;
    list-style-type: inherit;
    line-height: 1.5em;
}

#Estrutura {
	width:1200px;
	height:750px;
	margin: 0 auto; /* Centraliza em Navegadores padrão */
	text-align:left;
}

#RedesSociais {
	background:#090803;
	height:32px;
	width:1190px;
	text-align:right;
	padding:3px 10px 5px 0px;
}

#RedesSociais img {
	border:0px;
	margin-left:3px;
	float:right;
}

#Meio {
	width:1220px;
	height:500px;
	text-align:center;
}

#Meio img {
	border:0;
	margin:40px 0px 50px 0px;
}

#Rodape {
	width:1200px;
	height:240px;
	background:#090803;
	padding-top:60px;
}

#RodapeLeft {
	width:365px;
	height:160px;
	color:#7F7E8B;
	font-size:12px;
	margin-left:130px;
	line-height:20px;
	float:left;
}

#RodapeLeft a {
	color:#7F7E8B;
	text-decoration:none;
}

#RodapeLeft a:hover {
	color:#7F7E8B;
	border-bottom:1px solid #D7412C;
}

#RodapeRight {
	width:600px;
	height:160px;
	float:left;
}

#RodapeRight #Titulo {
	float:left;
	width:400px;
	border:0px;
}

#RodapeRight #Caixa {
	color:#7F7E8B;
	float:left;
	font-size:12px;
	line-height:20px;
	display:inline;
	margin-right:50px;
	width:200px;
	margin-top:20px;
}

#RodapeBaixo {
	width:800px;
	padding:20px 0px 20px 0px;
	float:left;
	color:#7F7E8B;
	font-size:11px;
	margin-left:130px;
}

#RodapeBaixo a {
	color:#D7412C;
	text-decoration:none;
}

#RodapeBaixo a:hover {
	color:#D7412C;
	text-decoration:none;
}