/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#40E0D0;
 color: #333333;
 text-align:center;
 padding:0;
}

#outer {
 text-align:left;
 border:1px solid #000000;
 width:100%; /* antes 650px; */
 margin:auto;
 }

#hdr {
 height: 120px;
 background: #FFF;
 color: #333333;

 }

#bar {
 height:75px;
 background:#0066FF;
 color: #000000;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }
 
#bodyblock {
 position:relative;
 background: #0066FF  ;
 color: #333333;
 width: 100%  /* antes 650px;  */
 padding:0;
 }

#cont {
 width: 82%;  /* antes 495px;  */
 background:#87CEFA;
 color: #000000;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 80%;
 }

/* INDEX */

 #bar50 {
 height:60px;
 background:#0066FF;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 color: rgb(255, 255, 255);
 text-align:center;
 }
 
#bodyblock90 {
 position:relative;
 background: #0066FF  ;
 color: #333333;
 width:100%;
 padding:0;
 }

#cont90 {
 width:100%;
 background:#87CEFA;
 color: #000000;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 80%;
 }

 #outer90 {
 text-align:left;
 border:1px solid #000000;
 width:100%;
 margin:auto;
 }
 
/* Buttons */ 

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}
	
#menu {	
	float:left;
	background: #333333;
  color: #333333;
  width: 18%;  /* antes  154px;  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color:#FFF;
	display: block;
	background:  url(menu.jpg);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #FFF;
	background:  url(menu.jpg) 0 -32px;
	padding: 8px 0 0 10px;
	}

#pacote {
 font-family: "Comic Sans MS", cursive;
 font-size: 120%;
 color: #000;
 }
 
#batismo {
 font-family: "Comic Sans MS", cursive;
 font-size: 110%;
 color: #000;
 }

#batismo a:link{
 font-family: "Comic Sans MS", cursive;
 font-size: 110%;
 color: #000;
 text-decoration:underline;
 }

#batismo a:hover {
 font-family: "Comic Sans MS", cursive;
 font-size: 130%;
 color: #000;
 text-decoration:underline;
 }
 
#batismo a:visited{
 font-family: "Comic Sans MS", cursive;
 font-size: 120%;
 color: #333;
 text-decoration:underline;
 }

#promocao a:link{
 font-family: "Comic Sans MS", cursive;
 font-size: 120%;
 color: #F00;
 text-decoration:underline;
 }

#promocao a:hover {
 font-family: "Comic Sans MS", cursive;
 font-size: 130%;
 color: #F00;
 text-decoration:underline;
 }
 
#promocao a:visited{
 font-family: "Comic Sans MS", cursive;
 font-size: 110%;
 color: #F00;
 text-decoration:underline;
 }

/* Presentation Stylesheet */ 

h1 {
	font: "Comic Sans MS", cursive; /* "Comic Sans MS", cursive;  */
	font-size: 170%;
}

h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 color: #000000;
 }
 
 
A:link {text-decoration:none;color:#000000;} 
A:visited {text-decoration:none;color:#000000;} 
A:active {text-decoration:none;color:#000000;} 
A:hover {text-decoration:underline;color:#999999;} 