/* CSS Document */


body {
	margin: 0;
	background: #FFFFFF top center;
	background: url(../images/theme/bg.jpg) repeat-x ;
}
* html body {
	width: 800px;
}

#frame {
	margin: auto;
	width: 800px;
}

#header {
	width: 800px;
	height: 150px;
}

#content {
	width: 800px;
	margin-top: 3px;
	background-color: #FFF;
}
#content .shadow {
	background-color: #FFF;
}

#content .top {
	height: 18px;
}
#footer {
	width: 800px;
	vertical-align: bottom;
	background: #92B647;
	background-image: url(../images/theme/bg_bott.jpg);
	height: 114px;
}
#footer .bottom {
	background: ;
	height: 17px;
}
#footer p {
	text-align: center;
	color: white;
	margin: 0 0 5px 0 ;
}
#footer a {
	color: #17698C;
	font-size: 11px;
}
.footerbar {
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
}
.footerbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footerbar ul li {
	display: inline;
	color: #fff;
	font-size: 8pt;
}
#footer .footerbar ul li a {
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
#footer .footerbar ul li a:hover {
	text-decoration: underline;
}

#content .layout {
	margin: auto;
}

#firstContent {
	width: 160px;
	vertical-align: top;
}

#mainContent {
	width: 580px;
	padding: 0 10px 10px 10px;
}

#galleryBlock {
	position: relative;
	z-index: 700;
	top: -100px;
}
#galleryBlock .bottom {
	height: 13px;
	
}
#galleryBlock img {
	margin: 10px 3px 0px 18px;
}
#publicidadBlock {
	position: relative;
	z-index: 900;
	top: -100px;

	text-align: center;
}

.today {
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
	margin-right: 20px;	
	padding-top: 5px;
}
#bibleLayout {	

	position: relative;
	top: -30px;
	z-index: 1000;
	left: -30px;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
}

