/* CSS Document */


.corpo {
	width: 728px;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	background-color: #000000;
	background-image: url(../../includes/images/bgsollua.jpg);
	background-repeat: no-repeat;
	border: 20px #333333 solid;
	border-top-style: double;
	border-bottom-style: double;
	vertical-align: top;
}

.corpo_materia {
	margin: 0px auto;
	width: 728px;
	height: auto;
	padding: 0px;
	background-color: #000000;
	background-image: url(../../includes/images/fundo_materia.jpg);
	background-repeat: no-repeat;
	border: 20px #333333 solid;
	border-top-style: double;
	border-bottom-style: double;
}

.top {
	width: 100%;
	height: 150px;
	/*background-color: #993300;*/
}

.bereshit {
	font-size: 12px;
	text-align: center;
	width: 768px;
	height: 16px;
	margin: 0px auto;
	background-color:#333333;
}

	.bereshit span{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 20px;
		font-weight: bold;
		color: #999999;
		margin: 2px 0px 2px 0px;
	}

.baruch {
	font-size: 12px;
	text-align: center;
	width: 100%;
	height: 16px;
	margin: 2px 0px 2px 0px;
}

	.baruch span{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFCC00;
	}

.meio {
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	/*background-color: #00FF99;*/
	/*
	clear: both;
	display: block;
	*/
}

.rodape {
	width: 728px;
	/*margin: 10px auto;*/
	/*background-color: #00FF66;*/
	/*
	clear: both;
	display: block;
	*/
	padding: 10px 0px 10px 0px;
}





