body {	
	background: #f4f8f9;
} 
#radio {
            width:1100px;
            height: 31px;
            margin: 0 auto;
}
#container {
	background-color: #F1F1F1;
	width: 1100px;
    margin: 0 auto; /*centraliza nos navegadores padrão*/
    text-align: left; /*Retorna o alinhamento de textos para a esquerda*/
    padding-top: 20px; 
}
header{
    height: 5px
}

.logo1 {
    height: 180px;
    width: 200px;
   	float: left;
	margin-left:80px;
	margin-right:30px;
	margin-top:30px;
}
.logo2 {
	height: 240px;
	width: 542px;
   	float: left;
	margin-left:115px;
	margin-right:45px;
	margin-top:30px;
}
.logo1 p{
    text-align: center;
}
.nav ul {
  float: right;
  margin-right: 50px;
  margin-top: 25px;
  list-style:none;
}
.nav li  { 
    display: inline;
}
.nav li a{
    font-family: georgia, serif;
    font-size: 15px;
    font-weight: 600;
    color: black;
    text-decoration: none;
    border-bottom:px solid #EDEDED;
    padding: 2px 10px;
    display: inline-block;
}
.nav ul li a:hover {
    color: red;
}
#banner {
    height: 40px;
    margin-top: 320px;
}
#banner, h3{
    text-align: center;
    margin-top: 320px;
    font-style: italic;
}
hr {
    margin-top:5px;
    height: 10px;
    background-color: #b2afa8;
}
table {
	background-color: #EEF2F4;
	height:1050px;
	width: 990px;
	margin-bottom: 30px;
	margin-top: 5px;
	margin: 0 auto;
	text-align: center;
}
caption { 
    height: 35px;
	padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 25px;
	font: 18px "Trebuchet MS";
 	text-align: center;
}
thead {
       font: 19px "New Century Schoolbook, TeX Gyre Schola, serif";
}
.rose {
    background-color: aliceblue;
    padding-bottom: 15px;
    padding-top: 15px;
}
tbody {
       font: 18px "New Century Schoolbook, TeX Gyre Schola, serif";
}
.lavender {
	background-color: #e5d0d7;
}
.blue  {
	background-color: #bfefff;
}
.yellow {
	background-color: #ffffcc;
}
.olive {
	background-color: #bcee68;
}
.white {
    background-color: #ebebeb;
}
.violet {
    background-color: #dabcff;
}
.goldenrod {
    background-color: #daa520;   
}
#zero {
	 background-color:#00334d;
}
footer {
  padding: 18px;
  text-align: center; 
}
footer p{
  font-size: 16px;
  color: #000000;
  text-align: center;
}
footer a{
  font-size: 14px;
  color: #000000;
  text-align: center;
} 
.merchand {
  float: left;
  margin-top: 5px;
  margin-left: 20px;
}