<style type="text/css">
body {
   	margin:0 0 5px 0;
	padding:0;
	background-color:#000;
	font:italic 14px/1.5em 
	Verdana, Arial, Serif;

}
#topo{<!--define a faixa superior de cabeçalho; -->
	width:auto;
	height:100px;
	background-color:#000000;
	border-top:1px solid #666;
	border-bottom:2px dotted #666;
	color:#0f0;
	text-align:center;
}
#conteudoEsq {<!-- define a área onde está o texto e conteudos da coluna esquerda;  -->
	position:absolute;
	width:190px;
	top:100px;
	left:5px;
	color:#991;
	padding-bottom:20px;
	border-bottom:3px double #666;
	
}
#conteudoDir {
	<!-- define a área onde está o texto e conteudos da coluna direita;-->
	position: absolute;
	width: 140px;
	top: 100px;
	right: 5px;
	color: #991;
	padding-bottom: 20px;
	border-bottom: 3px double #666;
	font-family: Tahoma;
	font-size: x-small;
}
#colEsq {<!-- define a área sobre a qual será colocada a div conteudoEsq; -->
	background:#000;
}
#sepEsqcolCentral {
	margin-left:200px;
	padding-left:2px;
	background:#666;
	
}
#colDir {<!-- define a área sobre a qual será colocada a div conteudoDir; -->
	background:#000;
	margin:0px;
		
}
#sepcolCentralDir {<!-- define a linha vertical de 2 pixel, que separa a coluna esquerda da coluna central; -->
	margin-right:150px;
	padding-right:2px;
	background:#666;
}
#colCentral {    <!-- define a área do conteúdo da coluna do meio ; -->
	background:#FFFFFF;
	color:#991;
	padding:2px 10px;
	text-align:justify;
	border-bottom:1px solid #666;
}
<!-- ABAIXO O CODIGO SOMBRA -->
.topo-dir {
background: url(imagem/topo-dir.jpg) 100% 0 no-repeat; 
width:45em;
}
.baixo-esq {
background: url(imagem/baixo-esq.jpg) 0 100% no-repeat;
}
.baixo-dir {
background: url(imagem/baixo-dir.jpg) 100% 100% no-repeat; 
padding:0 27px 27px 0;
}
.texto {
background:#000; 
border:1px solid #333;
}
.texto h3 {
text-align:center; 
margin:0.5em 0; 

}
p {
margin-bottom:0;
font: 16px Georgia, "Times New Roman", Times, serif;
padding:0 10px 10px; 
text-align:justify; 
}
</style>