@charset "utf-8";
/* CSS Document */
body {
	height:100%;
	line-height:18px;
	background:#000;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p { margin:10px 0; }
a {
	text-decoration:none;
	color:#FFF;
}
a:hover { text-decoration:underline; }
address span { color:#939597; }
/* CLASSES */
.noMargin { margin:0 !important; }
.noMarginBottom { margin-bottom:0px !important; }
.noMarginTop { margin-top:0px !important; }
.noBackground { background:none !important; }
.noBorder { border:none !important; }
.noPadding { padding:0 !important; }
.right { float:right; }
.left { float:left; }
.none { display:none; }
.bolder { font-weight:bold; }
.ligther { font-weight:normal; }
.width { width:100%; }
.table { display:table; }
.upper { text-transform:uppercase; }
.lower { text-transform:lowercase; }
.italic { font-style:italic; }
.normal { font-style:normal; }
/* FONTS */
address, .address {
	font-size:11px;
	letter-spacing:.3em;
}
.section ul {
	margin-top:-9px;
	font-size:9px;
	letter-spacing:1px;
}
.pdf { color:#FF00FF; }
.escla { color:#00FFFF; }
.photos { color:#FFD300; }
/* ELEMENTS */
#splash {
	width:715px;
	margin:0 auto;
}
#header { margin:40px 0 60px; }
#logo a {
	display:block;
	text-indent:-9999px;
	width:136px;
	height:43px;
	background:url(../img/vila-do-louvor.jpg) no-repeat left top;
}
#footer .section {
	padding:15px 20px 15px 0;
	border-right:solid 1px #666;
	height:50px;
	float:left;
	margin-right:10px;
}
