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:762px;
}

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

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

#links{
	float:left;
	width: 180px;
	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-left:20px;
	margin-top:200px;
}

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

#integrantes{
	width:500px;	
}

#integrantes li{
	word-spacing:0px;
	font-family:"Times New Roman";
	font-weight:bolder;
	margin-left:20px;
}

.pessoa li{
	list-style:square;
}

#cargo{
	font-weight:normal;
	font-weight:bolder;
}

.pessoa{
	font-size:11px;
	text-align:center;
	float: left;
	padding: 5px;
	width: 170px;
	height: 80px;
	border: 1px dotted #E6E6E6;
	margin: 5px;
}

.foto{
	float:left;
}

#proxima{
	margin-left:250px;
	width:50px;
}

#anterior{
	width:400px;
	height:50px;
	margin-top:300px;
	margin-left:50px;
}

#anterior a{
	width:50px;
	float:left;
}

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


