/* Home page with company and system on it */

/* Left hand column - company */
div#textLeft
    { position: absolute; top: 115px; left: 0; text-align: justify; width: 390px; }
div#textLeft h2
    { margin: 0 0 15px 0; background: transparent none no-repeat scroll left top;
      width: 390px; height: 332px; overflow: hidden; text-indent: -500px; }
div#textLeft p
    { margin: 0 7px 1em 30px; }

/* Right hand column - system */
div#textRight
    { margin: 0 0 0 390px; background: white url(../backgrounds/bg_home.jpg) no-repeat scroll left 347px; text-align: justify; }
div#textRight h2
    { margin: 0 0 15px 0; background: transparent none no-repeat scroll left top;
      height: 347px; overflow: hidden; text-indent: -500px; }
div#textRight p
    { margin: 0 0 1em 103px; width: 400px; }

/* Links */
div#textLeft p a, div#textRight p a
    { font-weight: bold; color: #0019a8; text-decoration: none; }
div#textLeft p a:hover, div#textRight p a:hover
    { color: #82c0ff; }