
a:link {
	text-decoration:none;
	color:#000000;
}
a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#999999;
}
a:active {
	text-decoration:none;
	color:#000000;
}

html, body {
	height: 100%;         /* required */
	background-color:#CCCC99;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	//color:#000000;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	behavior:url("./css/csshover.htc");
	background-color:#CCCC99;

}

#communicatio {
	width:250px;
	height:60px;
	position:absolute;
	top:100px;
	left:30px;
	z-index:1;
}

#conteudoHome {
	width:500px;
	height:300px;
	position:absolute;
	top:250px;
	right:180px;
	font-size:12px;
	overflow-y: auto;
	color:#000000;
}

#conteudo {
	width:690px;
	height:310px;
	position:absolute;
	top:250px;
	left:300px;
		//top:250px;
	//right:80px;
	font-size:12px;
	overflow:auto;
	color:#000000;
}

#distancia { 
	margin-bottom: -295px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
}

#main {
	width:1000px;
	height:590px;
	position:relative;
	margin:0 auto;
	clear:left;
	text-align:left;
	background-color:#FFFFFF;
	color:#000000;
}

#imgSuperior {
	width:1000px;
	height:200px;
	position:absolute;
	top:20px;
	left:0px;
}

#imgInferior {
	width:250px;
	height:150px;
	position:absolute;
	bottom:0px;
	left:0px;
}

#rodape {
	position:absolute;
	bottom:10px;
	right:10px;
	table-layout:auto;
}

strong {
	color:#000000;;
}
