* {
	margin: 0;
	padding: 0;
}

html,body,table {
	text-align: center;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222;
}

#igreja {
	background: #ccc999;
	padding: 0px 0px 0px 10px;
	margin: 0px 10px 5px 0px;
}
#cinza {
	color: gray;
	font: bold;
}

a {
	text-decoration: none;
	color: #7B8F35;
}
a:hover {
	text-decoration: underline;
	color: #B5DF26;
}
table,tr,td {text-align: left;}
#tdtitle{
	background: #ffffff;
}

#wrap {
	margin: 20px auto;
	text-align: left;
	width: 900px;
	position: relative;
}

/*Titulo*/
#header {
	height: 90px;
	background: #B1DF27 url(images/header.jpg) no-repeat;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 20px 0 0 20px;
color: #FF5500;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #eee;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

/*Conteudo*/
.right {
	float: right;
	width: 700px;
	text-align: justify;
	padding-top: 5px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}
h3 {
font-size: 14px;
padding: 7px 0 0px 0;
}
.right h4 {
font-size: 12px;
color: #606060;
}
.right p {
padding: 7px 0 0px 0;
}

/*Menu*/
.left {
	float: left;
	width: 180px;
	padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #B1DF27 url(images/menuh2.jpg) no-repeat;
color: #fff;
font-size: 13px;
}
.left h1 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #B1DF27 url(images/menuh3.jpg) no-repeat;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 0px 0 0px 0px; # 10 0 15 10 - 5 0 5 10
list-style-type: square;
color: #B1DF27;
padding-left: 30px;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

/*Rodape*/
#footer {
text-align: center;
font-size: 11px;
color: #7B8F35;
margin-top: 20px;
border-top: 1px dotted #7B8F35;
}
#footer a { color: #7B8F35; }

/*Outros*/
#um{
margin: 0px 0px 0px 0px;
}

img {
margin: 5px 15px 10px 15px; #cima dir baixo esq
float:right;
}



.edicao {
	float: left;
	width: 170px;
	padding-top: 10px;
	text-align: center;
}
.edicao img {
	margin: 5px 15px 5px 15px; #cima dir baixo esq
	float:right;
}
.coluna {
	float: left;
	padding-right: 10px;
	text-align: center;
}
.linha{
	background: #ccc999;
}
.alert{
	color: red;
	font-style: bold;
}
