/* -- West Houston Bible Church - Houston, TX --*/

* { padding: 0; margin: 0; }
* img { behavior: url(iepngfix.htc); }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 1em;
 background: #f2f2f2;
}

#wrapper { 
 margin: 0 auto;
 width: 900px;

}


#header {
 width: 900px;
 height: 523px;
 padding: 0px;
 margin: 10px 0px 10px 0px;
 background-image: url(images/main-image2.jpg);
}


/* -- Navigation --*/

#navigation  {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #fff;
 padding: 36px 10px 0px 10px;
 margin-left: 8px;
 z-index: 20;
}


#navigation a:link {
text-decoration: none;
color:#fff;
}

#navigation a:visited {
text-decoration: none;
color:#fff;
}

#navigation a:hover {
color:#fff;
text-decoration: underline;

}

#navigation a:active {
text-decoration: none;

}



img.logo  {
border: 0px;
margin-left: 769px;
margin-top: -53px;

}



/*--FOOTER--*/

#footer { 
clear: both;
display: block;
width: 760px;
background: #5F84B8;
height: 105px;
z-index: 99;

}

