﻿/* CSS layout */
#col_esquerda {
	width: 195px;
	position: absolute;
	left: 0px;
	top: 190px;
    height: 329px;
}

#col_direita {
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#pag_conteudo {
	margin-left: 204px;
    width: 696px;
}
	
#conteudo {
	position: relative;
	width: 910px;
}




a:link
{
    color: rgb(0, 102, 255);
}
a:visited
{
	color: rgb(128, 128, 128); 
} 
a:active 
{
	color: rgb(204, 153, 0);
}
body
{
    font-family: Century Gothic, Arial, Helvetica;
    background-color: rgb(0, 28, 84);
    color: rgb(0, 0, 0);
    background-image: url('imagens/fundosite.jpg');
}
h1, h2, h3, h4, h5, h6
{
	font-family: Century Gothic, Arial, Helvetica;
}
h1
{
	color: rgb(0, 51, 102);
	font-size: large;
}
h2
{
	color: rgb(51, 0, 153); 
}
h3
{
    color: rgb(34, 90, 175);
}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	color: rgb(51, 0, 153);
}
h6
{
    color: rgb(0, 0, 55);
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
}

