﻿html 
{
	height:100%;	
	font-size:11px;
	overflow-x: auto;
}

body
{
	background-color:#fbfce6;
    color:#6d6950;
   
    font-family:Tahoma;
    font-size:9pt;	
    
    text-align: center;
    vertical-align:middle;
    margin: 0;
    padding: 0;
  
    border: none;
        
    scrollbar-3dlight-color: #b0b18b;
    scrollbar-darkshadow-color: #b0b18b;
    scrollbar-face-color: #e7e8cf;
    scrollbar-highlight-color: #b0b18b;
    scrollbar-shadow-color: #b0b18b;
    scrollbar-track-color: #b0b18b;
}

#container{
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0;
}

/*main Container*/
#wrapper
{
    width: 766px;
    padding: 0px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    background-image: url(../images/bg.gif);
}

/*Begin Header*/
#header
{
    margin: 0px;
    padding: 0px;
    height: 141px;
    width: auto;
}

#headerLeft
{
	background-image: url(../images/chapel_01.gif); 
	width: 173px;
    height: 141px; 
    float: left;
}

#headerCenter
{
	background-image: url(../images/chapel_02.gif); 
	width: 421px;
    height: 141px; 
    float: left;
}

#headerRight
{
	background-image: url(../images/chapel_03.gif); 
	width: 172px;
    height: 141px; 
    float: left;
}
/*End Header*/

/*Content Container*/
#content
{
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: auto;
}

#left
{
    margin: 0px;
    width: 173px;
    height: 588px;
    padding: 0px;
    float: left;
    background-image: url(../images/chapel_04.gif);
    text-align:left;
}

#center
{
    height: 588px;
    width: 421px;
    padding: 0px;
    float: left;
    margin: 0px;
    background-image: url(../images/chapel_05.gif);
}

#right
{
    padding: 0px;
    height: 588px;
    width: 172px;
    float: left;
    margin: 0px;
    text-align:right;
    background-image: url(../images/chapel_06.gif);
}
/*End Content Container*/

/*Begin Footer*/
#footer
{
    margin: 0px;
    text-align: center;
    padding: 0px;
    height: 71px;
    color:#fbfce6;
}

#footerLeft
{
	background-image: url(../images/chapel_07.gif); 
	width: 173px;
    height: 71px; 
    float: left;
}

#footerCenter
{
	background-image: url(../images/chapel_08.gif); 
	width: 421px;
    height: 71px; 
    float: left;
}

#footerRight
{
	background-image: url(../images/chapel_09.gif); 
	width: 172px;
    height: 71px; 
    float: left;
}

#footerLinks
{
	margin-top:40px;
	width:100%;
	height:100%;
}

#footerLinks a
{
	color:#fbfce6;
	font-family:Tahoma;
	font-size:9pt;
	text-decoration:none;
}
#footerLinks a:hover
{
	color:#fbfce6;
	font-family:Tahoma;
	font-size:9pt;
	text-decoration:none;
}

/*End Header*/

/*Begin Menus*/
#menuLeft
{
	margin: 0px;
    width: 159px;
    height: 588px;
}

#menuRight
{
	padding: 0px;
    height: 588px;
    width: 158px;
    float: right;
    margin: 0px;
}

/*End Menus*/

.clearer
{
    font-size: 0px;
    line-height: 0px;
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 0px;
    width: auto;
}

/*Links*/
a
{
	color:#3c3b2b;
	font-family:Tahoma;
	font-size:9pt;
	text-decoration:underline;
}
a:hover
{
	color:#6d6950;
	font-family:Tahoma;
	font-size:9pt;
	text-decoration:underline;
}

img
{
	border:0px;
}
