body {
margin:0px 0px 0px 0px;
text-align:center;
background-color:#ffffff;
}

img {
 
 border:none;

}


/* --------------------------ID-------------------------------------------- */


#container {
	background:url(../imgs/rep_top.jpg) left top repeat-x;
	width:100%;
	
}

#containerdown {
	background:url(../imgs/rep_down.jpg) left bottom repeat-x;
	width:100%;
	
}

#l_t {
	background:url(../imgs/1.jpg) left top no-repeat;
	width:100%;
	
}

#r_t {
	background:url(../imgs/2.jpg) right top no-repeat;
	width:100%;
	
}

#l_b {
	background:url(../imgs/3.jpg) left bottom no-repeat;
	width:100%;
	
}

#r_b {
	background:url(../imgs/4.jpg) right bottom no-repeat;
	width:100%;
	
}


#dentrol_t {
	background:url(../imgs/5.jpg) left top no-repeat;
	width:100%;
	
}

#dentror_t {
	background:url(../imgs/6.jpg) right top no-repeat;
	width:100%;
	
}

#dentrol_b {
	background:url(../imgs/7.jpg) left bottom no-repeat;
	width:100%;
	
}

#dentror_b {
	background:url(../imgs/8.jpg) right bottom no-repeat;
	width:100%;
	
}

#terco {
	position:absolute;
	margin-left:850px;
	margin-top:-70px;
	z-index:3;
	float:right;
	
}

/* --------------------------CLASSES--------------------------------------------- */



.titulo {font-family:tahoma;
          font-size:16px;
          font-weight:bold;
		  color:#ffffff;}
		  
.preto {font-family:tahoma;
          font-size:16px;
          font-weight:bold;
		  color:#000000;}
		  
.missa {font-family:tahoma;
          font-size:18px;
          font-weight:bold;
		  color:#990000;}
		  
.subtit {font-family:tahoma;
          font-size:12px;
          font-weight:bold;
		  color:#666666;}
		  
.todos {font-family:tahoma;
          font-size:12px;
          font-weight:bold;
		  color:#000000;}
		  
.branco {font-family:tahoma;
          font-size:12px;
          font-weight:bold;
		  color:#ffffff;}

.padrao {font-family:tahoma;
          font-size:12px;
          font-weight:normal;
		  color:#666666;}
		  
 .titulospag {font-family:tahoma;
          font-size:14px;
          font-weight:bold;
		  color:#990000;} 

/* --------------------------LINKS--------------------------------------------- */




a.menurodape{
    font-family:tahoma;  
	font-size:12px;     
	color: #666666;
	font-weight:normal;
	text-decoration: none;
	}
a.menurodape:hover {
	text-decoration: none;
	color: #F8C300;
}


a.well{
    font-family:arial;  
	font-size:12px;     
	color: #000000;
	font-weight:normal;
	text-decoration: none;
	}
a.well:hover {
	text-decoration: underline;
	color: #000000;
}

a.texto{
    font-family:tahoma;  
	font-size:12px;     
	color: #666666;
	font-weight:normal;
	text-decoration: none;
	}
a.texto:hover {
	text-decoration: underline;
	color: #666666;
}



/* --------------------------MENU--------------------------------------------- */


#menu {
list-style:none;
margin:0;
padding:0;

}

#menu li { 
display:inline;
text-align:center;

}

#menu li a { 
display:block;
width:100px;
line-height:51px;
color:#FFFFFF;
font-family:tahoma;
font-size:14px;
font-weight:bold;
text-decoration:none;
float:left;
text-align:center;
}

#menu li a:hover {
background-image:url(../imgs/menu_clicado.jpg);
color:#043191;
}


#menu li.clicado {
display:block;
width:100px;
float:left;
background-image:url(../imgs/menu_clicado.jpg);
color:#043191;
line-height:51px;
font-family:tahoma;
font-size:14px;
font-weight:bold;
}




/* --------------------------Tabela--------------------------------------------- */


table#tabfotos {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-decoration:none;
}

table#tabfotos td.padder {
padding: 0 0 8px 0;
}

table#tabfotos td img {
	border:3px solid white;
}


table#tabfotos td.yellow a img:hover {
	border: 3px solid #F9C708;
}


