/* CSS for LIP site */

/* All pages */
body
{
 color: blue; font-family: ariel, sans-serif;
}

#main /*Container for the whole page*/)
{
 width: 950px;
 height: 2000px;
 margin: 0 5%;
 padding: 2em;
 position: relative;
}

/* Border for all items for positioning */
#header,
{
 border: 1px solid white; /* Change color from white to hide borders */
 padding: 2px;
 margin-bottom: 2px;
}


#header
{
 position: absolute;
}

#heading
{
 position: absolute;
 height: 250px; width: 930px;
 padding-bottom: .2em; padding-left: .4em; padding-right: .2em;
 margin: 0; text-align: right; text-align: centre;
 background: white url(images/lip_banner.jpg) no-repeat ;
}

#heading span
{
 position: relative;
 font-size: 30px;
 top: 150px;
 left: 180px;
}

