@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
img {
	border:none;
}
body {
	background:#cee3f2;
	font-family:"Trebuchet MS";
	color:#FFFFFF;
	font-size:12px;
}
#Container, #Topo, #Conteudo, #ContD, #Rodape {
	position:relative;
}
#Container {
	width:775px;
	height:527px;
}
#Topo {
	width:775px;
	height:113px;
	background:url(../../imagens/BGbarra.jpg) repeat-x bottom;
}
#Dados {
	position:absolute;
	top:0px;
	left:5px;
	width:193px;
	height:46px;
	background:url(../../imagens/Dados.jpg) no-repeat;
	font-size:12px;
	line-height:12px;
	padding-top:10px;
	
}
#Menu {
	position:absolute;
	top:10px;
	right:12px;
	width:353px;
	height:46px;
}
#Conteudo {
	height:372px;
	width:775px;
	background:url(../../imagens/BGCe.jpg) left repeat-y;
}
#ContD {
	float:right;
	height:372px;
	width:379px;
	background:url(../../imagens/LogoCD.jpg) top right no-repeat;
}
#ContD p {
	position:absolute;
	top:77px;
	left:20px;
	width:347px;
	height:286px;
	text-align:left;
}
#MenuT {
	position:absolute;
	top:64px;
	left:45px;
	width:296px;
	height:292px;
}
#Rodape {
	width:775px;
	height:25px;
	background:url(../../imagens/BGRodape.jpg) repeat-x;
}
#Rodape p {
	text-align:left;
	float:left;
	padding-left:7px;
	padding-top:4px;
}
#Rodape ul {
	float:right;
	padding-right:7px;
	padding-top:4px;
}
#Rodape li, li a {
	list-style:none;
	display:inline;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#Rodape li a:hover {
	text-decoration:underline;
}
#contato {
	font-size:16px;
	line-height:36px;
	font-weight:bold;
	text-align:center;
}
#contato a {
	color:#FFFFFF;
}