﻿#warm
{
    position:absolute;
    left:480px;
    top:234px;
    width:147px;
    height:35px;
    background-image:url(../Images/script_warm_large.gif);
    background-repeat:no-repeat;
    background-position:left top;
}

#welcome
{
    position:absolute;
    left:705px;
    top:551px;
    width:220px;
    height:85px;
    background-image:url(../Images/script_welcome_large.gif);
    background-repeat:no-repeat;
    background-position:left top;
}

#mainText
{
    left:85px;
    top:280px;
    height:360px;
    width:370px;
    overflow:auto;
}

#bodyText
{
    padding-left:10px;
    border-left:solid 1px #cccccc;  
}

.textLeftColumn
{
    float:left;
    width:98px;
    font-weight:normal;
    font-style:italic;
    overflow:hidden;
}
.textRightColumn
{
    margin-left:100px;
}
.clearerLeft
{
    clear:left;
}
.clearerLeftSpacer
{
    clear:left;
    margin-bottom:0.6em;
}


