﻿/* equal height wrapper */
#outerContainer 
{
    /*background: none repeat scroll 0 0 red;*/
    clear: left;
    float: left;
    overflow: hidden;
    width: 100%;
}
#innerContainer {
    background: #2961ac;
    display: flex;
    align-content: stretch;
    width: 100%;
}

#main {
    width: 100%;
    max-width: 442px;
    overflow: hidden;
    position: relative;
	background: #ffffff;
	color: white;
}
#right {
    width: 100%;
    max-width: 298px;
    overflow: hidden;
    position: relative;
    background-color: #F0F5FC;
}
