﻿/* blank div to create white line */
#spacer1
{
    clear: both;
    height: 10px;
}

/* contains the LRF logo */
#header
{
    float: left;
    background:none;
}

/* for date */
#header-info-left
{
    float: left;

}

/* for login access and welcome message */
#header-info-right
{
    float: right;
    text-align: right;
}

/* set to same as H1 and allow for margins (controls date and login text) */
.header-info-text
{
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
    font-size: 1em;
}

/* as spacer 1. blank div */
#spacer2
{
    clear: both;
    height: 10px;
}


