﻿@import url("layout.css");

#topo_fundo
{
    height: 240px;
    background-color: #666666;
}
#topo
{
    height: 310px;    
    background-color: #FFFFFF;
}

#rodape_fundo
{
    height: 5px;
    background-color: #FFFFFF;
    position: relative;
    left: 0;
    bottom: 0;
    clear: both;   
}
#rodape_fundo2
{
    height: 40px;
    background-color: #666666;
    position: relative;
    left: 0;
    bottom: 0;
    clear: both;
}

	
#coluna1
{
    float: left;
    width: 400px;
    margin-left: 5px;
    text-align: justify;
    border-width: 0 1px 0 0px;
    border-style: dotted;
    border-color: #999999;
    padding: 0 10px;
    margin-top: 5px;
}

#coluna2
{
    margin-left: 5px;
    width: 395px;
    float: left;
    border-width: 0 1px 0 0px;
    border-style: dotted;
    border-color: #999999;
    margin-top: 5px;
   
}
	
#coluna3 {
	width:161px;
	float:right;
	margin-top: 5px;	
	}


