/* CSS Document */
* {
margin: 0px;
padding: 0px;
}

body {
font-family: "arial";
background: RGB(31, 25, 9);
text-align: center;
}

#container {
text-align: left;
width: 800px;
font: 12px arial;

margin:0 auto;
}
p {
font: 12px "arial";
color: RGB(102, 102, 102);
}
h2, h3, h4 {
font: 14px arial;
color: white;
font-weight: bold;
}

#conteudo {
width: 800px;
}

#menu {
font: 13px arial;
font-weight: bold;
width: 800px;
float: right;
height: 50px;
background: RGB(0,102,51);
}

#menu a {
text-decoration: none;
color: white;
}

#menu ul {
text-decoration: none;
}

#menu ul li {
font: 13px arial;
font-weight: bold;
color: white;
display: inline;
padding-top: 20px;
padding-right: 35px;
float: right;
text-decoration: none;
}
#menu a:hover {
text-decoration: underline;
}

h1, h5, h6 {
font: 24px arial;
font-weight: bold;
color: RGB(0, 153, 51);
}

#cont1 {
float: left;
padding-left: 40px;
width: 400px;
background: RGB(243, 243, 243);
line-height: 21px;
height: 470px;
padding-top: 25px;
text-align: justify;
}

#cont2 {
padding-top: 25px;
float: right;
width: 360px;
height: 470px;
background: RGB(243, 243, 243);
text-align: center;
}
#cont3 {
float: left;
padding-left: 40px;
width: 400px;
background: RGB(243, 243, 243);
line-height: 21px;
height: 250px;
padding-top: 25px;
text-align: justify;
}

#cont4 {
padding-top: 25px;
float: right;
width: 360px;
height: 250px;
background: RGB(243, 243, 243);
text-align: center;
}
#cont5 {
float: left;
padding-left: 60px;
width: 700px;
background: RGB(243, 243, 243);
line-height: 21px;
padding-top: 25px;
text-align: justify;
padding-right: 40px;
}

address {
width: 800px;
height: 192px;
background: url(../imagens/address.jpg) no-repeat;
padding-left: 45px;
font: 12px arial;
color: white;
padding-top: 65px;
text-align: left;
float: left;
letter-spacing: 2px;
}
address a{
text-decoration: none;
font: 10px arial;
font-weight: bold;
color: white;
float: right;
padding-right: 60px;

}
