body{
	background-image: url(../img/fundo.jpg);
}
#box{
	width:779px;
	height:auto;
	background:#dddddd;
	position:absolute;
	left:50%;
	margin-left: -389px;
	overflow:inherit;
	top: 17px;
}
#topo{
	width: 779px;
	height:auto;te
}


/*Links*/

a:link{
	text-decoration: none;
	color:#666666;
}
a:visited{
	text-decoration: none;
	color:#666666;
}
a:hover{
	color: #333333;
	cursor:pointer;
	font-weight:bold;
}
a:active{
	text-decoration:none;
}


/*Conteudo*/

#quadro{
	position:relative;
	padding-left:40px;
	padding-right:40px;
	width:700px;
	min-height:335px;
	margin-bottom:40px;
}

#meu_domingo{
	float:left;
	background-color:#EFEFEF;
	width: 303px;
	height: 304px;
	margin-top: 20px;
}
#cinza{
	background-color:#CCCCCC;
	width: 278px;
	height: 224px;
	margin-left:12px;
	margin-right:12px;
}
#direita{
	width:230px;
	float:left;
	min-height:100px;
	margin-left:50px;
}
#destaque{
	width:300px;
	height:auto;
}
#formacao{
	background-image:url(../img/formacao.gif);
	background-repeat:no-repeat;
	position:relative;
	z-index:3;
	width:300px;
}



/* Texto */

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666666;
	font-weight:bold;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#908BC2;
	margin:0;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#908BC2;
	margin:0;
}
h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	padding:3px;
	padding-left:10px;
}
h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#333333;
	margin:0px;
}
.texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	line-height:18px;
	text-align:justify;
}
.texto p{
	text-indent:15px;
}
.txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
}
.download{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#908BC2;
	margin:0;
	font-weight:bold;	
}
.formacao{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;	
}
.rodape{
	font-family:"Berlin Sans FB Demi", Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#efefef;
}

/*Arquivo*/

.table th{
	background-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	text-align:center;
}
.table tr{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	text-indent:10px;
	background-color:#999999;
}
.table tr:hover{
	background-color:#c5c5c5;
}
fieldset{
	border:#999999 1px solid;
}


/*Rodapé*/

#rodape{
	position: relative;
	background-color: #999999;
	width: 779px;
	height: 64px;
	clear:both;
}

/* Quem Somos */

#foto{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}



/* Contato */


textarea, input[type=text], select{
	width:226px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	border:#999999 1px solid;
}
input[type=submit], input[type=reset]{
	border:#999999 1px solid;
}