#topsection{
    background: #FFF;
    height: 150px; /*Height of top section*/
}

#contentwrapper{
    float: left;
    width: 100%;
}

#contentcolumn{
    margin: 0 300px 0 220px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
    float: left;
    width: 220px; /*Width of left column in pixel*/
    margin-left: -960px; /*Set margin to that of -(MainContainerWidth)*/
    background: #FFF;
}

#rightcolumn{
    float: left;
    width: 300px; /*Width of right column*/
    margin-left: -300px; /*Set left margin to -(RightColumnWidth)*/
    background: #FFF;
}

#footer{
    clear: left;
    width: 100%;
    background: #FFF;
    color: #000;
    text-align: center;
    padding: 4px 0;
}

#footer a{
    color: #FFFF80;
}

#logo{
    margin: 0;
    height: 150px;
    float: left;
}

#animation{
    display: block;
    float: right;
    height: 150px; /* was 150 */
    width: 960px; /* was 500 */
    background-color: #FFF;
    color: #000;
}

#rightsideimg{
    display: block;
    float: right;
    height: 183px;
    width: 290px;
    background-color: green;
    color: #000;
    background: transparent url(../images/imgbg2.gif) top right no-repeat;
}
/*background:transparent url(../images/bigimg_over.jpg) top right no-repeat;*/
#midblock {
    color: #000;
    display:block;
    height:362px; /** was 371 **/
    width:422px; /** was 440 **/
}

#selectpics{
    display: block;
    height: 108px;
    width: 422px;
    color: #000;
    text-align: right;
    margin-top:  10px;
}

#selectpics img{
    margin-left: 5px;
}

#midmenuholder{
    display: block;
    position: relative;
    top: 329px; /** was 267 **/
    left: 13px;
    height: 28px;
    width: 400px;
    color: #000;
}

.innerleft{
    margin-top: 15px;
    margin-right: 10px;
    display: block;
    text-align: justify;
}

.innerright{
    margin-top: 15px;
    margin-left: 10px;
    display: block;
    text-align: justify;
}

#leftmenubar {
    margin-top: 10px;
    font-family: Verdana, Arial, Helv, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 12px;
}

#leftmenubar .row {
    width: 196px;
    color: #FFF;
    font-weight: bold;
    display: block;
    background: #006791;
    padding: 5px;
    border-bottom: solid 1px #FFF;
}

.dividerbar {
    background:#6E0E8D none repeat scroll 0 0;
    height:5px;
    margin-bottom:5px;
    
}