/* O texto colocado entre marcas é um comentário */



body 
{
background-color: white;
background-attachment: fixed;

font-size:12px;
font-family:"helvetica";
line-height:14px;
text-transform:none;
}


#corpo
{
width: 1000px;
margin-left: auto;
margin-right: auto;
font-family: "helvetica";
background-color: white;
}

#cabecalho
{ 
width: 1000px;
height: 75px;
margin-left: auto;
margin-right: auto;
font-family: "helvetica";
text-align: center;
font-size: 85%;
background-color: white;
}

#fundo
{
width: 1000px;
background-repeat: repeat-y;
padding-bottom: 5px;
padding-top: 5px;
}

#esquerda
{
width: 700px;
float: left;
}

#direita
{
width: 300px;
float: right;
height: 700px;

}


#ligacoes
{
width: 190px;
float: right;
text-align: right;
padding-top: 30px;
}

#ligacoes a
{
color: #9AC7BD;
padding-right: 10px;
}

#ligacoes a: hover
{
color: #9AC7BD;
}

#conteudo
{
width: 800px;
background-color: white;
float:left;
text-align:left;
}


h1, h2, h3, p, a
{
font-family: "helvetica";
color: #626262;
}



h1
{

/* Propriedades do texto */

text-align: center;
text-decoration: bold;
letter-spacing: 0,2px;

/*Propriedades do tipo de fonte */
font-family: "helvetica";
font-size: 2em; /* 2em=16px */
font-weight: bold;
background: white
color: #9DDCCE;

/* box model */
padding-top: 25px;
padding-bottom: 30px;
padding-right: 1x;
padding-left: 1x;
border-style: dotted;
border-width: 4px;
border-color: #E4F0ED;
margin: 2px
outline: blue dashed 10px;
color: #9AC7BD;
background: white;


}

h2
{
/* Propriedades do texto */
text-decoration: bold;
letter-spacing: 0,8px;

/*Propriedades do tipo de fonte */
font-family: "helvetica";
font-size: 1em; /* 2em=16px */
font-weight: bold;
color: #474747;
}

p
{
color: withe;
font-size: 0,8em
}

a
{
color: withe;
font-size: 1em;
color: #909090;
text-decoration: none;
target-new: tab;
}


a:hover
{
color: #9AC7BD;
font-weight: bold;
}

hr
{
height: 10px;
border: 10px;
background: orange;
}

br
{
line-height: 2;
}













