body{
margin:0; 
}

h4{font-family:arial,verdana, sans-serif}


#topo{
    width: 1000px;
	font-family: arial, verdana, sans-serif;
	background-color: #e7493a;
}

#cabecalho{
	width: 1000px;
	height: 85px;
}

.publicidade{
	width:20px;
	height:60px;
	position: relative;
	top:-50px;
	left:50%;
	background-image: url(publicidade.jpg);
}

.logo{
    width: 194px;
	height: 70px;
	background-color: #e7493a;
    position: relative;
	top: 20px;
	left: 20px; 
}

.box2{
	overflow: hidden;
    width: 196px;
	height: 250px;
	background-color: orange;
	border: solid 2px black;
    font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	clear: left;
}

#lateral{
    width: 100px;
	background-color: #fff;
	float:left;
	margin:0;
}

#conteudo{
    width: 800px;
	height: 900px;
	background-color: white;
	float:left;
	padding:1px;
}

.lateralb{
    width: 200px;
	height: 900px;
	background-color: DarkSeaGreen;
	float:left;
}

.rodape{
	height: 20px;
	background-color: OldLace;
	font-family: arial, verdana, sans-serif; font-size: 10px;
	text-align: left;
	padding: 6px 4px 0px 4px;
	clear: both;
}

.borda_flash{
	width: 468px;
	height: 62px;
	border: solid 1px #CCCCCC;
}
