/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color:#FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}

#cabecalho {
	position:absolute;
	left:0px;
	top:0px;
	width:778px;
	height:116px;
	background-image:url(imagens/fundo_topo.gif);
}
	#flash {
		position:absolute;
		left:0px;
		top:0px;
		width:165;
	}
	#banner {
		position:absolute;
		left:180px;
		top:28px;
		width:468px;
		height:60px;
	}
	#logo {
		position:absolute;
		width:102px;
		height:81px;
		left:665px;
		top:21px;
	}

#menusuperior {
	position:absolute;
	left:0px;
	top:117px;
	background-image:url(imagens/fundo_barnav.gif);
	width:778px;
	height:46px;
}

#principal {
	position:absolute;
	left:0px;
	top:163px;
}
	#titulos {
		width:185px;
		height:30px;
		border-bottom-width:1px;
		border-bottom-color:#FFFFFF;
		border-bottom-style:solid;
	}
	#subtitulos {
		width:185px;
		height:20px;
		background-color:#006633;
		border-bottom-width:1px;
		border-bottom-color:#FFFFFF;
		border-bottom-style:solid;
	}
	#endereco {
		background-image:url(imagens/fundo_basemenu.gif);
		background-repeat:no-repeat;
		width:185px;
		height:66px;
		font-family:tahoma; 
		font-size:11px; 
		color:#FFFFFF;
		padding-top:13px;
		padding-left:3px;
	}
	#banner2 {
		text-align:center;
	}
	#conteudo {
		position:absolute;
		float:none;
		top:0px;
		left:187px;
		width:590px;
		background-image:url(imagens/fundo_conteudo_meio.jpg);
		background-repeat:repeat-y;
		text-align:justify;
	}
#albuns {
	width:250px; 
	height:103px; 
	position:absolute; 
	text-align:left;
}
#nov_rec {
	width:270px;
	height:200px;
	position:absolute;
	top:30px;

/*	overflow:auto;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #FF6600;
	scrollbar-highlight-color: #ffffff; 
	scrollbar-arrow-color: #FF6600;
	scrollbar-3dlight-color: #FF6600;
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-track-color: #ffffff;
*/
}
#hometits {
	width:270px;
	height:20px;
	position:absolute;
	text-align:center; 
	font-family:arial; 
	font-size:16px; 
	font-weight:bold; 
	color:#ff6600; 
	border-bottom:1px solid #ff6600;
}
#homecols {
	position:absolute; 
	width:270px; 
	overflow:auto;
}
/*#rodape {
	position:absolute;
	left:0px;
	background-image:url(imagens/fundo_devanagari.gif);
	background-repeat:repeat-x;
	height:51px;
	width:778px;
	padding-top:12px;
}*/


	
a:link {
	text-decoration: underline;
	color: #006633;
}
a:visited {
	text-decoration: none;
	color: #006633;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-left:8px;
	margin-right:15px;
}
p {
	text-align:justify;
	margin-left:8px;
	margin-right:15px;
}
.menulink:link {
	text-decoration:none;
	color:#FFFFFF;
	font-weight: normal;
}
.menulink:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-weight: normal;
}
.menulink:hover {
	text-decoration:underline;
	color:#FFFFCC;
	font-weight: normal;
}
.menulink:active {
	text-decoration:none;
	color:#FFFFFF;
	font-weight: normal;
}
.input {
	border:1px solid #006633;
}
.button {
	border:1px solid #006633;
	background-image:url(imagens/fundo_botao.gif);
}