/* CSS Document */
body {
	background:url(img/bgbody.jpg) repeat-x top;
	margin:0px;
}
#bg {
	background:url(img/bgmain.jpg) no-repeat;
	width:887px;
	height:510px;
	margin-left:-444px;
	margin-top:-255px;
	left:49.5%;
	top:51%;
	position:absolute;
	
}
#container {
	background:#FFF;
	width:887px;
	height:510px;
	margin-left:-444px;
	margin-top:-255px;
	left:50%;
	top:50%;
	position:absolute;
	
}
#topo {
	height:90px;
	position:relative;
	z-index: 2;
}
#conteudo {
	background:url(img/bgconteudo.jpg) no-repeat;
	height:250px;
	position:relative;
	z-index: 1;
}
#menu {
	width:188px;
	height:250px;
	position:relative;
	float:left;
}
#imagem {
	width:452px;
	position:relative;
	float:left;
}
#col_right {
	width:221px;
	height:210px;
	padding:20px 18px 20px 8px;
	position:relative;
	float:left;
	font-family:Arial;
	font-size:70%;
	color:#666;
	overflow:auto;
	overflow-x:hidden;
	scrollbar-3dlight-color: #ddd;
	scrollbar-arrow-color: #bbb;
	scrollbar-base-color: #bbb;
	scrollbar-track-color: #ddd;
	scrollbar-darkshadow-color: #ddd;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #ddd;
	scrollbar-shadow-color: #ddd;
}
#col_right div {
	border-bottom:#333333;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	width:100%;
	margin-top:5px;
	padding-bottom: 5px;
}
#col_right_contato {
	width:221px;
	height:210px;
	padding:20px 18px 20px 8px;
	position:relative;
	float:left;
	font-family:Arial;
	font-size:70%;
	color:#666;
}
#assuntos {
	background:url(img/bgconteudo_canto.jpg) no-repeat right top;
	height:142px;
	position:relative;
	z-index: 3;
	width: 887px;
}
#bullets {
	position:relative;
	width: 11px;
	top: 8px;
	left: 255px;
}
#mes {
	width:122px;
	height:26px;
	position:absolute;
	top: 33px;
	left: 224px;
	z-index: 5;
}
#titulo {
	width:221px;
	height:105px;
	position:absolute;
	top: 33px;
	left: 347px;
	z-index: 5;
}
#rodape {
	clear:both;
	background:#98A0A7;
	height:21px;
	padding:3px 0 7px;
	position:relative;
	font-family:Arial;
	font-size:10px;
	color:#FFF;
	text-align:center;
	vertical-align:middle;		
}
a.linkcinza {
	font-family:Arial;
	font-size:100%;
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
a.linkcinza:hover {
	text-decoration:underline;
}
.linkativo {
	font-size:100%;
	color:#C00;
}
.legenda {
	font-family:Arial;
	font-size:70%;
	color:#999;
}


div.current
{
}

div.current a
{
	color:#bf0000;
}

