/* CSS Document */


body {
	margin: 0;
	background: #A6C0DD url(../images/theme/bg_clouds.jpg) no-repeat top center;
}
* html body {
	width: 98%;
}

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

#header {
	width: 773px;
	height: 150px;
	background: url(../images/theme/bg_top.jpg) no-repeat center top;
}

#content {
	width: 773px;
	margin-top: 3px; 
	background: white url(../images/theme/content_bg.gif) repeat-y top right;	
}
#content .shadow {
	background: url(../images/theme/content_bg2.gif) no-repeat right 15px;	
}

#content .top {
	height: 18px;
	background: url(../images/theme/content_top.jpg) no-repeat top right;	
}
#footer {
	width: 773px;
	background: #990000 url(../images/theme/footer_bg.gif) repeat-y top right;
	vertical-align: bottom;
}
#footer .bottom {
	background: url(../images/theme/footer_bottom.gif) no-repeat bottom right;
	height: 17px;
}
#footer p {
	text-align: center;
	color: white;
	margin: 0 0 5px 0 ;
}
#footer a {
	color: #00CCFF;
}
.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 {
	background: url(../images/theme/block_gallery_bg.gif) repeat-y top right;
	position: relative;
	z-index: 900;
	top: -100px;
}
#galleryBlock .bottom {
	height: 13px;
	background: url(../images/theme/block_gallery_bottom.gif) no-repeat bottom right;
}
#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 {	
	background: url(../images/theme/bible.png) no-repeat top left;
	position: relative;
	top: -30px;
	z-index: 1000;
	left: -30px;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
}

