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);
	/* 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:900px;
}

.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:400px;
	margin-top:180px;
	margin-left:60px;
}

#imagem{
	
	float:left;
	width:72px;
	height:72px;
	background-image: url(images/img07.png);
	margin-left:60px;
}

#titulo{
	
	float:left;
	font-family:"Comic Sans MS";
	font-size:large;
	font-weight:bold;
	text-align:center;
	margin-left:20px;
	margin-top:20px;
}

#emails{
	font-size:13px;
	margin-top:80px;
}

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


