body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #005696;
	background-repeat: repeat-x;
	background-image: url(images/bgr.gif);
	text-align:justify;
	/* overflow: hidden;*/
}

/* Div Esquerda*/
#ladoEsq{
	float:left;
	width:15%;
	height:762px;
	background-image: url(images/bgl.gif);
	background-repeat: repeat-x;
}


/* Div Centro*/
#centro{
	background-image: url(images/Background2.jpg);
	background-repeat:no-repeat;
	float:left;
	width:720px;
	height:762px;
}

.link a:hover{
	text-decoration:underline;
}

ul li{
	list-style-image:url(images/lista.png);
	list-style-position:inside;
	
}

#links{
	float:left;
	width: 150px;
	height:300px;
	margin-top:250px;
	margin-left:60px;
	text-decoration:none;
}

.link a{
	color:black;
	font-family:"Comic Sans MS";
	font-size:small;
	text-decoration:none;
}

#dados{
	float:left;
	width:400px;
	height:300px;
	margin-top:200px;
	margin-left:65px;
}

#titulo{
	font-family:"Comic Sans MS";
	font-size:large;
	font-weight:bold;
	text-align:center;
}

#imagem{
	margin-left:60px;
	margin-top:15px;
	background-image: url(images/logo.gif);	
	width:300px;
	height:126px;
}

#texto{
	font-size:13px;
	margin-top:10px;
	margin-left:30px;	
}

/* Footer*/
#footer{
	margin-left:15%;
	width:720px;
	height:35px;
}


