/* CSS Document */

/* HOME: TEXT STYLES AND GENERAL STYLES */

h1 { 
color: #8a5;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 22px;
font-style: italic;
letter-spacing: 1px;
line-height: 27px;
margin: 0 0 10px 0;
}


/* HOME: PAGE CONTAINER COMPONENTS, TOP TO BOTTOM, LEFT TO RIGHT */

#header #banner {
width: 800px;
height: 225px;
}

#letter {
width: 440px;
float: left;
margin: 0 30px 0 0;
}

#letter p, ul {
color: #555;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 20px;
margin: 0 0 10px 0;
}

#letter ul {
list-style-type: none;
}

#letter ul li {
line-height: 20px;
background: url(../images/bullet.gif) left 7px no-repeat;
padding-left: 15px;
margin-left: 25px;
}

#letter h2 { 
color: #457;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
margin: 0 0 10px 0;
}

/* Note: small images within the letter are always left justified */
#letter img {
padding: 0 12px 8px 0;
}

#shoulders {
width: 290px;
float: left;
}

#shoulders img.right {
padding: 0 0 8px 12px;
}
#shoulders .headerarea {
float: left;
width: 258px;
height: 20px;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-variant: small-caps;
padding: 6px 16px;
border-bottom: 1px solid #fff;
}

.news1 {
background-image: url(../images/home/bg-header-news.gif);
background-repeat: no-repeat;
}

.worship1 {
background-image: url(../images/home/bg-header-worship.gif);
background-repeat: no-repeat;
margin-top: 10px;
}

#shoulders .bodyarea {
float: left;
width: 258px;
color: #444;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
padding: 10px 16px 0 16px;
}

.news2 {
background-color: #def;
}

.worship2 {
background-color: #edf;
}


#shoulders img {
padding: 0 0 10px 0;
}

