* {
    padding: 0;
    margin: 0;
} 

body {
background: #C7C7C7 url(images/bg.png) repeat-y top center;
font-family: bookman old style, Arial, sans-serif;
font-size: 14px;
padding: 0;
margin: 0;
color: #444;
line-height: 20px;
}

img { border: none; }
a { color: #0062A1; font-weight: 600; text-decoration: none; }
a:hover { text-decoration: none; color : #000; }
ul { padding: 10px 0px 10px 30px; }
ul li { padding: 2px 0 3px 0; }
h1 { font-family: arial, sans-serif; border-bottom: 1px dotted #0DADC3; color: #0062A1; padding-bottom: 4px; margin: 20px 0 7px 0; font-weight: 100; font-size: 26px; letter-spacing: 1px;}
h2 { font-family: arial, sans-serif; border-bottom: 1px dotted #0DADC3; color: #0062A1; padding-bottom: 3px; margin: 22px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: 1px;}
h2 a { text-decoration: none; font-size: 22px; letter-spacing: 1px; }
h2 a:hover { color: #111; }
h3 { font-family: arial, sans-serif; color: #0062A1; padding-bottom: 3px; margin: 7px 0 7px 0; font-weight: 100; font-size: 18px;}

#wrap {
width: 800px;
margin: 0 auto;
}

#header {
height: 134px;
text-align: center;
}

#content { 
padding: 0 20px;
text-align: center;
}

.congregation {
text-align: center;
padding: 0px 7px;
float: left;
width: 176px;
}

#footer {
font-size: 11px;
color: #666;
text-align: center;
padding: 10px 0;
margin: 20px 0 0 0;
border-top: 1px dotted #0DADC3;

}
#footer a { 
color: #666;
font-weight: 300;
}
#footer a:hover {
color: #000; 
text-decoration: underline; 
}
