﻿/* equal height wrapper */
#outerContainer 
{
    /*background: none repeat scroll 0 0 red;*/
    clear: left;
    float: left;
    overflow: hidden;
    width: 100%;
}
#innerContainer {
    background: none repeat scroll 0 0 #2961ac;
    float: left;
    position: relative;
    /*right: 50%;*/
    right: 295px;
    width: 100%;
}

#main {
    float: left;
    /* width: 46%; */
    width: 442px;
    /*left: 50%;*/
    left: 295px;
    overflow: hidden;
    position: relative;
	background: #2b61a5 url(/images/mainBackground.gif) repeat-x top left;
	color: white;
}
#right {
	border-left: 3px solid white;
    float: right;
    /* width: 46%; */
    width: 295px;
    /*left: 50%;*/
    left: 295px;
    overflow: hidden;
    position: relative;
	background-color: #c7dcef;
}
