/* Homepage CSS Styles ***********

-images are relative b/c of css import bug ?? 

*/

body, table, td { font-family:verdana; font-size:10px; }

#linksLeft { padding-left:28px; padding-top:20px; }
#linksRight{ padding-right:20px; padding-top:20px; }
#fbwLogo { padding-top:10px; text-align:center; }

#welcome {
  background-image: url("../images/home/welcome-wrap.gif");
  width:232;
  height:235;
  float:right;
}
#welcomeText { width:204; padding-left:8px; padding-top:8px; color:#4A5FA1; }

#news {
  background-image: url("../images/home/news-wrap.gif");
  width:232;
  height:235;
  float:left;
  position:relative; /* so worshipBtn can stay on the bot right */
}
#newsText { 
 padding-left:50px; 
 padding-top:28px; 
 line-height:20px; 
 color:#4A5FA1; 
}
A.newsLink, A.newsLink:VISITED { color:#4A5FA1; text-decoration:underline; font-weight:bold; }

#botLeft { padding-left:40px; } 
#botRight { padding-left:26px; }

#newsBtn { position:absolute; left:33px; }
#worshipBtn { 
 position:absolute;
 top:215px;
 left:62px;
}