﻿/*  Master Page Layout */

#picpanel
{
    width:200px;
    position:absolute;
    left:0px;
}


#bodycopy
{
    position:absolute;  
    width:600px;
    left:205px;
    padding:0px;
}

#bodyLeft
{
    float:left;
    width:440px;     
    padding-right:6px;  
}


#bodyRight
{width:150px;float:left;}



