body {

margin:0 auto;
background-color: #000099;
background-image: none;

}

#container {

width: 1018px;
margin:0 auto;
padding: 0px 5px 7px 5px;
background-color: white;

}

#cabecalho {

width: 1018px;
height: 265px;
border-bottom: 2px solid #000099;

}

#cabecalho a {

text-decoration: none;
color: blue
font-family: Arial;

}

#cabecalho a:visited {

color: green;
text-decoration: none;

}

#cabecalho a:hover {

color: red;
text-decoration: none;
font-weight: bold;

}

.links_cabecalho {

position: relative; margin: 0px;

}

.links_cabecalho ul {

margin: 0px;

}

.links_cabecalho li {

margin: 0px
list-style-type: none;
display: inline;

}


#coluna_esquerda {

float: left;
width: 155px;
background-color: none;

}

#coluna_direita {

float: right;
width: 155px;
background-color: none;

}

#conteudo {

margin: 0px 0px 0px 153px;
width: 708px;
border-left: 2px solid #000099;
border-right: 2px solid #000099;

}

#rodape {

border-top: 2px solid #000099;

}


