﻿/*
.pagePanelLeft
{
    width: 25%;
    height: 100%;
    float: left;
}

.pagePanelCenter
{
    width: 75%;
    height: 100%;
    float: left;
    display: table;
}

.pageImage 
{
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
*/