/*********************************************************************
 * Header Style Sheet for Faith Bible Church
 ********************************************************************/

/*********************************************************************
 * General Element Styles
 ********************************************************************/

/*********************************************************************
 * Selectors
 ********************************************************************/
#header
    {
    width:800px;
    height:150px;
    }
#logo
    {
	float:left;
    width:179px;
    height:150px;
    float:left;
    }
#name
    {
	float:left;
    width:115px;
    height:120px;
    float:left;
    font-size:22pt;
    color:white;
    padding-left:5px;
    line-height:130%
    }
#movie
    {
	float:left;
    width:195px;
    height:100px;
    margin-top:10px;
    border-top:1px solid black;
    border-right:1px solid black;
    border-bottom:1px solid black;
    padding-left:100px;
    padding-right:100px;
    }
#pastorcorner
	{
	float:left;
	width:100px;
	margin-top:10px;
	}

/*********************************************************************
 * Classes
 ********************************************************************/
    
