/* CSS Document */

/* Tags Principais, cabeçalho, menu e rodapé */


html, body {
	margin:0px;
	
}

#cabecalho {
	width:1000px;
	height:26px;
}

#topo {
	width:1000px;
	height:145px;
}

#menu {
	width:1000px;
	height:36px;

}

#conteudo {
	
}

/* Divs do conteúdo do site */

#linha1 {
	margin:5px 2px 5px 5px;
	padding-bottom:5px;
}

#linha1coluna1 {
	float:left;
	width:585px;
	height:292px;

}

#linha1coluna2 {
	float:left;
	width:410px;
	height:292px;
	margin-left:3px;

}

			#linha1coluna2_1 {
				width:410px;
				height:93px;
			}
			
			#linha1coluna2_2 {
				width:410px;
				
			}
		
#linha2 {
	clear:both;
	
	
	
}

#linha2coluna1{
	width:575px;
	height:190px;
	border:solid 1px;
	margin:5px 5px 2px 5px;
	border-color:#cccccc;
	padding:5px;
	
	
}

#coluna1 {
	float:left;
}

#coluna2 {
	width:235px;
	float:left;
	margin:5px;
}

/* campos de textos das páginas */

#titulo_caixa {
	width:747px;
	margin:5px;

}

#titulo_calendario {
	width:745px;
	
	border:solid 1px;
	margin:5px;
	border-color:#CCCCCC;
	background-color:#E0E0E0;

}


#caixa_de_texto {
	width:725px;
	padding:10px;
	border:solid 1px;
	margin:5px;
	border-color:#CCCCCC;
	background-color:#E0E0E0;
	text-align: left;
}


#caixa_de_texto_2 {
	width:725px;
	padding:10px;
	border:solid 1px;
	margin:5px;
	border-color:#CCCCCC;
	background-color:#E0E0E0;
	text-align: left;
	font-family: EPISODE I;
	font-size: 12px;
	color: #303;

}

/* rodape */

#texto_rodape {
	font:Arial;
	font-size:10px;
	text-align:center;
	border:solid 1px;
	border-color:#CCCCCC;
	background-color:#E0E0E0;
	margin:5px;
	clear:both;
}#coluna1 #caixa_de_texto p strong {
	text-align: left;
}
