﻿/* page rules for iris */
/* colours #363904 - Dark Green, #818026 Dark Olive, #E2E163 light Olive, #F9F8E6 Cream, #F4EFD9 Darker Cream. */
body 
{
    color:#F9F8E6;
}
#pageheader
{
    width:1000px;
    height:150px;
    background-image:url('../images/mwiris_header.jpg');
}
#pageleft
{
    float:left;
    top:150px;
    width:145px;
    height:600px;
    border-right:solid 5px white;
    background-image:url('../images/mwiris_left.jpg');
    background-repeat:no-repeat;
}
#pagecontent
{
    float:right;
    top:150px;
    width:850px;
    height:600px;
    background-image:url('../images/mwiris_content.jpg');
    background-repeat:no-repeat;
}
#pagefooter
{
    clear:both;
    background-image:url('../images/footerbg.gif');
    background-repeat:repeat-y;
}
