/* CSS */
body{
	background-color: #EAEAEC;
}
#topo{
	width: 770px;
	height: 355px;
	margin: auto;
}
#meio{
	width: 770px;
	height: 440px;
	margin: auto;
	background-image: url(../imagens/kakocar-meio.jpg);
}
#menu{
	width: 154px;
	height: 111px;
	float: left;
	margin-left: 72px;
	margin-top: 2px;
	font-family: Tahoma;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	color: #000000;
}
#menu a{
	color: #000000;
	text-decoration: none;
}
#menu a:hover{
	text-decoration: underline;
}
#link{
	width: 154px;
	height: 31px;
}
#link1{
	width: 154px;
	height: 31px;
	margin-top: 9px;
}
#texto{
	width: 380px;
	height: 380px;
	float: right;
	margin-top: 30px;
	margin-right: 60px;
	font-family: Tahoma;
	color: #838281;
	font-size: 12px;
	text-align: justify;
}
#texto img{
	margin-right: 6px;
}
#titulo{
	width: 380px;
	height: 100px;
	float: right;
	margin-top: 20px;
	margin-right: 60px;
	margin-bottom:0;
	font-family: Tahoma;
	color: #838281;
	font-size: 12px;
	text-align: justify;
}
#texto1{
	width: 380px;
	height: 285px;
	float: right;
	margin-right: 50px;
	font-family: Tahoma;
	color: #838281;
	font-size: 14px;
	text-align: justify;
	overflow: auto;
	visibility: visible;
	padding-right: 10px;
}
h1{
	font-size: 20px;
	color: #007CC3;
	font-family: "Trebuchet MS";
	margin: 10px 0;
}
h2{
	font-size: 20px;
	color: #007CC3;
	font-family: "Trebuchet MS";
		margin: 10px 0;

}
#rodape{
	width: 770px;
	height: 78px;
	margin: auto;
	background-image: url(../imagens/kakocar-rodape.jpg);
}
#end{
	width: 770px;
	height: 40px;
	float: left;
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
