/* 
    Document   : layout
    Created on : 29/06/2010, 2:18:20 PM
    Author     : craig
    Description:
*/

html
{
    font-family: arial;
}
h1
{
    font-size: 4em;
}

h1#mainHeading
{
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
}
#portrait
{
    float: left;
    height: 140px;
    padding-right: 10px;
}
.checklist
{
    list-style-type: none;
    list-style-image: url("box.gif");
}


