﻿
/* HOME PAGE */

#HomeLeft
{
    
}

#HomeRight
{

}

.InnerCenter
{
    width: 960px;
}

/* INNER PAGES 

#InnerLeft
{
    background-image: url('../images/Themes/home_left.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    position: fixed;
    width: 160px;
    height: 1300px;
    left: 0px;
}

#InnerRight
{
    background-image: url('../images/Themes/home_right.jpg');
    background-repeat: no-repeat;
    position: fixed;
    width: 160px;
    height: 1300px;
}
*/
.InnerCenter
{
    width: 960px;
    vertical-align:top;
    background-color: #FFFFFF;
}

