html
{
overflow-y: scroll;
}
body
{
background: #f2f0e7; top center url('images/bg.gif');
font-family: Verdana;
margin: 0px;
margin-bottom: 50px;
padding: 0px;
height:100%;
}
a
{
color: #2a2a2a;
}
.spacer
{
height:20px;
}
.header
{
width:100%;
background-color: #51473e;
text-align:center;
}
.headercontent
{
margin-left:auto;
margin-right:auto;
height:100px;
width:790px;
text-align:left;
padding-top:10px;
color: #ffffff;
font-size: 30px;
}
.copyright
{
width:100%;
text-align:center;
}
.copyrightcontent
{
margin-left:auto;
margin-right:auto;
width:790px;
text-align:left;
background-color: #eae7d4;
padding: 2px 10px 2px 10px;
border: 1px solid #d1cfc3;
font-size:10px;
line-height:10px;
text-align:center;
color: #555555;

}
.menuholder
{
background-color: #51473e;
border-bottom: 1px solid #d1cfc3;
}
.menu
{
margin-left:auto;
margin-right:auto;
width:790px;
text-align:center;
padding: 0px;
color: #ffffff;
}
.content
{
margin-left:auto;
margin-right:auto;
width:790px;
text-align:left;
background-color: #eae7d4;
padding: 10px;
border: 1px solid #d1cfc3;
}
.contenttitle
{
font-size: 14pt;
color: #555555;
}
.contentmaintbl
{
width:100%;
}
.contentmaintbl td
{
}
.contentmain1, .contentmain2
{
border: 1px solid #d1cfc3;
background-color: #ffffff;
padding: 5px;
font-size: 10pt;
text-align: justify;
}

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: center; /* set to left, right or center */
margin: 0px;
font: bold 11px verdana, arial, sans-serif; /* set font as desired */	
list-style-type: none;
padding: 0px 0px 7px 0px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#home li.home, body#ourparish li.ourparish, body#history li.history, body#rectors li.rectors, body#parishlinks li.parishlinks, body#supporting li.supporting, body#news li.news, body#contact li.contact, body#groups li.groups
{
background-color: #f2f0e7;
border-bottom: 1px solid #000000;
}

body#home li.home a, body#ourparish li.ourparish a, body#history li.history a, body#rectors li.rectors a, body#supporting li.supporting a,  body#parishlinks li.parishlinks a, body#news li.news a, body#contact li.contact a, body#groups li.groups a
{
background-color: #f2f0e7; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 9px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 7px 10px 7px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border-top: 1px solid #847c73; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #797066; /* set unselected tab background color as desired */
color: #ffffff; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #9c9084; /* set desired hover color */
}

/* end css tabs */


