﻿/*----------------------------------------*/
/*                                         */
/*          TwoColumns.Master              */
/*          ThreeColumns.Master            */
/*                                         */
/*----------------------------------------*/

#ColumnsContainer
{
    width:924px;
    height:546px;
    background:url(./Images/TitleBar.png) no-repeat; /* 924 x 56 */
}

#FirstColumnHeaderContainer
{
    position:absolute;
    top:19px;
    left:35px;
}

#FirstColumn
{
    width:307px;
    height:473px;
    
    position:absolute;
    left:0px;
    top:73px;
}

.FirstLineBetween
{
    position:absolute;
    top:0px;
    left:308px;
}

#SecondColumnHeaderContainer
{
    position:absolute;
    top:19px;
    left:343px;
}

#SecondColumn
{
    width:308px;
    height:473px;
    
    position:absolute;
    left:308px;
    top:73px;
}

.SecondLineBetween
{
    position:absolute;
    top:0px;
    left:615px;
}

#ThirdColumnHeaderContainer
{
    position:absolute;
    top:19px;
    left:651px;
}

#ThirdColumn
{
    width:307px;
    height:473px;
    
    position:absolute;
    left:616px;
    top:73px;
}

#SideColumnHeaderContainer
{
    position:absolute;
    top:19px;
    left:375px;
}

#SideColumn
{
    width:616px;
    height:475px;
    
    position:absolute;
    left:308px;
    top:73px;
}

.ColumnHeader
{
    font: normal small-caps 200 16px Verdana, Arial;
    color:#555555;
}