﻿body {
	margin: 0px;
    background-image: url(imagens/detalhe.jpg);
	}

#content
{

}


#content #cabecalho
{
    height: 182px;
    text-align:center;
    padding: 2px 0px 2px 0px;
    border: 1px solid #FFFFFF;
    margin: 0;
    background-image: url('../imagens/topo.jpg');
}
#content #menuHorizontal
{
	height: 100px;
	padding: 1px;
	margin-top:12px;
	margin-bottom: 0px;
}


#content #colunaEsquerda
{
    margin-top: 0px;
	border-style: none;
    border-color: inherit;
    border-width: 0px;
    width: 200px;
	height:408px;
    background-color:#DEDEDD;
	display: block;
	float: left;

}

 #colunaEsquerda ul
{
    
    width:200px;
    margin:0px; 
    padding:0; 
    list-style:none;
    height: 368px;
}

  li
{
	 float:left;
	 height:35;
   	 width:195px;
     list-style-type:none;
	 padding: 1px 2px 1px 1px;
   		
	
	
}




#content #colunaConteudo
{
   margin-top: 5px;
   margin-left: 200px;
   padding-left:17px;
   margin-right: 200;
   background-color: #FFFFFF;
   height: auto;
   min-height:368px;
  
	
}

#content #rodape
{
    height: 50px;
    clear: both;
    background-image: url('../imagens/rodape.jpg');
}


.menuEsquerdo
{
    margin-top:30px;
    width: 175px;
	
}
     
     


.divConteudo
{
    margin-left: 190px; 
    margin-right: 190px;
}