@charset "UTF-8";
@import url('menu_topo.css');
@import url('menu_lateral.css');
@import url('coluna_direita.css');

* {
	margin: 0;
	padding: 0;
}

BODY {
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
}

A {
	color: #000000;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

A IMG {
	border: none;
}

#divAreaUtil {
	margin: 0 auto;
	width: 1000px;
}

#divTopo {
	width: 100%;
	height: 200px;
	position: relative;
}

#divColEsquerda {
	width: 200px;
	float: left;
	text-align: center;	
}
	
#divColCentro {
	width: 590px;
	padding: 0px;
	float: left;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

#divColDireita {
	width: 200px;
	float: left;
	text-align: center;
}