/* **************** */
/*    HEADER 1 START  */		


#homePageHeader
{
position: relative;
top:0px;
left:0px;
width:800px;
height:74px;
background-image: url(../images/homeHeader.jpg);
}

#homePageHeaderText
{
position: relative;
top:12px;
height:18px;
color: #fff;
font: 10px Arial;
}

#homePageHeaderTextDate
{
position: absolute;
left:10px;
width:120px;
}

#homePageHeaderTextFaq
{
position: absolute;
left:162px;
width:55px;
}

#homePageHeaderTextContact
{
position: absolute;
left:219px;
width:25px;
}

#homePageHeaderTextLiterature
{
position: absolute;
left:279px;
width:25px;
}

