/* CSS Document */
body {
	background-color: #F3EFE3;
	background-image:	url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	}
#container {
	width:1040px;
	margin:auto;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
	color:#720204; 
}
#header {
	height:246px;
	width:1040px;
	background-image: url(../images/bg_header.jpg);
}
#navbar {
	position:relative;
	top: 187px;
	width: 960px;
	height: 45px;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	margin:auto;
	border: none;
	overflow:hidden;
	font-size: 0.7em;
	letter-spacing: 0.12em;
}
#navbar ul {
	list-style-type:none;
	margin-left:84px;	
}
#navbar li {
	float: left;
}
#navbar li a {
	display:block;
	width: 113px;
	height: 21px;
	padding: 12px 0px 12px;
	color: #FFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
	text-decoration: none;
}
#navbar li a:hover {
	display:block;
	width: 113px;
	height: 21px;
	padding: 12px 0px 12px;
	background-image: url(../images/navbar_hover.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
	text-decoration: none;
}
#features {
	width:880px;
	min-height:457px;
	padding: 0px 80px 12px;
	background-image:url(../images/bg_features.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
}
#content {
	float:left;
	min-height:400px;
	width:567px;
	margin: 0px 0px 12px;
}
#content_header h1, #content_body p, #content_body blockquote, #content_body a {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#content_header{
	height:68px;
	background-image: url(../images/con_header.jpg);
	background-repeat:no-repeat;
}
#content_header h1{
	padding: 30px 30px 0px;
	color: #FFF;
	font-size:1em;
	letter-spacing: 0.12em;
	font-weight:normal;
	text-align:center;
}
#content_body{
	background-image: url(../images/con_body.jpg);
	background-repeat:repeat-y;
	background-color:#FFF;
	padding: 10px 20px 10px;
}
#content_body h1{
	font-size:1em;
	font-weight:bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#content_body blockquote {
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
	font-style:italic;
	letter-spacing:.06em;
	line-height:1.4em;
	margin: 5px 50px 25px;	
}
#content_body p {
	margin-bottom:14px;
}
#content_body td{
	font-size:0.8em;
	font-weight:550;
	line-height:1.2em;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:10px;
}
#content_body table{
	margin-bottom:14px
}

#content_footer{
	height:20px;
	background-image: url(../images/con_footer.jpg);
	background-repeat:no-repeat;
}
#cathedral {
	float:left;
	margin-left:70px;
	width: 211px;
}
#minigallery {
	float:left;
	margin: 10px 0px 0px 70px;
	width: 211px;
	background-image: url(../images/img_border.jpg);
	background-repeat:no-repeat;
	padding: 10px 10px 12px;
}
#minigallery img{
	width: 191px;
	height: 137px;	
}
/* galleria*/
.galleria-container{
	height: 350px;
	background-color:#F3EFE3;
}
/* s3slider */
#s3slider {
	width: 191px; /* important to be same as image width */
	height: 137px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
}
#s3sliderContent {
   width: 191px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}
.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
	list-style: none !important;	
	margin-left: 0px !important;
}
.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 0px;
   height: 0px;
   width: 0px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;  
}

#footer {
	height:68px;
	width:880px;	
	padding: 12px 80px 0px;
	background-image:url(../images/bg_footer.jpg);
	border-top-color: #720204;
	border-top-width: 9px;
}
#content_body a{
    font-size:0.8em;
	font-weight:bolder;
	color:#006;
	letter-spacing:.01em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-bottom:14px;
}
#content_body a:link{
	text-decoration: none;	
}
#content_body a:visited{
	text-decoration: none;
}
#content_body a:hover{
	color:#FFF;
	background-color:#006;
}
#content_body a:active{
	text-decoration: underline;
}
#credits{
	width:inherit;
	margin:auto;
	padding-top: 9px;
	font-size: 0.65em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
}
#credits a{
	color:#720204;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
}
#credits a:hover{
	text-decoration: underline;
}
.clear {
	clear:both;
}
